Home
last modified time | relevance | path

Searched refs:noteFactory (Results 1 – 20 of 20) sorted by relevance

/webtrees/app/Factories/
H A DGedcomRecordFactory.php65 return Registry::noteFactory()->make($xref, $tree, $gedcom);
82 Registry::noteFactory()->make($xref, $tree, $gedcom) ??
158 return Registry::noteFactory()->new($xref, $gedcom, $pending, $tree);
/webtrees/app/Elements/
H A DXrefNote.php53 'note' => Registry::noteFactory()->make(trim($value, '@'), $tree),
77 return $this->valueXrefLink($value, $tree, Registry::noteFactory());
H A DNoteStructure.php111 $note = Registry::noteFactory()->make($match[1], $tree);
184 $note = Registry::noteFactory()->make($match[1], $tree);
/webtrees/app/Http/RequestHandlers/
H A DEditNotePage.php49 $note = Registry::noteFactory()->make($xref, $tree);
H A DEditNoteAction.php45 $note = Registry::noteFactory()->make($xref, $tree);
H A DTomSelectNote.php62 $note = Registry::noteFactory()->make($query, $tree);
H A DRedirectNotePhp.php51 $note = Registry::noteFactory()->make($nid, $tree);
H A DNotePage.php66 $record = Registry::noteFactory()->make($xref, $tree);
/webtrees/app/Module/
H A DClippingsCartModule.php617 $note = Registry::noteFactory()->make($xref, $tree);
639 $note = Registry::noteFactory()->make($xref, $tree);
893 $note = Registry::noteFactory()->make($xref, $record->tree());
H A DNoteListModule.php131 ->map(Registry::noteFactory()->mapper($tree))
H A DSiteMapModule.php421 ->map(Registry::noteFactory()->mapper($tree));
/webtrees/tests/app/Elements/
H A DXrefNoteTest.php47 Registry::noteFactory($factory);
/webtrees/resources/views/modules/notes/
H A Dtab.phtml61 … <?php $note = Registry::noteFactory()->make(trim($text, '@'), $individual->tree()) ?>
/webtrees/app/Services/
H A DDataFixService.php59 return Registry::noteFactory()->make($xref, $tree);
H A DLinkedRecordService.php212 ->map(Registry::noteFactory()->mapper($record->tree()))
H A DPendingChangesService.php109 Note::RECORD_TYPE => Registry::noteFactory(),
H A DSearchService.php1246 return Registry::noteFactory()->mapper($tree)($row);
/webtrees/app/
H A DRegistry.php359 …public static function noteFactory(NoteFactoryInterface|null $factory = null): NoteFactoryInterface function in Fisharebest\\Webtrees\\Registry
H A DFact.php247 return Registry::noteFactory()->make($xref, $this->record->tree());
/webtrees/app/Report/
H A DReportParserGenerate.php2799 $note = Registry::noteFactory()->make($match[1], $this->tree);