Home
last modified time | relevance | path

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

/webtrees/resources/views/admin/
H A Dlocation-edit.phtml41 …xt" id="new_place_name" name="new_place_name" value="<?= e($location->locationName()) ?>" class="f…
117 query: <?= json_encode($location->locationName(), JSON_THROW_ON_ERROR) ?>,
/webtrees/app/Http/RequestHandlers/
H A DMapDataAdd.php77 $title = e($parent->locationName());
87 … $breadcrumbs[route(MapDataList::class, ['parent_id' => $tmp->id()])] = e($tmp->locationName());
H A DMapDataEdit.php76 $title = e($location->locationName()) . ' — ' . I18N::translate('Edit');
83 … $breadcrumbs[route(MapDataList::class, ['parent_id' => $tmp->id()])] = e($tmp->locationName());
H A DMapDataList.php95 $breadcrumbs[] = e($parent->locationName());
101 $breadcrumbs[route(self::class, ['parent_id' => $tmp->id()])] = $tmp->locationName();
H A DMapDataExportGeoJson.php71 $hierarchy[] = $tmp->locationName();
H A DMapDataExportCSV.php79 $hierarchy[] = $tmp->locationName();
/webtrees/app/
H A DPlaceLocation.php189 public function locationName(): string function in Fisharebest\\Webtrees\\PlaceLocation
/webtrees/app/Services/
H A DMapDataService.php299 array_unshift($hierarchy, $location->locationName());