Search for fields

  1. Search 7.x-3.x for fields
  2. Other projects
Title Object type File name Summary
profile_views_get_fields function modules/profile.views.inc Get all profile fields
style-fields.html file help/style-fields.html
template_preprocess_views_view_fields function theme/theme.inc Preprocess theme function to print a single record from a row, with fields
views-view-fields.tpl.php file theme/views-view-fields.tpl.php views-view-fields.tpl.php
Default simple view template to all the fields as a row.
views_fetch_fields function includes/admin.inc Fetch a list of all fields available for a given base type.
views_handler_field::$additional_fields property handlers/views_handler_field.inc Stores additional fields which get's added to the query.
The generated aliases are stored in $aliases.
views_handler_field::add_additional_fields function handlers/views_handler_field.inc Add 'additional' fields to the query.
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::clear_fields function plugins/views_plugin_query_default.inc Remove all fields that may've been added; primarily used for summary
mode where we're changing the query because we didn't get data we needed.
views_plugin_query_default::compile_fields function plugins/views_plugin_query_default.inc
views_plugin_row::uses_fields function plugins/views_plugin_row.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 Contains the base row style plugin.
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_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.