Search for field
Title | Object type | File name | Summary |
---|---|---|---|
views_handler_filter_fields_compare::query | function | handlers/ |
Add this filter to the query. |
views_handler_filter_field_list | class | modules/ |
Filter handler which uses list-fields as options. |
views_handler_filter_field_list.inc | file | modules/ |
Definition of views_handler_filter_field_list. |
views_handler_filter_field_list::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_field_list::init | function | modules/ |
Provide some extra help to get the operator/value easier to use. |
views_handler_filter_field_list_boolean | class | modules/ |
Filter handler for boolean fields. |
views_handler_filter_field_list_boolean.inc | file | modules/ |
Definition of views_handler_filter_field_list_boolean. |
views_handler_filter_field_list_boolean::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_join::$field | property | includes/ |
|
views_join::$left_field | property | includes/ |
|
views_many_to_one_helper::get_field | function | includes/ |
Provide an option to use a formula. |
views_plugin_display::get_field_labels | function | plugins/ |
List of fields for the current display with the associated relationship. |
views_plugin_display::uses_fields | function | plugins/ |
Determine if the display's style uses fields. |
views_plugin_query_default::$fields | property | plugins/ |
An array of fields. |
views_plugin_query_default::$field_aliases | property | plugins/ |
An array mapping table aliases and field names to field aliases. |
views_plugin_query_default::add_field | function | plugins/ |
Add a field to the query table, possibly with an alias. This will automatically call ensure_table to make sure the required table exists, *unless* $table is unset. |
views_plugin_query_default::clear_fields | function | plugins/ |
Remove all fields that may've been added. |
views_plugin_query_default::compile_fields | function | plugins/ |
Build fields array. |
views_plugin_query_default::get_field_alias | function | plugins/ |
Returns the alias for the given field added to $table. |
views_plugin_query_default::set_count_field | function | plugins/ |
Set what field the query will count() on for paging. |
views_plugin_row::uses_fields | function | plugins/ |
|
views_plugin_row_aggregator_rss::$base_field | property | modules/ |
|
views_plugin_row_comment_rss::$base_field | property | modules/ |
|
views_plugin_row_comment_view::$base_field | property | modules/ |
|
views_plugin_row_fields | class | plugins/ |
The basic 'fields' row plugin. |
views_plugin_row_fields.inc | file | plugins/ |
Definition of views_plugin_row_fields. |
views_plugin_row_fields::options_form | function | plugins/ |
Provide a form for setting options. |
views_plugin_row_fields::options_submit | function | plugins/ |
Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data. |
views_plugin_row_fields::option_definition | function | plugins/ |
Information about options for all kinds of purposes will be held here. |
views_plugin_row_node_rss::$base_field | property | modules/ |
|
views_plugin_row_node_view::$base_field | property | modules/ |
|
views_plugin_row_rss_fields | class | plugins/ |
Renders an RSS item based on fields. |
views_plugin_row_rss_fields.inc | file | plugins/ |
Definition of views_plugin_row_rss_fields. |
views_plugin_row_rss_fields::get_field | function | plugins/ |
Retrieves a views field value from the style plugin. |
views_plugin_row_rss_fields::options_form | function | plugins/ |
Provide a form for setting options. |
views_plugin_row_rss_fields::option_definition | function | plugins/ |
Information about options for all kinds of purposes will be held here. |
views_plugin_row_rss_fields::render | function | plugins/ |
Render a row object. This usually passes through to a theme template of some form, but not always. |
views_plugin_row_rss_fields::validate | function | plugins/ |
Validate that the plugin is correct and can be saved. |
views_plugin_row_user_view::$base_field | property | modules/ |
|
views_plugin_style::get_field | function | plugins/ |
Get a rendered field. |
views_plugin_style::get_field_value | function | plugins/ |
Get the raw field value. |
views_plugin_style::render_fields | function | plugins/ |
Render all of the fields for a given style and store them on the object. |
views_plugin_style::uses_fields | function | plugins/ |
Return TRUE if this style also uses fields. |
views_test_plugin_style_test_mapping::filter_numeric_fields | function | tests/ |
Restricts the allowed fields to only numeric fields. |
views_ui_field_list | function | includes/ |
List all instances of fields on any views. |
views_ui_pre_render_add_fieldset_markup | function | includes/ |
Move form elements into fieldsets for presentation purposes. |
_field_view_formatter_options | function | modules/ |
Helper function: Return an array of formatter options for a field type. |
Pagination
- Previous page
- Page 14