You are here

constant COUNTRIES_ENABLED in Countries 7.2

Same name and namespace in other branches
  1. 8 countries.module \COUNTRIES_ENABLED
  2. 7 countries.module \COUNTRIES_ENABLED

Flag to return enabled countries only.

9 uses of COUNTRIES_ENABLED
countries_countries_alter in ./countries.module
Implements hook_countries_alter().
countries_example in modules/countries_example/countries_example.module
Menu callback; example countries form.
countries_field_info in ./countries.fields.inc
Implements hook_field_info().
countries_filter in ./countries.module
A helper function to filter country lists.
countries_filter_options_form in ./countries.fields.inc
Wrapper for the filter form options that are shared with other fields.

... See full list

File

./countries.module, line 16
Defines the field and entity information for countries.

Code

define('COUNTRIES_ENABLED', 1);