views_handler_filter::$operator |
property |
handlers/views_handler_filter.inc |
Contains the operator which is used on the query. |
views_handler_filter::operator_form |
function |
handlers/views_handler_filter.inc |
Provide a form for setting the operator. |
views_handler_filter::operator_options |
function |
handlers/views_handler_filter.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::operator_submit |
function |
handlers/views_handler_filter.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::operator_validate |
function |
handlers/views_handler_filter.inc |
Validate the operator form. |
views_handler_filter::show_operator_form |
function |
handlers/views_handler_filter.inc |
Shortcut to display the operator form. |
views_handler_filter_boolean_operator |
class |
handlers/views_handler_filter_boolean_operator.inc |
Simple filter to handle matching of boolean values |
views_handler_filter_boolean_operator.inc |
file |
handlers/views_handler_filter_boolean_operator.inc |
|
views_handler_filter_boolean_operator::$accept_null |
property |
handlers/views_handler_filter_boolean_operator.inc |
|
views_handler_filter_boolean_operator::$no_operator |
property |
handlers/views_handler_filter_boolean_operator.inc |
|
views_handler_filter_boolean_operator::$no_single |
property |
handlers/views_handler_filter_boolean_operator.inc |
|
views_handler_filter_boolean_operator::admin_summary |
function |
handlers/views_handler_filter_boolean_operator.inc |
Display the filter on the administrative summary |
views_handler_filter_boolean_operator::construct |
function |
handlers/views_handler_filter_boolean_operator.inc |
Views handlers use a special construct function so that we can more
easily construct them with variable arguments. |
views_handler_filter_boolean_operator::expose_options |
function |
handlers/views_handler_filter_boolean_operator.inc |
Provide default options for exposed filters. |
views_handler_filter_boolean_operator::get_value_options |
function |
handlers/views_handler_filter_boolean_operator.inc |
Return the possible options for this filter. |
views_handler_filter_boolean_operator::operator_form |
function |
handlers/views_handler_filter_boolean_operator.inc |
Provide a form for setting the operator. |
views_handler_filter_boolean_operator::option_definition |
function |
handlers/views_handler_filter_boolean_operator.inc |
Information about options for all kinds of purposes will be held here. |
views_handler_filter_boolean_operator::query |
function |
handlers/views_handler_filter_boolean_operator.inc |
Add this filter to the query. |
views_handler_filter_boolean_operator::value_form |
function |
handlers/views_handler_filter_boolean_operator.inc |
Provide a form for setting options. |
views_handler_filter_boolean_operator::value_validate |
function |
handlers/views_handler_filter_boolean_operator.inc |
Validate the options form. |
views_handler_filter_boolean_operator_string |
class |
handlers/views_handler_filter_boolean_operator_string.inc |
Simple filter to handle matching of boolean values. |
views_handler_filter_boolean_operator_string.inc |
file |
handlers/views_handler_filter_boolean_operator_string.inc |
|
views_handler_filter_boolean_operator_string::query |
function |
handlers/views_handler_filter_boolean_operator_string.inc |
Add this filter to the query. |
views_handler_filter_equality::operator_options |
function |
handlers/views_handler_filter_equality.inc |
Provide simple equality operator |
views_handler_filter_history_user_timestamp::$no_operator |
property |
modules/node/views_handler_filter_history_user_timestamp.inc |
|
views_handler_filter_in_operator |
class |
handlers/views_handler_filter_in_operator.inc |
Simple filter to handle matching of multiple options selectable via checkboxes |
views_handler_filter_in_operator.inc |
file |
handlers/views_handler_filter_in_operator.inc |
|
views_handler_filter_in_operator::$value_form_type |
property |
handlers/views_handler_filter_in_operator.inc |
|
views_handler_filter_in_operator::$value_options |
property |
handlers/views_handler_filter_in_operator.inc |
Stores all operations which are available on the form. |
views_handler_filter_in_operator::accept_exposed_input |
function |
handlers/views_handler_filter_in_operator.inc |
Check to see if input from the exposed filters should change
the behavior of this filter. |
views_handler_filter_in_operator::admin_summary |
function |
handlers/views_handler_filter_in_operator.inc |
Display the filter on the administrative summary |
views_handler_filter_in_operator::construct |
function |
handlers/views_handler_filter_in_operator.inc |
Views handlers use a special construct function so that we can more
easily construct them with variable arguments. |
views_handler_filter_in_operator::expose_form_right |
function |
handlers/views_handler_filter_in_operator.inc |
Handle the 'right' side fo the exposed options form. |
views_handler_filter_in_operator::expose_options |
function |
handlers/views_handler_filter_in_operator.inc |
Provide default options for exposed filters. |
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 |
Provide a form 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.
There is no need for this function to actually store the data. |
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 |
Provide a form for setting the operator. |
views_handler_filter_node_status::operator_form |
function |
modules/node/views_handler_filter_node_status.inc |
Provide a form for setting the operator. |
views_handler_filter_node_tnid::operator_form |
function |
modules/translation/views_handler_filter_node_tnid.inc |
Provide simple boolean operator |