Home
last modified time | relevance | path

Searched refs:sharedNoteFactory (Results 1 – 6 of 6) sorted by relevance

/webtrees/app/Elements/
H A DXrefSharedNote.php53 'shared_note' => Registry::sharedNoteFactory()->make(trim($value, '@'), $tree),
77 return $this->valueXrefLink($value, $tree, Registry::sharedNoteFactory());
/webtrees/app/Http/RequestHandlers/
H A DTomSelectSharedNote.php62 $note = Registry::sharedNoteFactory()->make($query, $tree);
H A DSharedNotePage.php66 $record = Registry::sharedNoteFactory()->make($xref, $tree);
/webtrees/tests/app/Elements/
H A DXrefSharedNoteTest.php47 Registry::sharedNoteFactory($factory);
/webtrees/app/
H A DRegistry.php423 …public static function sharedNoteFactory(SharedNoteFactoryInterface|null $factory = null): SharedN… function in Fisharebest\\Webtrees\\Registry
/webtrees/app/Services/
H A DSearchService.php1274 return Registry::sharedNoteFactory()->mapper($tree)($row);