Home
last modified time | relevance | path

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

/webtrees/app/Statistics/Service/
H A DCountryService.php557 public function iso3166(): array function in Fisharebest\\Webtrees\\Statistics\\Service\\CountryService
816 $threeLetterCode = array_search($twoLetterCode, $this->iso3166(), true);
/webtrees/app/Statistics/Google/
H A DChartDistribution.php86 foreach ($this->country_service->iso3166() as $three => $two) {