Home
last modified time | relevance | path

Searched refs:getRecordForType (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/Module/
H A DFamilyTreeFavoritesModule.php166 $record = $this->getRecordForType($type, $xref, $tree);
246 private function getRecordForType(string $type, string $xref, Tree $tree): GedcomRecord|null function in Fisharebest\\Webtrees\\Module\\FamilyTreeFavoritesModule
H A DUserFavoritesModule.php168 $record = $this->getRecordForType($type, $xref, $tree);
250 private function getRecordForType(string $type, string $xref, Tree $tree): GedcomRecord|null function in Fisharebest\\Webtrees\\Module\\UserFavoritesModule