Search for operator
Title | Object type | File name | Summary |
---|---|---|---|
views_handler_filter_node_tnid::operator_options | function | modules/ |
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/ |
Provide a form for setting the operator. |
views_handler_filter_numeric::operators | function | handlers/ |
|
views_handler_filter_numeric::operator_options | function | handlers/ |
Provide a list of all the numeric operators |
views_handler_filter_numeric::operator_values | function | handlers/ |
|
views_handler_filter_search::operator_form | function | modules/ |
Provide simple equality operator |
views_handler_filter_search::operator_options | function | modules/ |
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/ |
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/ |
Build strings from the operators() for 'select' options |
views_handler_filter_string::operator_values | function | handlers/ |
|
views_handler_filter_term_node_tid_depth::operator_options | function | modules/ |
Build strings from the operators() for 'select' options |
views_handler_filter_user_roles::operators | function | modules/ |
Override empty and not empty operator labels to be clearer for user roles. |
views_plugin_query::set_group_operator | function | plugins/ |
Control how all WHERE and HAVING groups are put together. |
views_plugin_query_default::$group_operator | property | plugins/ |
The default operator to use when connecting the WHERE groups. May be AND or OR. |
Pagination
- Previous page
- Page 2