Home
last modified time | relevance | path

Searched refs:topAgeOfMarriageFamilies (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/
H A DStatistics.php1735 public function topAgeOfMarriageFamilies(string $total = '10'): string function in Fisharebest\\Webtrees\\Statistics
1737 return $this->family_repository->topAgeOfMarriageFamilies((int) $total);
/webtrees/app/Statistics/Repository/
H A DFamilyRepository.php1194 public function topAgeOfMarriageFamilies(int $total = 10): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\FamilyRepository