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