Home
last modified time | relevance | path

Searched refs:LocationFactoryInterface (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/
H A DRegistry.php34 use Fisharebest\Webtrees\Contracts\LocationFactoryInterface; alias
80 private static LocationFactoryInterface $location_factory;
307 * @param LocationFactoryInterface|null $factory
309 * @return LocationFactoryInterface
311 …public static function locationFactory(LocationFactoryInterface|null $factory = null): LocationFac…
313 if ($factory instanceof LocationFactoryInterface) {
/webtrees/app/Factories/
H A DLocationFactory.php23 use Fisharebest\Webtrees\Contracts\LocationFactoryInterface; alias
34 class LocationFactory extends AbstractGedcomRecordFactory implements LocationFactoryInterface
/webtrees/app/Contracts/
H A DLocationFactoryInterface.php29 interface LocationFactoryInterface extends GedcomRecordFactoryInterface interface