Home
last modified time | relevance | path

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

/webtrees/app/Services/
H A DSearchService.php273 …return $this->paginateQuery($query, $this->mediaRowMapper(), GedcomRecord::accessFilter(), $offset…
1129 ->map($this->mediaRowMapper())
1227 private function mediaRowMapper(): Closure function in Fisharebest\\Webtrees\\Services\\SearchService