/webtrees/app/Factories/ |
H A D | GedcomRecordFactory.php | 69 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 D | XrefSource.php | 67 'source' => Registry::sourceFactory()->make(trim($value, '@'), $tree), 95 return $this->valueXrefLink($value, $tree, Registry::sourceFactory());
|
/webtrees/app/Module/ |
H A D | ClippingsCartModule.php | 689 $source = Registry::sourceFactory()->make($xref, $tree); 714 $source = Registry::sourceFactory()->make($xref, $tree); 924 $source = Registry::sourceFactory()->make($xref, $record->tree());
|
H A D | SourceListModule.php | 131 ->map(Registry::sourceFactory()->mapper($tree))
|
H A D | FamilyTreeFavoritesModule.php | 256 return Registry::sourceFactory()->make($xref, $tree);
|
H A D | UserFavoritesModule.php | 260 return Registry::sourceFactory()->make($xref, $tree);
|
H A D | SiteMapModule.php | 458 ->map(Registry::sourceFactory()->mapper($tree));
|
/webtrees/app/Http/RequestHandlers/ |
H A D | TomSelectSource.php | 62 $source = Registry::sourceFactory()->make($query, $tree);
|
H A D | RedirectSourcePhp.php | 51 $source = Registry::sourceFactory()->make($sid, $tree);
|
H A D | AutoCompleteCitation.php | 49 $source = Registry::sourceFactory()->make($xref, $tree);
|
H A D | SourcePage.php | 66 $record = Registry::sourceFactory()->make($xref, $tree);
|
H A D | ReportSetupPage.php | 123 'family' => Registry::sourceFactory()->make($xref, $tree),
|
/webtrees/tests/app/Elements/ |
H A D | XrefSourceTest.php | 50 Registry::sourceFactory($factory);
|
/webtrees/resources/views/ |
H A D | fact-gedcom-fields.phtml | 56 <?php $source = Registry::sourceFactory()->make($match[1], $tree) ?>
|
/webtrees/app/Services/ |
H A D | DataFixService.php | 68 return Registry::sourceFactory()->make($xref, $tree);
|
H A D | LinkedRecordService.php | 261 ->map(Registry::sourceFactory()->mapper($record->tree()))
|
H A D | AdminService.php | 126 …fs): array => array_map(static fn (string $xref): Source => Registry::sourceFactory()->make($xref,…
|
H A D | PendingChangesService.php | 106 Source::RECORD_TYPE => Registry::sourceFactory(),
|
H A D | GedcomExportService.php | 217 … $this->sourceQuery($tree, $sort_by_xref)->get()->map(Registry::sourceFactory()->mapper($tree)),
|
H A D | SearchService.php | 1288 return Registry::sourceFactory()->mapper($tree)($row);
|
/webtrees/app/ |
H A D | Registry.php | 455 …public static function sourceFactory(SourceFactoryInterface|null $factory = null): SourceFactoryIn… function in Fisharebest\\Webtrees\\Registry
|
H A D | Fact.php | 241 return Registry::sourceFactory()->make($xref, $this->record->tree());
|