Home
last modified time | relevance | path

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

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