Home
last modified time | relevance | path

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

/webtrees/app/Http/RequestHandlers/
H A DMapDataDelete.php56 $place = $this->map_data_service->findById($location_id);
H A DMapDataAdd.php71 $parent = $this->map_data_service->findById((int) $parent_id);
H A DMapDataExportGeoJson.php67 $parent = $this->map_data_service->findById((int) $parent_id);
H A DMapDataEdit.php68 $location = $this->map_data_service->findById($location_id);
H A DMapDataList.php81 $parent = $this->map_data_service->findById($parent_id);
H A DMapDataExportCSV.php75 $parent = $this->map_data_service->findById((int) $parent_id);
/webtrees/app/Services/
H A DMapDataService.php53 public function findById(int $id): PlaceLocation function in Fisharebest\\Webtrees\\Services\\MapDataService