Home
last modified time | relevance | path

Searched refs:locationFactory (Results 1 – 12 of 12) sorted by relevance

/webtrees/app/Elements/
H A DXrefLocation.php53 'location' => Registry::locationFactory()->make(trim($value, '@'), $tree),
77 return $this->valueXrefLink($value, $tree, Registry::locationFactory());
/webtrees/app/Factories/
H A DGedcomRecordFactory.php61 return Registry::locationFactory()->make($xref, $tree, $gedcom);
87 Registry::locationFactory()->make($xref, $tree, $gedcom) ??
/webtrees/app/Module/
H A DClippingsCartModule.php549 $location = Registry::locationFactory()->make($xref, $tree);
571 $location = Registry::locationFactory()->make($xref, $tree);
835 $location = Registry::locationFactory()->make($xref, $record->tree());
H A DLocationListModule.php134 ->map(Registry::locationFactory()->mapper($tree))
/webtrees/app/Http/RequestHandlers/
H A DTomSelectLocation.php62 $location = Registry::locationFactory()->make($query, $tree);
H A DLocationPage.php66 $record = Registry::locationFactory()->make($xref, $tree);
/webtrees/tests/app/Elements/
H A DXrefLocationTest.php48 Registry::locationFactory($factory);
/webtrees/app/Services/
H A DLinkedRecordService.php163 ->map(Registry::locationFactory()->mapper($record->tree()))
H A DPendingChangesService.php112 Location::RECORD_TYPE => Registry::locationFactory(),
H A DSearchService.php1218 return Registry::locationFactory()->mapper($tree)($row);
/webtrees/app/
H A DRegistry.php311 …public static function locationFactory(LocationFactoryInterface|null $factory = null): LocationFac… function in Fisharebest\\Webtrees\\Registry
H A DFact.php255 return Registry::locationFactory()->make($xref, $this->record->tree());