constant COUNTRIES_DISABLED in Countries 8
Same name and namespace in other branches
- 7.2 countries.module \COUNTRIES_DISABLED
- 7 countries.module \COUNTRIES_DISABLED
Flag to return disabled countries only.
3 uses of COUNTRIES_DISABLED
- countries_example in modules/
countries_example/ countries_example.module - Menu callback; example countries form.
- countries_filter in ./
countries.module - A helper function to filter country lists.
- _countries_feeds_set_target in ./
countries.feeds.inc - Callback defined via countries_feeds_processor_targets_alter().
File
- ./
countries.module, line 21 - Defines the field and entity information for countries.
Code
define('COUNTRIES_DISABLED', 2);