constant COUNTRIES_VIEWS_WIDGET_FIELD in Countries 7.2
Same name and namespace in other branches
- 8 countries.module \COUNTRIES_VIEWS_WIDGET_FIELD
Internal flag for views_handler_filter_countries_list class.
2 uses of COUNTRIES_VIEWS_WIDGET_FIELD
- views_handler_filter_countries_list::get_value_options in views/
views_handler_filter_countries_list.inc - Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
- views_handler_filter_countries_list::option_definition in views/
views_handler_filter_countries_list.inc - Information about options for all kinds of purposes will be held here.
File
- ./
countries.module, line 26 - Defines the field and entity information for countries.
Code
define('COUNTRIES_VIEWS_WIDGET_FIELD', 1);