Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DPlaceHierarchyListModule.php209 if ($data !== null && $action2 !== 'hierarchy-e' && $place->gedcomName() !== '') {
250 $location = new PlaceLocation($child->gedcomName());
271 'tooltip' => $child->gedcomName(),
300 'bounds' => (new PlaceLocation($place->gedcomName()))->boundingRectangle(),
317 …sort(static fn (Place $x, Place $y): int => I18N::comparator()($x->gedcomName(), $y->gedcomName()))
363 if ($place->gedcomName() !== '') {
366 while ($parent_place->gedcomName() !== '') {
H A DPlacesModule.php136 $location = new PlaceLocation($fact->place()->gedcomName());
160 'tooltip' => $fact->place()->gedcomName(),
185 if ($childsBirth instanceof Fact && $childsBirth->place()->gedcomName() !== '') {
194 return $item->place()->gedcomName() !== '';
H A DPedigreeMapModule.php229 $location = new PlaceLocation($fact->place()->gedcomName());
307 ->first(static fn (Fact $fact): bool => $fact->place()->gedcomName() !== '');
/webtrees/app/Services/
H A DSearchService.php889 …if ($fact->place()->gedcomName() === $place->gedcomName() || str_ends_with($fact->place()->gedcomN…
901 …if ($fact->place()->gedcomName() === $place->gedcomName() || str_ends_with($fact->place()->gedcomN…
/webtrees/app/Census/
H A DCensusColumnNationality.php49 $place = $individual->getBirthPlace()->gedcomName();
59 $place = $fact->place()->gedcomName();
H A DCensusColumnMotherBirthPlace.php42 return $this->notCountry($mother->getBirthPlace()->gedcomName());
H A DCensusColumnFatherBirthPlace.php42 return $this->notCountry($father->getBirthPlace()->gedcomName());
H A DCensusColumnFatherForeign.php41 …if ($father && $this->lastPartOfPlace($father->getBirthPlace()->gedcomName()) !== $this->place()) {
H A DCensusColumnMotherForeign.php41 …if ($mother && $this->lastPartOfPlace($mother->getBirthPlace()->gedcomName()) !== $this->place()) {
H A DCensusColumnBirthPlace.php41 $birth_place = $individual->getBirthPlace()->gedcomName();
/webtrees/resources/views/lists/
H A Dindividuals-table.phtml245 <td data-sort="<?= e($individual->getBirthPlace()->gedcomName()) ?>">
280 <td data-sort="<?= e($individual->getDeathPlace()->gedcomName()) ?>">
H A Danniversaries-list.phtml57 <?php if ($fact->place()->gedcomName() !== '') : ?>
H A Dfamilies-table.phtml245 <td data-sort="<?= e($family->getMarriagePlace()->gedcomName()) ?>">
/webtrees/app/
H A DFact.php552 if ($this->place()->gedcomName() !== '') {
596 if ($this->place()->gedcomName() !== '') {
H A DPlace.php230 public function gedcomName(): string function in Fisharebest\\Webtrees\\Place
H A DGedcomRecord.php551 if ($fact->place()->gedcomName() !== '' && $style === 2) {
/webtrees/resources/views/modules/places/
H A Devent-sidebar.phtml38 <?php if ($place->gedcomName() !== '') : ?>
/webtrees/app/Http/RequestHandlers/
H A DTomSelectPlace.php58 'text' => $place->gedcomName(),
H A DAutoCompletePlace.php60 ->map(static fn (Place $place): string => $place->gedcomName());
/webtrees/resources/views/modules/timeline-chart/
H A Dchart.phtml363 if ($event->place()->gedcomName() !== '') {