Searched refs:locationFactory (Results 1 – 12 of 12) sorted by relevance
/webtrees/app/Elements/ |
H A D | XrefLocation.php | 53 'location' => Registry::locationFactory()->make(trim($value, '@'), $tree), 77 return $this->valueXrefLink($value, $tree, Registry::locationFactory());
|
/webtrees/app/Factories/ |
H A D | GedcomRecordFactory.php | 61 return Registry::locationFactory()->make($xref, $tree, $gedcom); 87 Registry::locationFactory()->make($xref, $tree, $gedcom) ??
|
/webtrees/app/Module/ |
H A D | ClippingsCartModule.php | 549 $location = Registry::locationFactory()->make($xref, $tree); 571 $location = Registry::locationFactory()->make($xref, $tree); 835 $location = Registry::locationFactory()->make($xref, $record->tree());
|
H A D | LocationListModule.php | 134 ->map(Registry::locationFactory()->mapper($tree))
|
/webtrees/app/Http/RequestHandlers/ |
H A D | TomSelectLocation.php | 62 $location = Registry::locationFactory()->make($query, $tree);
|
H A D | LocationPage.php | 66 $record = Registry::locationFactory()->make($xref, $tree);
|
/webtrees/tests/app/Elements/ |
H A D | XrefLocationTest.php | 48 Registry::locationFactory($factory);
|
/webtrees/app/Services/ |
H A D | LinkedRecordService.php | 163 ->map(Registry::locationFactory()->mapper($record->tree()))
|
H A D | PendingChangesService.php | 112 Location::RECORD_TYPE => Registry::locationFactory(),
|
H A D | SearchService.php | 1218 return Registry::locationFactory()->mapper($tree)($row);
|
/webtrees/app/ |
H A D | Registry.php | 311 …public static function locationFactory(LocationFactoryInterface|null $factory = null): LocationFac… function in Fisharebest\\Webtrees\\Registry
|
H A D | Fact.php | 255 return Registry::locationFactory()->make($xref, $this->record->tree());
|