constant COUNTRIES_VIEWS_WIDGET_CUSTOM in Countries 7.2
Same name and namespace in other branches
- 8 countries.module \COUNTRIES_VIEWS_WIDGET_CUSTOM
Internal flag for views_handler_filter_countries_list class.
2 uses of COUNTRIES_VIEWS_WIDGET_CUSTOM
- views_handler_filter_countries_list::extra_options_form in views/
views_handler_filter_countries_list.inc - Provide a form for setting options.
- 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.
File
- ./
countries.module, line 31 - Defines the field and entity information for countries.
Code
define('COUNTRIES_VIEWS_WIDGET_CUSTOM', 2);