Namesort descending Location Description
views_handler_filter_string::op_empty core/modules/views/handlers/views_handler_filter_string.inc
views_handler_filter_string::op_ends core/modules/views/handlers/views_handler_filter_string.inc
views_handler_filter_string::op_equal core/modules/views/handlers/views_handler_filter_string.inc
views_handler_filter_string::op_longer core/modules/views/handlers/views_handler_filter_string.inc
views_handler_filter_string::op_not core/modules/views/handlers/views_handler_filter_string.inc
views_handler_filter_string::op_not_ends core/modules/views/handlers/views_handler_filter_string.inc
views_handler_filter_string::op_not_starts core/modules/views/handlers/views_handler_filter_string.inc
views_handler_filter_string::op_regex core/modules/views/handlers/views_handler_filter_string.inc
views_handler_filter_string::op_shorter core/modules/views/handlers/views_handler_filter_string.inc
views_handler_filter_string::op_starts core/modules/views/handlers/views_handler_filter_string.inc
views_handler_filter_string::op_word core/modules/views/handlers/views_handler_filter_string.inc
views_handler_filter_string::query core/modules/views/handlers/views_handler_filter_string.inc Add this filter to the query.
views_handler_filter_string::value_form core/modules/views/handlers/views_handler_filter_string.inc Provide a simple textfield for equality
views_handler_filter_system_type::get_value_options core/modules/system/views/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_language::get_value_options core/modules/locale/views/views_handler_filter_term_language.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::accept_exposed_input core/modules/taxonomy/views/views_handler_filter_term_node_tid.inc Check to see if input from the exposed filters should change the behavior of this filter.
views_handler_filter_term_node_tid::admin_summary core/modules/taxonomy/views/views_handler_filter_term_node_tid.inc Display the filter on the administrative summary
views_handler_filter_term_node_tid::exposed_validate core/modules/taxonomy/views/views_handler_filter_term_node_tid.inc Validate the exposed handler form
views_handler_filter_term_node_tid::expose_form core/modules/taxonomy/views/views_handler_filter_term_node_tid.inc Options form subform for exposed filter options.
views_handler_filter_term_node_tid::extra_options_form core/modules/taxonomy/views/views_handler_filter_term_node_tid.inc Provide a form for setting options.
views_handler_filter_term_node_tid::get_value_options core/modules/taxonomy/views/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 core/modules/taxonomy/views/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::init core/modules/taxonomy/views/views_handler_filter_term_node_tid.inc Provide some extra help to get the operator/value easier to use.
views_handler_filter_term_node_tid::option_definition core/modules/taxonomy/views/views_handler_filter_term_node_tid.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_handler_filter_term_node_tid::validate_term_strings core/modules/taxonomy/views/views_handler_filter_term_node_tid.inc Validate the user string. In order to handle multiple input sources, this is abstracted out a bit; since this can come from either the form, or the exposed filter.
views_handler_filter_term_node_tid::value_form core/modules/taxonomy/views/views_handler_filter_term_node_tid.inc Options form subform for setting options.
views_handler_filter_term_node_tid::value_submit core/modules/taxonomy/views/views_handler_filter_term_node_tid.inc Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data.
views_handler_filter_term_node_tid::value_validate core/modules/taxonomy/views/views_handler_filter_term_node_tid.inc Validate the options form.
views_handler_filter_term_node_tid_depth::extra_options_form core/modules/taxonomy/views/views_handler_filter_term_node_tid_depth.inc Provide a form for setting options.
views_handler_filter_term_node_tid_depth::operator_options core/modules/taxonomy/views/views_handler_filter_term_node_tid_depth.inc Build strings from the operators() for 'select' options
views_handler_filter_term_node_tid_depth::option_definition core/modules/taxonomy/views/views_handler_filter_term_node_tid_depth.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_handler_filter_term_node_tid_depth::query core/modules/taxonomy/views/views_handler_filter_term_node_tid_depth.inc Add this filter to the query.
views_handler_filter_user_current::construct core/modules/user/views/views_handler_filter_user_current.inc Views handlers use a special construct function so that we can more easily construct them with variable arguments.
views_handler_filter_user_current::query core/modules/user/views/views_handler_filter_user_current.inc Add this filter to the query.
views_handler_filter_user_name::accept_exposed_input core/modules/user/views/views_handler_filter_user_name.inc Check to see if input from the exposed filters should change the behavior of this filter.
views_handler_filter_user_name::admin_summary core/modules/user/views/views_handler_filter_user_name.inc Display the filter on the administrative summary
views_handler_filter_user_name::exposed_validate core/modules/user/views/views_handler_filter_user_name.inc Validate the exposed handler form
views_handler_filter_user_name::get_value_options core/modules/user/views/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_name::validate_user_strings core/modules/user/views/views_handler_filter_user_name.inc Validate the user string. Since this can come from either the form or the exposed filter, this is abstracted out a bit so it can handle the multiple input sources.
views_handler_filter_user_name::value_form core/modules/user/views/views_handler_filter_user_name.inc Options form subform for setting options.
views_handler_filter_user_name::value_submit core/modules/user/views/views_handler_filter_user_name.inc Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data.
views_handler_filter_user_name::value_validate core/modules/user/views/views_handler_filter_user_name.inc Validate the options form.
views_handler_filter_user_permissions::get_value_options core/modules/user/views/views_handler_filter_user_permissions.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_permissions::query core/modules/user/views/views_handler_filter_user_permissions.inc Add this filter to the query.
views_handler_filter_user_roles::get_value_options core/modules/user/views/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_user_roles::operators core/modules/user/views/views_handler_filter_user_roles.inc Override empty and not empty operator labels to be clearer for user roles.
views_handler_filter_vocabulary::get_value_options core/modules/taxonomy/views/views_handler_filter_vocabulary.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::init core/modules/views/handlers/views_handler_relationship.inc Init handler to let relationships live on tables other than the table they operate on.
views_handler_relationship::label core/modules/views/handlers/views_handler_relationship.inc Get this field's label.
views_handler_relationship::options_form core/modules/views/handlers/views_handler_relationship.inc Default options form that provides the label widget that all fields should have.

Pages