Home
last modified time | relevance | path

Searched refs:formatList (Results 1 – 8 of 8) sorted by relevance

/webtrees/resources/views/statistics/families/
H A Dtop10-nolist-age.phtml19 <?= $child2->formatList() ?>
23 <?= $child1->formatList() ?>
/webtrees/app/Statistics/Repository/
H A DFamilyRepository.php101 return $family->formatList();
850 $result = $person->formatList();
1107 return $family->formatList();
1498 $result = $family->formatList();
H A DEventRepository.php258 $result = $record->formatList();
H A DFamilyDatesRepository.php113 $result = $record->formatList();
H A DIndividualRepository.php861 return $individual->formatList();
/webtrees/resources/views/modules/favorites/
H A Dfavorites.phtml26 <?= $favorite->record->formatList() ?>
/webtrees/app/
H A DGedcomRecord.php507 public function formatList(): string function in Fisharebest\\Webtrees\\GedcomRecord
/webtrees/
H A Dphpstan-baseline.neon9952 message: '#^Cannot call method formatList\(\) on Fisharebest\\Webtrees\\Family\|null\.$#'
11596 message: '#^Cannot call method formatList\(\) on mixed\.$#'