Home
last modified time | relevance | path

Searched refs:getAllCountries (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/Statistics/Repository/
H A DPlaceRepository.php222 $all_countries = $this->country_service->getAllCountries();
243 $all_countries = $this->country_service->getAllCountries();
/webtrees/app/Statistics/Service/
H A DCountryService.php34 public function getAllCountries(): array function in Fisharebest\\Webtrees\\Statistics\\Service\\CountryService
819 return $this->getAllCountries()[$threeLetterCode];
/webtrees/app/Statistics/Google/
H A DChartDistribution.php84 $countries = $this->country_service->getAllCountries();