Searched refs:getAllCountries (Results 1 – 3 of 3) sorted by relevance
222 $all_countries = $this->country_service->getAllCountries();243 $all_countries = $this->country_service->getAllCountries();
34 public function getAllCountries(): array function in Fisharebest\\Webtrees\\Statistics\\Service\\CountryService819 return $this->getAllCountries()[$threeLetterCode];
84 $countries = $this->country_service->getAllCountries();