Home
last modified time | relevance | path

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

/webtrees/app/Http/RequestHandlers/
H A DMapDataList.php123 'placelist' => $this->map_data_service->getPlaceListLocation($parent_id),
/webtrees/app/Services/
H A DMapDataService.php215 public function getPlaceListLocation(int|null $parent_id): Collection function in Fisharebest\\Webtrees\\Services\\MapDataService