constant COUNTRIES_API_FORMAT_ISO2 in Country codes API 6
@file 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).
4 uses of COUNTRIES_API_FORMAT_ISO2
- countries_api_get_formats in ./
countries_api.module - Funtion to return available formats
- countries_api_get_options_array in ./
countries_api.module - Function for returning an associative array useful for FAPI select elements
- countries_api_iso2_get_country in ./
countries_api.module - ISO 3166-1-alpha-2 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 9 - 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_ISO2', 'iso2');