Search for value

  1. Search 7.x-3.x for value
  2. Other projects
Title Object type File name Summary
views_handler::sanitize_value function includes/handlers.inc Sanitize the value for output.
views_handler_argument::get_value function handlers/views_handler_argument.inc Get the value of this argument.
views_handler_field::get_value function handlers/views_handler_field.inc Get the value that's supposed to be rendered.
views_handler_field::tokenize_value function handlers/views_handler_field.inc Replace a value with tokens from the last field.
views_handler_filter::$value property handlers/views_handler_filter.inc 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/views_handler_filter.inc Shortcut to display the value form.
views_handler_filter::value_form function handlers/views_handler_filter.inc Provide a form for setting options.
views_handler_filter::value_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::value_validate function handlers/views_handler_filter.inc Validate the options form.
views_handler_filter_aggregator_category_cid::get_value_options function modules/aggregator/views_handler_filter_aggregator_category_cid.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_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::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_date::value_form function handlers/views_handler_filter_date.inc Add a type selector to the value form
views_handler_filter_equality::value_form function handlers/views_handler_filter_equality.inc Provide a simple textfield for equality
views_handler_filter_file_status::get_value_options function modules/system/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_history_user_timestamp::value_form function modules/node/views_handler_filter_history_user_timestamp.inc Provide a form for setting options.
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::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::operator_values function handlers/views_handler_filter_in_operator.inc
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::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_locale_group::get_value_options function modules/locale/views_handler_filter_locale_group.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_language::get_value_options function modules/locale/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 function modules/locale/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::$value_form_type property handlers/views_handler_filter_many_to_one.inc
views_handler_filter_many_to_one::value_form function handlers/views_handler_filter_many_to_one.inc Provide a form for setting options.
views_handler_filter_node_comment::get_value_options function modules/comment/views_handler_filter_node_comment.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_node_language::get_value_options function modules/translation/views_handler_filter_node_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_node_type::get_value_options function modules/node/views_handler_filter_node_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_numeric::operator_values function handlers/views_handler_filter_numeric.inc
views_handler_filter_numeric::value_form function handlers/views_handler_filter_numeric.inc Provide a simple textfield for equality
views_handler_filter_profile_selection::get_value_options function modules/profile/views_handler_filter_profile_selection.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_string::operator_values function handlers/views_handler_filter_string.inc
views_handler_filter_string::value_form function handlers/views_handler_filter_string.inc Provide a simple textfield for equality
views_handler_filter_system_type::get_value_options function modules/system/views_handler_filter_system_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_term_node_tid::get_value_options function modules/taxonomy/views_handler_filter_term_node_tid.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_term_node_tid::value_form function modules/taxonomy/views_handler_filter_term_node_tid.inc Provide a form for setting options.
views_handler_filter_term_node_tid::value_submit function modules/taxonomy/views_handler_filter_term_node_tid.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_term_node_tid::value_validate function modules/taxonomy/views_handler_filter_term_node_tid.inc Validate the options form.
views_handler_filter_user_name::get_value_options function modules/user/views_handler_filter_user_name.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_user_name::value_form function modules/user/views_handler_filter_user_name.inc Provide a form for setting options.
views_handler_filter_user_name::value_submit function modules/user/views_handler_filter_user_name.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_user_name::value_validate function modules/user/views_handler_filter_user_name.inc Validate the options form.
views_handler_filter_user_roles::get_value_options function modules/user/views_handler_filter_user_roles.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_vocabulary_vid::get_value_options function modules/taxonomy/views_handler_filter_vocabulary_vid.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_plugin_style::tokenize_value function plugins/views_plugin_style.inc Take a value and apply token replacement logic to it.