Home
last modified time | relevance | path

Searched refs:sourceFactory (Results 1 – 22 of 22) sorted by relevance

/webtrees/app/Factories/
H A DGedcomRecordFactory.php69 return Registry::sourceFactory()->make($xref, $tree, $gedcom);
84 Registry::sourceFactory()->make($xref, $tree, $gedcom) ??
164 return Registry::sourceFactory()->new($xref, $gedcom, $pending, $tree);
/webtrees/app/Elements/
H A DXrefSource.php67 'source' => Registry::sourceFactory()->make(trim($value, '@'), $tree),
95 return $this->valueXrefLink($value, $tree, Registry::sourceFactory());
/webtrees/app/Module/
H A DClippingsCartModule.php689 $source = Registry::sourceFactory()->make($xref, $tree);
714 $source = Registry::sourceFactory()->make($xref, $tree);
924 $source = Registry::sourceFactory()->make($xref, $record->tree());
H A DSourceListModule.php131 ->map(Registry::sourceFactory()->mapper($tree))
H A DFamilyTreeFavoritesModule.php256 return Registry::sourceFactory()->make($xref, $tree);
H A DUserFavoritesModule.php260 return Registry::sourceFactory()->make($xref, $tree);
H A DSiteMapModule.php458 ->map(Registry::sourceFactory()->mapper($tree));
/webtrees/app/Http/RequestHandlers/
H A DTomSelectSource.php62 $source = Registry::sourceFactory()->make($query, $tree);
H A DRedirectSourcePhp.php51 $source = Registry::sourceFactory()->make($sid, $tree);
H A DAutoCompleteCitation.php49 $source = Registry::sourceFactory()->make($xref, $tree);
H A DSourcePage.php66 $record = Registry::sourceFactory()->make($xref, $tree);
H A DReportSetupPage.php123 'family' => Registry::sourceFactory()->make($xref, $tree),
/webtrees/tests/app/Elements/
H A DXrefSourceTest.php50 Registry::sourceFactory($factory);
/webtrees/resources/views/
H A Dfact-gedcom-fields.phtml56 <?php $source = Registry::sourceFactory()->make($match[1], $tree) ?>
/webtrees/app/Services/
H A DDataFixService.php68 return Registry::sourceFactory()->make($xref, $tree);
H A DLinkedRecordService.php261 ->map(Registry::sourceFactory()->mapper($record->tree()))
H A DAdminService.php126 …fs): array => array_map(static fn (string $xref): Source => Registry::sourceFactory()->make($xref,…
H A DPendingChangesService.php106 Source::RECORD_TYPE => Registry::sourceFactory(),
H A DGedcomExportService.php217 … $this->sourceQuery($tree, $sort_by_xref)->get()->map(Registry::sourceFactory()->mapper($tree)),
H A DSearchService.php1288 return Registry::sourceFactory()->mapper($tree)($row);
/webtrees/app/
H A DRegistry.php455 …public static function sourceFactory(SourceFactoryInterface|null $factory = null): SourceFactoryIn… function in Fisharebest\\Webtrees\\Registry
H A DFact.php241 return Registry::sourceFactory()->make($xref, $this->record->tree());