Search for operator

  1. Search 7.x-3.x for operator
  2. Other projects
Title Object type File name Summary
views_handler_filter_node_tnid::operator_options function modules/translation/views_handler_filter_node_tnid.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_node_tnid_child::operator_form function modules/translation/views_handler_filter_node_tnid_child.inc Provide a form 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_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::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_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.