Searched refs:locationName (Results 1 – 8 of 8) sorted by relevance
41 …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) ?>,
77 $title = e($parent->locationName());87 … $breadcrumbs[route(MapDataList::class, ['parent_id' => $tmp->id()])] = e($tmp->locationName());
76 $title = e($location->locationName()) . ' — ' . I18N::translate('Edit');83 … $breadcrumbs[route(MapDataList::class, ['parent_id' => $tmp->id()])] = e($tmp->locationName());
95 $breadcrumbs[] = e($parent->locationName());101 $breadcrumbs[route(self::class, ['parent_id' => $tmp->id()])] = $tmp->locationName();
71 $hierarchy[] = $tmp->locationName();
79 $hierarchy[] = $tmp->locationName();
189 public function locationName(): string function in Fisharebest\\Webtrees\\PlaceLocation
299 array_unshift($hierarchy, $location->locationName());