Home
last modified time | relevance | path

Searched refs:shortName (Results 1 – 11 of 11) sorted by relevance

/webtrees/resources/views/lists/
H A Dindividuals-table.phtml247 <div><?= $birth_place->shortName(true) ?></div>
282 <div><?= $death_place->shortName(true) ?></div>
H A Danniversaries-list.phtml59 <?= $fact->place()->shortName() ?>
H A Dfamilies-table.phtml247 <div><?= $marriage_place->shortName(true) ?></div>
/webtrees/app/
H A DFact.php553 $attributes[] = $this->place()->shortName();
597 $items[] = $this->place()->shortName();
H A DIndividual.php428 $birth_place = strip_tags($this->getBirthPlace()->shortName());
429 $death_place = strip_tags($this->getDeathPlace()->shortName());
H A DPlace.php276 public function shortName(bool $link = false): string function in Fisharebest\\Webtrees\\Place
H A DGedcomRecord.php552 $attributes[] = $fact->place()->shortName();
/webtrees/resources/views/modules/timeline-chart/
H A Dchart.phtml364 echo ' — ' . $event->place()->shortName();
/webtrees/app/Statistics/Repository/
H A DEventRepository.php422 return $fact->place()->shortName();
H A DFamilyDatesRepository.php382 return $fact->place()->shortName();
/webtrees/app/Report/
H A DReportParserGenerate.php1048 $value = $tmp->shortName();