You are here

constant COUNTRIES_API_FORMAT_ISO3 in Country codes API 6

3 uses of COUNTRIES_API_FORMAT_ISO3
countries_api_get_formats in ./countries_api.module
Funtion to return available formats
countries_api_iso3_get_country in ./countries_api.module
ISO 3166-1-alpha-3 code to country API function
_countries_api_get_country in ./countries_api.module
Function to return a country by code and name.

File

./countries_api.module, line 10
Countries API provides an API for official and up-to-date ISO 3166 country codes (alpha-2 and alpha-3) and names (official short names).

Code

define('COUNTRIES_API_FORMAT_ISO3', 'iso3');