Search for operator

  1. Other projects
Title Object type File name Summary
views_handler_filter_in_operator::get_value_options function handlers/views_handler_filter_in_operator.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_in_operator::operators function handlers/views_handler_filter_in_operator.inc This kind of construct makes it relatively easy for a child class to add or
remove functionality by overriding this function and adding/removing items
from this array.
views_handler_filter_in_operator::operator_options function handlers/views_handler_filter_in_operator.inc Build strings from the operators() for 'select' options.
views_handler_filter_in_operator::operator_values function handlers/views_handler_filter_in_operator.inc
views_handler_filter_in_operator::option_definition function handlers/views_handler_filter_in_operator.inc Information about options for all kinds of purposes will be held here.
views_handler_filter_in_operator::op_empty function handlers/views_handler_filter_in_operator.inc
views_handler_filter_in_operator::op_simple function handlers/views_handler_filter_in_operator.inc
views_handler_filter_in_operator::query function handlers/views_handler_filter_in_operator.inc Add this filter to the query.
views_handler_filter_in_operator::reduce_value_options function handlers/views_handler_filter_in_operator.inc When using exposed filters, we may be required to reduce the set.
views_handler_filter_in_operator::validate function handlers/views_handler_filter_in_operator.inc Validates the handler against the complete View.
views_handler_filter_in_operator::value_form function handlers/views_handler_filter_in_operator.inc Options form subform for setting options.
views_handler_filter_in_operator::value_submit function handlers/views_handler_filter_in_operator.inc Perform any necessary changes to the form values prior to storage.
views_handler_filter_many_to_one::operators function handlers/views_handler_filter_many_to_one.inc This kind of construct makes it relatively easy for a child class to add or
remove functionality by overriding this function and adding/removing items
from this array.
views_handler_filter_node_access::operator_form function modules/node/views_handler_filter_node_access.inc Options form subform for setting the operator.
views_handler_filter_node_status::operator_form function modules/node/views_handler_filter_node_status.inc Options form subform for setting the operator.
views_handler_filter_node_tnid::operator_form function modules/translation/views_handler_filter_node_tnid.inc Provide simple boolean operator.
views_handler_filter_node_tnid_child::operator_form function modules/translation/views_handler_filter_node_tnid_child.inc Options form subform for setting the operator.
views_handler_filter_numeric::operators function handlers/views_handler_filter_numeric.inc
views_handler_filter_numeric::operator_options function handlers/views_handler_filter_numeric.inc Provide a list of all the numeric operators.
views_handler_filter_numeric::operator_values function handlers/views_handler_filter_numeric.inc
views_handler_filter_search::operator_form function modules/search/views_handler_filter_search.inc Provide simple equality operator.
views_handler_filter_string::operator function handlers/views_handler_filter_string.inc
views_handler_filter_string::operators function handlers/views_handler_filter_string.inc This kind of construct makes it relatively easy for a child class to add or
remove functionality by overriding this function and adding/removing items
from this array.
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::operator_values function handlers/views_handler_filter_string.inc
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_term_node_tid_depth_join::operator_options function modules/taxonomy/views_handler_filter_term_node_tid_depth_join.inc Build strings from the operators() for 'select' options.
views_handler_filter_tracker_boolean_operator class modules/tracker/views_handler_filter_tracker_boolean_operator.inc Filter handler for boolean values to use = 1 instead of <> 0.
views_handler_filter_tracker_boolean_operator.inc file modules/tracker/views_handler_filter_tracker_boolean_operator.inc Definition of views_handler_filter_tracker_boolean_operator.
views_handler_filter_tracker_boolean_operator::query function modules/tracker/views_handler_filter_tracker_boolean_operator.inc Add this filter to the query.
views_handler_filter_user_roles::operators function modules/user/views_handler_filter_user_roles.inc Override empty and not empty operator labels to be clearer for user roles.
views_plugin_query::set_group_operator function plugins/views_plugin_query.inc Control how all WHERE and HAVING groups are put together.
views_plugin_query_default::$group_operator property plugins/views_plugin_query_default.inc The default operator to use when connecting the WHERE groups. May be
AND or OR.