Home
last modified time | relevance | path

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

/webtrees/app/Services/
H A DSearchService.php181 ->map($this->individualRowMapper())
210 …return $this->paginateQuery($query, $this->individualRowMapper(), GedcomRecord::accessFilter(), $o…
231 ->map($this->individualRowMapper())
868 ->map($this->individualRowMapper())
1018 ->map($this->individualRowMapper())
1199 private function individualRowMapper(): Closure function in Fisharebest\\Webtrees\\Services\\SearchService