views_handler_filter_entity_bundle::init |
core/modules/views/handlers/views_handler_filter_entity_bundle.inc |
Provide some extra help to get the operator/value easier to use. |
views_handler_filter_entity_bundle::query |
core/modules/views/handlers/views_handler_filter_entity_bundle.inc |
All entity types beside comment and taxonomy terms have a proper implement
bundle, though these two need an additional join to node/vocab table
to work as required. |
views_handler_filter_equality::operator_options |
core/modules/views/handlers/views_handler_filter_equality.inc |
Provide simple equality operator |
views_handler_filter_equality::value_form |
core/modules/views/handlers/views_handler_filter_equality.inc |
Provide a simple textfield for equality |
views_handler_filter_fields_compare::admin_summary |
core/modules/views/handlers/views_handler_filter_fields_compare.inc |
Overrides views_handler_filter#admin_summary(). |
views_handler_filter_fields_compare::can_expose |
core/modules/views/handlers/views_handler_filter_fields_compare.inc |
Determine if a filter can be exposed. |
views_handler_filter_fields_compare::fields_operator_options |
core/modules/views/handlers/views_handler_filter_fields_compare.inc |
Provide a list of all operators. |
views_handler_filter_fields_compare::field_options |
core/modules/views/handlers/views_handler_filter_fields_compare.inc |
Provide a list of available fields. |
views_handler_filter_fields_compare::options_form |
core/modules/views/handlers/views_handler_filter_fields_compare.inc |
Overrides views_handler_filter#options_form(). |
views_handler_filter_fields_compare::option_definition |
core/modules/views/handlers/views_handler_filter_fields_compare.inc |
Overrides views_handler_filter#option_definition(). |
views_handler_filter_fields_compare::query |
core/modules/views/handlers/views_handler_filter_fields_compare.inc |
Overrides views_handler_filter#query(). |
views_handler_filter_field_list::get_value_options |
core/modules/field/views/views_handler_filter_field_list.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_field_list::init |
core/modules/field/views/views_handler_filter_field_list.inc |
Provide some extra help to get the operator/value easier to use. |
views_handler_filter_file_status::get_value_options |
core/modules/file/views/views_handler_filter_file_status.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_file_type::get_value_options |
core/modules/file/views/views_handler_filter_file_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_group_by_numeric::can_group |
core/modules/views/handlers/views_handler_filter_group_by_numeric.inc |
Can this filter be used in OR groups? |
views_handler_filter_group_by_numeric::op_between |
core/modules/views/handlers/views_handler_filter_group_by_numeric.inc |
|
views_handler_filter_group_by_numeric::op_empty |
core/modules/views/handlers/views_handler_filter_group_by_numeric.inc |
|
views_handler_filter_group_by_numeric::op_simple |
core/modules/views/handlers/views_handler_filter_group_by_numeric.inc |
|
views_handler_filter_group_by_numeric::query |
core/modules/views/handlers/views_handler_filter_group_by_numeric.inc |
Add this filter to the query. |
views_handler_filter_group_by_numeric::ui_name |
core/modules/views/handlers/views_handler_filter_group_by_numeric.inc |
Return a string representing this handler's name in the UI. |
views_handler_filter_history_user_timestamp::admin_summary |
core/modules/node/views/views_handler_filter_history_user_timestamp.inc |
Display the filter on the administrative summary |
views_handler_filter_history_user_timestamp::expose_form |
core/modules/node/views/views_handler_filter_history_user_timestamp.inc |
Options form subform for exposed filter options. |
views_handler_filter_history_user_timestamp::query |
core/modules/node/views/views_handler_filter_history_user_timestamp.inc |
Add this filter to the query. |
views_handler_filter_history_user_timestamp::value_form |
core/modules/node/views/views_handler_filter_history_user_timestamp.inc |
Options form subform for setting options. |
views_handler_filter_in_operator::accept_exposed_input |
core/modules/views/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 |
core/modules/views/handlers/views_handler_filter_in_operator.inc |
Display the filter on the administrative summary |
views_handler_filter_in_operator::construct |
core/modules/views/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 |
core/modules/views/handlers/views_handler_filter_in_operator.inc |
Options form subform for exposed filter options. |
views_handler_filter_in_operator::expose_options |
core/modules/views/handlers/views_handler_filter_in_operator.inc |
Provide default options for exposed filters. |
views_handler_filter_in_operator::get_value_options |
core/modules/views/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 |
core/modules/views/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 |
core/modules/views/handlers/views_handler_filter_in_operator.inc |
Build strings from the operators() for 'select' options |
views_handler_filter_in_operator::operator_values |
core/modules/views/handlers/views_handler_filter_in_operator.inc |
|
views_handler_filter_in_operator::option_definition |
core/modules/views/handlers/views_handler_filter_in_operator.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_filter_in_operator::op_empty |
core/modules/views/handlers/views_handler_filter_in_operator.inc |
|
views_handler_filter_in_operator::op_simple |
core/modules/views/handlers/views_handler_filter_in_operator.inc |
|
views_handler_filter_in_operator::query |
core/modules/views/handlers/views_handler_filter_in_operator.inc |
Add this filter to the query. |
views_handler_filter_in_operator::reduce_value_options |
core/modules/views/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 |
core/modules/views/handlers/views_handler_filter_in_operator.inc |
Validates the handler against the complete View. |
views_handler_filter_in_operator::value_form |
core/modules/views/handlers/views_handler_filter_in_operator.inc |
Options form subform for setting options. |
views_handler_filter_in_operator::value_submit |
core/modules/views/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_locale_language::get_value_options |
core/modules/locale/views/views_handler_filter_locale_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_locale_version::get_value_options |
core/modules/locale/views/views_handler_filter_locale_version.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_many_to_one::ensure_my_table |
core/modules/views/handlers/views_handler_filter_many_to_one.inc |
Override ensure_my_table so we can control how this joins in.
The operator actually has influence over joining. |
views_handler_filter_many_to_one::init |
core/modules/views/handlers/views_handler_filter_many_to_one.inc |
Provide some extra help to get the operator/value easier to use. |
views_handler_filter_many_to_one::operators |
core/modules/views/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_many_to_one::option_definition |
core/modules/views/handlers/views_handler_filter_many_to_one.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_filter_many_to_one::op_helper |
core/modules/views/handlers/views_handler_filter_many_to_one.inc |
|
views_handler_filter_many_to_one::value_form |
core/modules/views/handlers/views_handler_filter_many_to_one.inc |
Options form subform for setting options. |