Home
last modified time | relevance | path

Searched refs:getCommonSurname (Results 1 – 4 of 4) sorted by relevance

/webtrees/app/Statistics/Repository/Interfaces/
H A DIndividualRepositoryInterface.php179 public function getCommonSurname(): string; function
/webtrees/app/Statistics/Google/
H A DChartDistribution.php296 $surname = $surname ?: $this->individual_repository->getCommonSurname();
/webtrees/app/
H A DStatistics.php2117 public function getCommonSurname(): string function in Fisharebest\\Webtrees\\Statistics
2119 return $this->individual_repository->getCommonSurname();
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php543 public function getCommonSurname(): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\IndividualRepository