Search for field

  1. Other projects
Title Object type File name Summary
views_handler_argument::summary_name_field function handlers/views_handler_argument.inc Add the name field, which is the field displayed in summary queries.
views_handler_argument_field_list class modules/field/views_handler_argument_field_list.inc Argument handler for list field to show the human readable name in the
summary.
views_handler_argument_field_list.inc file modules/field/views_handler_argument_field_list.inc Definition of views_handler_argument_field_list.
views_handler_argument_field_list::$allowed_values property modules/field/views_handler_argument_field_list.inc Stores the allowed values of this field.
views_handler_argument_field_list::init function modules/field/views_handler_argument_field_list.inc Init the handler with necessary data.
views_handler_argument_field_list::options_form function modules/field/views_handler_argument_field_list.inc Build the options form.
views_handler_argument_field_list::option_definition function modules/field/views_handler_argument_field_list.inc Information about options for all kinds of purposes will be held here.
views_handler_argument_field_list::summary_name function modules/field/views_handler_argument_field_list.inc Provides the name to use for the summary.
views_handler_argument_field_list_string class modules/field/views_handler_argument_field_list_string.inc Argument handler for list field to show the human readable name in the
summary.
views_handler_argument_field_list_string.inc file modules/field/views_handler_argument_field_list_string.inc Definition of views_handler_argument_field_list_string.
views_handler_argument_field_list_string::$allowed_values property modules/field/views_handler_argument_field_list_string.inc Stores the allowed values of this field.
views_handler_argument_field_list_string::init function modules/field/views_handler_argument_field_list_string.inc Init the handler with necessary data.
views_handler_argument_field_list_string::options_form function modules/field/views_handler_argument_field_list_string.inc Build the options form.
views_handler_argument_field_list_string::option_definition function modules/field/views_handler_argument_field_list_string.inc Information about options for all kinds of purposes will be held here.
views_handler_argument_field_list_string::summary_name function modules/field/views_handler_argument_field_list_string.inc Provides the name to use for the summary.
views_handler_field class handlers/views_handler_field.inc Base field handler that has no options and renders an unformatted field.
views_handler_field.inc file handlers/views_handler_field.inc Definition of views_handler_field.
views_handler_field.test file tests/handlers/views_handler_field.test Definition of ViewsHandlerFieldTest.
views_handler_field::$additional_fields property handlers/views_handler_field.inc Stores additional fields which get added to the query.
The generated aliases are stored in $aliases.
views_handler_field::$aliases property handlers/views_handler_field.inc
views_handler_field::$field_alias property handlers/views_handler_field.inc
views_handler_field::$last_render_index property handlers/views_handler_field.inc Keeps track of the last render index.
views_handler_field::$original_value property handlers/views_handler_field.inc The field value prior to any rewriting.
views_handler_field::add_additional_fields function handlers/views_handler_field.inc Add 'additional' fields to the query.
views_handler_field::add_self_tokens function handlers/views_handler_field.inc Add any special tokens this field might use for itself.
views_handler_field::admin_summary function handlers/views_handler_field.inc Provide extra data to the administration form.
views_handler_field::advanced_render function handlers/views_handler_field.inc Render a field using advanced settings.
views_handler_field::allow_advanced_render function handlers/views_handler_field.inc Determine if this field can allow advanced rendering.
views_handler_field::click_sort function handlers/views_handler_field.inc Called to determine what to tell the clicksorter.
views_handler_field::click_sortable function handlers/views_handler_field.inc Determine if this field is click sortable.
views_handler_field::construct function handlers/views_handler_field.inc Construct a new field handler.
views_handler_field::document_self_tokens function handlers/views_handler_field.inc Document any special tokens this field might use for itself.
views_handler_field::element_classes function handlers/views_handler_field.inc Return the class of the field.
views_handler_field::element_label_classes function handlers/views_handler_field.inc Return the class of the field's label.
views_handler_field::element_label_type function handlers/views_handler_field.inc Return an HTML element for the label based upon the field's element type.
views_handler_field::element_type function handlers/views_handler_field.inc Return an HTML element based upon the field's element type.
views_handler_field::element_wrapper_classes function handlers/views_handler_field.inc Return the class of the field's wrapper.
views_handler_field::element_wrapper_type function handlers/views_handler_field.inc Return an HTML element for the wrapper based upon the field's element type.
views_handler_field::get_elements function handlers/views_handler_field.inc Provide a list of elements valid for field HTML.
views_handler_field::get_render_tokens function handlers/views_handler_field.inc Get the 'render' tokens to use for advanced rendering.
views_handler_field::get_token_values_recursive function handlers/views_handler_field.inc Recursive function to add replacements for nested query string parameters.
views_handler_field::get_value function handlers/views_handler_field.inc Get the value that's supposed to be rendered.
views_handler_field::init function handlers/views_handler_field.inc Init the handler with necessary data.
views_handler_field::is_value_empty function handlers/views_handler_field.inc Checks if a field value is empty.
views_handler_field::label function handlers/views_handler_field.inc Get this field's label.
views_handler_field::options_form function handlers/views_handler_field.inc Default options form provides the label widget that all fields should have.
views_handler_field::options_submit function handlers/views_handler_field.inc Performs some cleanup tasks on the options array before saving it.
views_handler_field::option_definition function handlers/views_handler_field.inc Information about options for all kinds of purposes will be held here.
views_handler_field::pre_render function handlers/views_handler_field.inc Run before any fields are rendered.
views_handler_field::query function handlers/views_handler_field.inc Called to add the field to a query.