Home
last modified time | relevance | path

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

/webtrees/app/Services/
H A DGedcomExportService.php204 $this->sourceQuery($tree, $sort_by_xref)->cursor(),
217 … $this->sourceQuery($tree, $sort_by_xref)->get()->map(Registry::sourceFactory()->mapper($tree)),
390 private function sourceQuery(Tree $tree, bool $sort_by_xref): Builder function in Fisharebest\\Webtrees\\Services\\GedcomExportService