views_handler_filter_combine::options_form |
core/modules/views/handlers/views_handler_filter_combine.inc |
Provide the basic form which calls through to subforms.
If overridden, it is best to call through to the parent,
or to at least make sure all of the functions in this form
are called. |
views_handler_filter_combine::option_definition |
core/modules/views/handlers/views_handler_filter_combine.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_filter_combine::op_contains |
core/modules/views/handlers/views_handler_filter_combine.inc |
|
views_handler_filter_combine::op_empty |
core/modules/views/handlers/views_handler_filter_combine.inc |
|
views_handler_filter_combine::op_ends |
core/modules/views/handlers/views_handler_filter_combine.inc |
|
views_handler_filter_combine::op_equal |
core/modules/views/handlers/views_handler_filter_combine.inc |
|
views_handler_filter_combine::op_not |
core/modules/views/handlers/views_handler_filter_combine.inc |
|
views_handler_filter_combine::op_not_ends |
core/modules/views/handlers/views_handler_filter_combine.inc |
|
views_handler_filter_combine::op_not_starts |
core/modules/views/handlers/views_handler_filter_combine.inc |
|
views_handler_filter_combine::op_regex |
core/modules/views/handlers/views_handler_filter_combine.inc |
|
views_handler_filter_combine::op_starts |
core/modules/views/handlers/views_handler_filter_combine.inc |
|
views_handler_filter_combine::op_word |
core/modules/views/handlers/views_handler_filter_combine.inc |
|
views_handler_filter_combine::query |
core/modules/views/handlers/views_handler_filter_combine.inc |
Add this filter to the query. |
views_handler_filter_comment_user_uid::query |
core/modules/comment/views/views_handler_filter_comment_user_uid.inc |
Add this filter to the query. |
views_handler_filter_date::accept_exposed_input |
core/modules/views/handlers/views_handler_filter_date.inc |
Do some minor translation of the exposed input |
views_handler_filter_date::build_group_validate |
core/modules/views/handlers/views_handler_filter_date.inc |
Validate the build group options form. |
views_handler_filter_date::exposed_validate |
core/modules/views/handlers/views_handler_filter_date.inc |
Validate the exposed handler form |
views_handler_filter_date::options_validate |
core/modules/views/handlers/views_handler_filter_date.inc |
Simple validate handler |
views_handler_filter_date::option_definition |
core/modules/views/handlers/views_handler_filter_date.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_filter_date::op_between |
core/modules/views/handlers/views_handler_filter_date.inc |
|
views_handler_filter_date::op_simple |
core/modules/views/handlers/views_handler_filter_date.inc |
|
views_handler_filter_date::validate_valid_time |
core/modules/views/handlers/views_handler_filter_date.inc |
Validate that the time values convert to something usable. |
views_handler_filter_date::value_form |
core/modules/views/handlers/views_handler_filter_date.inc |
Add a type selector to the value form |
views_handler_filter_entity_bundle::get_entity_type |
core/modules/views/handlers/views_handler_filter_entity_bundle.inc |
Set and returns the entity_type. |
views_handler_filter_entity_bundle::get_value_options |
core/modules/views/handlers/views_handler_filter_entity_bundle.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_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. |