Search for field

  1. Other projects
Title Object type File name Summary
views_handler_filter_fields_compare::query function handlers/views_handler_filter_fields_compare.inc Add this filter to the query.
views_handler_filter_field_list class modules/field/views_handler_filter_field_list.inc Filter handler which uses list-fields as options.
views_handler_filter_field_list.inc file modules/field/views_handler_filter_field_list.inc Definition of views_handler_filter_field_list.
views_handler_filter_field_list::get_value_options function modules/field/views_handler_filter_field_list.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_field_list::init function modules/field/views_handler_filter_field_list.inc Provide some extra help to get the operator/value easier to use.
views_handler_filter_field_list_boolean class modules/field/views_handler_filter_field_list_boolean.inc Filter handler for boolean fields.
views_handler_filter_field_list_boolean.inc file modules/field/views_handler_filter_field_list_boolean.inc Definition of views_handler_filter_field_list_boolean.
views_handler_filter_field_list_boolean::get_value_options function modules/field/views_handler_filter_field_list_boolean.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_join::$field property includes/handlers.inc
views_join::$left_field property includes/handlers.inc
views_many_to_one_helper::get_field function includes/handlers.inc Provide an option to use a formula.
views_plugin_display::get_field_labels function plugins/views_plugin_display.inc List of fields for the current display with the associated relationship.
views_plugin_display::uses_fields function plugins/views_plugin_display.inc Determine if the display's style uses fields.
views_plugin_query_default::$fields property plugins/views_plugin_query_default.inc An array of fields.
views_plugin_query_default::$field_aliases property plugins/views_plugin_query_default.inc An array mapping table aliases and field names to field aliases.
views_plugin_query_default::add_field function plugins/views_plugin_query_default.inc 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/views_plugin_query_default.inc Remove all fields that may've been added.
views_plugin_query_default::compile_fields function plugins/views_plugin_query_default.inc Build fields array.
views_plugin_query_default::get_field_alias function plugins/views_plugin_query_default.inc Returns the alias for the given field added to $table.
views_plugin_query_default::set_count_field function plugins/views_plugin_query_default.inc Set what field the query will count() on for paging.
views_plugin_row::uses_fields function plugins/views_plugin_row.inc
views_plugin_row_aggregator_rss::$base_field property modules/aggregator/views_plugin_row_aggregator_rss.inc
views_plugin_row_comment_rss::$base_field property modules/comment/views_plugin_row_comment_rss.inc
views_plugin_row_comment_view::$base_field property modules/comment/views_plugin_row_comment_view.inc
views_plugin_row_fields class plugins/views_plugin_row_fields.inc The basic 'fields' row plugin.
views_plugin_row_fields.inc file plugins/views_plugin_row_fields.inc Definition of views_plugin_row_fields.
views_plugin_row_fields::options_form function plugins/views_plugin_row_fields.inc Provide a form for setting options.
views_plugin_row_fields::options_submit function plugins/views_plugin_row_fields.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_plugin_row_fields::option_definition function plugins/views_plugin_row_fields.inc Information about options for all kinds of purposes will be held here.
views_plugin_row_node_rss::$base_field property modules/node/views_plugin_row_node_rss.inc
views_plugin_row_node_view::$base_field property modules/node/views_plugin_row_node_view.inc
views_plugin_row_rss_fields class plugins/views_plugin_row_rss_fields.inc Renders an RSS item based on fields.
views_plugin_row_rss_fields.inc file plugins/views_plugin_row_rss_fields.inc Definition of views_plugin_row_rss_fields.
views_plugin_row_rss_fields::get_field function plugins/views_plugin_row_rss_fields.inc Retrieves a views field value from the style plugin.
views_plugin_row_rss_fields::options_form function plugins/views_plugin_row_rss_fields.inc Provide a form for setting options.
views_plugin_row_rss_fields::option_definition function plugins/views_plugin_row_rss_fields.inc Information about options for all kinds of purposes will be held here.
views_plugin_row_rss_fields::render function plugins/views_plugin_row_rss_fields.inc 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/views_plugin_row_rss_fields.inc Validate that the plugin is correct and can be saved.
views_plugin_row_user_view::$base_field property modules/user/views_plugin_row_user_view.inc
views_plugin_style::get_field function plugins/views_plugin_style.inc Get a rendered field.
views_plugin_style::get_field_value function plugins/views_plugin_style.inc Get the raw field value.
views_plugin_style::render_fields function plugins/views_plugin_style.inc Render all of the fields for a given style and store them on the object.
views_plugin_style::uses_fields function plugins/views_plugin_style.inc Return TRUE if this style also uses fields.
views_test_plugin_style_test_mapping::filter_numeric_fields function tests/test_plugins/views_test_plugin_style_test_mapping.inc Restricts the allowed fields to only numeric fields.
views_ui_field_list function includes/admin.inc List all instances of fields on any views.
views_ui_pre_render_add_fieldset_markup function includes/admin.inc Move form elements into fieldsets for presentation purposes.
_field_view_formatter_options function modules/field/views_handler_field_field.inc Helper function: Return an array of formatter options for a field type.