Home
last modified time | relevance | path

Searched refs:alternateName (Results 1 – 7 of 7) sorted by relevance

/webtrees/resources/views/modules/yahrzeit/
H A Dtable.phtml46 <?php if ($yahrzeit->individual->alternateName()) : ?>
48 <?= $yahrzeit->individual->alternateName() ?>
/webtrees/resources/views/modules/timeline-chart/
H A Dpage.phtml70 <?php if ($individual->alternateName() !== '') : ?>
72 <?= $individual->alternateName() ?>
/webtrees/resources/views/
H A Dchart-box.phtml149 <?= $individual->alternateName() ?>
/webtrees/app/Module/
H A DFanChartModule.php389 I18N::reverseText($individual->alternateName() ?? ''),
/webtrees/app/
H A DGedcomRecord.php491 public function alternateName(): string|null function in Fisharebest\\Webtrees\\GedcomRecord
/webtrees/app/Report/
H A DReportParserGenerate.php988 $addname = (string) $record->alternateName();
/webtrees/
H A Dphpstan-baseline.neon4360 message: '#^Cannot call method alternateName\(\) on Fisharebest\\Webtrees\\Individual\|null\.$#'
12424 message: '#^Cannot call method alternateName\(\) on mixed\.$#'