Search for value
Title | Object type | File name | Summary |
---|---|---|---|
views_handler::sanitize_value | function | includes/ |
Sanitize the value for output. |
views_handler_argument::get_value | function | handlers/ |
Get the value of this argument. |
views_handler_field::get_value | function | handlers/ |
Get the value that's supposed to be rendered. |
views_handler_field::tokenize_value | function | handlers/ |
Replace a value with tokens from the last field. |
views_handler_filter::$value | property | handlers/ |
Contains the actual value of the field,either configured in the views ui or entered in the exposed filters. |
views_handler_filter::show_value_form | function | handlers/ |
Shortcut to display the value form. |
views_handler_filter::value_form | function | handlers/ |
Provide a form for setting options. |
views_handler_filter::value_submit | function | handlers/ |
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::value_validate | function | handlers/ |
Validate the options form. |
views_handler_filter_aggregator_category_cid::get_value_options | function | modules/ |
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_boolean_operator::get_value_options | function | handlers/ |
Return the possible options for this filter. |
views_handler_filter_boolean_operator::value_form | function | handlers/ |
Provide a form for setting options. |
views_handler_filter_boolean_operator::value_validate | function | handlers/ |
Validate the options form. |
views_handler_filter_date::value_form | function | handlers/ |
Add a type selector to the value form |
views_handler_filter_equality::value_form | function | handlers/ |
Provide a simple textfield for equality |
views_handler_filter_file_status::get_value_options | function | modules/ |
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_history_user_timestamp::value_form | function | modules/ |
Provide a form for setting options. |
views_handler_filter_in_operator::$value_form_type | property | handlers/ |
|
views_handler_filter_in_operator::$value_options | property | handlers/ |
Stores all operations which are available on the form. |
views_handler_filter_in_operator::get_value_options | function | handlers/ |
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::operator_values | function | handlers/ |
|
views_handler_filter_in_operator::reduce_value_options | function | handlers/ |
When using exposed filters, we may be required to reduce the set. |
views_handler_filter_in_operator::value_form | function | handlers/ |
Provide a form for setting options. |
views_handler_filter_in_operator::value_submit | function | handlers/ |
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_group::get_value_options | function | modules/ |
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_language::get_value_options | function | modules/ |
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 | function | modules/ |
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::$value_form_type | property | handlers/ |
|
views_handler_filter_many_to_one::value_form | function | handlers/ |
Provide a form for setting options. |
views_handler_filter_node_comment::get_value_options | function | modules/ |
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_node_language::get_value_options | function | modules/ |
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_node_type::get_value_options | function | modules/ |
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_numeric::operator_values | function | handlers/ |
|
views_handler_filter_numeric::value_form | function | handlers/ |
Provide a simple textfield for equality |
views_handler_filter_profile_selection::get_value_options | function | modules/ |
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_string::operator_values | function | handlers/ |
|
views_handler_filter_string::value_form | function | handlers/ |
Provide a simple textfield for equality |
views_handler_filter_system_type::get_value_options | function | modules/ |
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_term_node_tid::get_value_options | function | modules/ |
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_term_node_tid::value_form | function | modules/ |
Provide a form for setting options. |
views_handler_filter_term_node_tid::value_submit | function | modules/ |
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_term_node_tid::value_validate | function | modules/ |
Validate the options form. |
views_handler_filter_user_name::get_value_options | function | modules/ |
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_user_name::value_form | function | modules/ |
Provide a form for setting options. |
views_handler_filter_user_name::value_submit | function | modules/ |
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_user_name::value_validate | function | modules/ |
Validate the options form. |
views_handler_filter_user_roles::get_value_options | function | modules/ |
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_vocabulary_vid::get_value_options | function | modules/ |
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_plugin_style::tokenize_value | function | plugins/ |
Take a value and apply token replacement logic to it. |