Search for options

  1. Search 7.x-3.x for options
  2. Other projects
Title Object type File name Summary
views_handler_filter_search::operator_options function modules/search/views_handler_filter_search.inc Provide a list of options for the default operator form.
Should be overridden by classes that don't override operator_form
views_handler_filter_string::operator_options function handlers/views_handler_filter_string.inc Build strings from the operators() for 'select' options
views_handler_filter_string::options_form function handlers/views_handler_filter_string.inc Provide the basic form which calls through to subforms.
If overridden, it is best to call through to the parent,
or to at least make sure all of the functions in this form
are called.
views_handler_filter_system_type::get_value_options function modules/system/views_handler_filter_system_type.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_term_node_tid::extra_options_form function modules/taxonomy/views_handler_filter_term_node_tid.inc Provide a form for setting options.
views_handler_filter_term_node_tid::get_value_options function modules/taxonomy/views_handler_filter_term_node_tid.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_term_node_tid::has_extra_options function modules/taxonomy/views_handler_filter_term_node_tid.inc If a handler has 'extra options' it will get a little settings widget and
another form called extra_options.
views_handler_filter_term_node_tid_depth::extra_options_form function modules/taxonomy/views_handler_filter_term_node_tid_depth.inc Provide a form for setting options.
views_handler_filter_term_node_tid_depth::operator_options function modules/taxonomy/views_handler_filter_term_node_tid_depth.inc Build strings from the operators() for 'select' options
views_handler_filter_user_name::get_value_options function modules/user/views_handler_filter_user_name.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_user_roles::get_value_options function modules/user/views_handler_filter_user_roles.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_vocabulary_vid::get_value_options function modules/taxonomy/views_handler_filter_vocabulary_vid.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_relationship::options_form function handlers/views_handler_relationship.inc Default options form that provides the label widget that all fields
should have.
views_handler_relationship_broken::options_form function handlers/views_handler_relationship.inc Default options form that provides the label widget that all fields
should have.
views_handler_relationship_node_term_data::options_form function modules/taxonomy/views_handler_relationship_node_term_data.inc Default options form that provides the label widget that all fields
should have.
views_handler_relationship_translation::options_form function modules/translation/views_handler_relationship_translation.inc Add a translation selector.
views_handler_sort::expose_options function handlers/views_handler_sort.inc Provide default options for exposed sorts.
views_handler_sort::options_form function handlers/views_handler_sort.inc Basic options for all sort criteria
views_handler_sort::options_submit function handlers/views_handler_sort.inc Simple submit handler
views_handler_sort::options_validate function handlers/views_handler_sort.inc Simple validate handler
views_handler_sort::sort_options function handlers/views_handler_sort.inc Provide a list of options for the default sort form.
Should be overridden by classes that don't override sort_form
views_handler_sort_broken::options_form function handlers/views_handler_sort.inc Basic options for all sort criteria
views_handler_sort_date::options_form function handlers/views_handler_sort_date.inc Basic options for all sort criteria
views_handler_sort_menu_hierarchy::options_form function handlers/views_handler_sort_menu_hierarchy.inc Basic options for all sort criteria
views_handler_sort_random::options_form function handlers/views_handler_sort_random.inc Basic options for all sort criteria
views_many_to_one_helper::options_form function includes/handlers.inc
views_object::$options property includes/base.inc Except for displays, options for the object will be held here.
views_object::export_options function includes/base.inc
views_object::options function includes/base.inc Set default options on this object. Called by the constructor in a
complex chain to deal with backward compatibility.
views_object::set_default_options function includes/base.inc Set default options.
For backward compatibility, it sends the options array; this is a
feature that will likely disappear at some point.
views_object::unpack_options function includes/base.inc Unpack options over our existing defaults, drilling down into arrays
so that defaults don't get totally blown away.
views_plugin::options_form function includes/plugins.inc Provide a form to edit options for this plugin.
views_plugin::options_submit function includes/plugins.inc Handle any special handling on the validate form.
views_plugin::options_validate function includes/plugins.inc Validate the options form.
views_plugin_access::options_form function plugins/views_plugin_access.inc Provide the default form for setting options.
views_plugin_access::options_submit function plugins/views_plugin_access.inc Provide the default form form for submitting options
views_plugin_access::options_validate function plugins/views_plugin_access.inc Provide the default form form for validating options
views_plugin_access_perm::options_form function plugins/views_plugin_access_perm.inc Provide the default form for setting options.
views_plugin_access_role::options_form function plugins/views_plugin_access_role.inc Provide the default form for setting options.
views_plugin_access_role::options_submit function plugins/views_plugin_access_role.inc Provide the default form form for submitting options
views_plugin_access_role::options_validate function plugins/views_plugin_access_role.inc Provide the default form form for validating options
views_plugin_argument_default::convert_options function plugins/views_plugin_argument_default.inc Convert options from the older style.
views_plugin_argument_default::options_form function plugins/views_plugin_argument_default.inc Provide the default form for setting options.
views_plugin_argument_default::options_submit function plugins/views_plugin_argument_default.inc Provide the default form form for submitting options
views_plugin_argument_default::options_validate function plugins/views_plugin_argument_default.inc Provide the default form form for validating options
views_plugin_argument_default_fixed::convert_options function plugins/views_plugin_argument_default_fixed.inc Convert options from the older style.
views_plugin_argument_default_fixed::options_form function plugins/views_plugin_argument_default_fixed.inc Provide the default form for setting options.
views_plugin_argument_default_php::convert_options function plugins/views_plugin_argument_default_php.inc Convert options from the older style.
views_plugin_argument_default_php::options_form function plugins/views_plugin_argument_default_php.inc Provide the default form for setting options.
views_plugin_argument_default_raw::options_form function plugins/views_plugin_argument_default_raw.inc Provide the default form for setting options.