You are here

constant COUNTRIES_API_FORMAT_NAME in Country codes API 6

2 uses of COUNTRIES_API_FORMAT_NAME
countries_api_get_formats in ./countries_api.module
Funtion to return available formats
_countries_api_get_country in ./countries_api.module
Function to return a country by code and name.

File

./countries_api.module, line 11
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_NAME', 'name');