Home
last modified time | relevance | path

Searched refs:getBirthPlace (Results 1 – 10 of 10) sorted by relevance

/webtrees/app/Census/
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 DCensusColumnBornForeignParts.php39 $birth_place = (string) $individual->getBirthPlace()->lastParts(1)->first();
H A DCensusColumnBirthPlace.php41 $birth_place = $individual->getBirthPlace()->gedcomName();
H A DCensusColumnNationality.php49 $place = $individual->getBirthPlace()->gedcomName();
/webtrees/app/
H A DIndividual.php378 public function getBirthPlace(): Place function in Fisharebest\\Webtrees\\Individual
428 $birth_place = strip_tags($this->getBirthPlace()->shortName());
/webtrees/resources/views/lists/
H A Dindividuals-table.phtml245 <td data-sort="<?= e($individual->getBirthPlace()->gedcomName()) ?>">
/webtrees/app/Http/RequestHandlers/
H A DIndividualPage.php192 $birth_place = $individual->getBirthPlace();