Home
last modified time | relevance | path

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

/webtrees/app/Services/
H A DSearchService.php356 …return $this->paginateQuery($query, $this->sourceRowMapper(), GedcomRecord::accessFilter(), $offse…
377 …return $this->paginateQuery($query, $this->sourceRowMapper(), GedcomRecord::accessFilter(), $offse…
1283 private function sourceRowMapper(): Closure function in Fisharebest\\Webtrees\\Services\\SearchService