Searched refs:LocationFactoryInterface (Results 1 – 3 of 3) sorted by relevance
34 use Fisharebest\Webtrees\Contracts\LocationFactoryInterface; alias80 private static LocationFactoryInterface $location_factory;307 * @param LocationFactoryInterface|null $factory309 * @return LocationFactoryInterface311 …public static function locationFactory(LocationFactoryInterface|null $factory = null): LocationFac…313 if ($factory instanceof LocationFactoryInterface) {
23 use Fisharebest\Webtrees\Contracts\LocationFactoryInterface; alias34 class LocationFactory extends AbstractGedcomRecordFactory implements LocationFactoryInterface
29 interface LocationFactoryInterface extends GedcomRecordFactoryInterface interface