Home
last modified time | relevance | path

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

/webtrees/app/Services/
H A DGedcomExportService.php203 $this->familyQuery($tree, $sort_by_xref)->cursor(),
216 … $this->familyQuery($tree, $sort_by_xref)->get()->map(Registry::familyFactory()->mapper($tree)),
360 private function familyQuery(Tree $tree, bool $sort_by_xref): Builder function in Fisharebest\\Webtrees\\Services\\GedcomExportService
/webtrees/app/Statistics/Repository/
H A DFamilyRepository.php81 private function familyQuery(string $type): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\FamilyRepository
118 return $this->familyQuery('full');
128 return $this->familyQuery('size');
138 return $this->familyQuery('name');