constant COUNTRIES_API_FORMAT_PRINTABLE_NAME in Country codes API 6
3 uses of COUNTRIES_API_FORMAT_PRINTABLE_NAME
- 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_get_country in ./
countries_api.module - Function to return a country by code and name.
File
- ./
countries_api.module, line 12 - 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_PRINTABLE_NAME', 'printable_name');