Search for fields
Title | Object type | File name | Summary |
---|---|---|---|
profile_views_get_fields | function | modules/ |
Get all profile fields |
style-fields.html | file | help/ |
|
template_preprocess_views_view_fields | function | theme/ |
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 Default simple view template to all the fields as a row. |
views_fetch_fields | function | includes/ |
Fetch a list of all fields available for a given base type. |
views_handler_field::$additional_fields | property | handlers/ |
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/ |
Add 'additional' fields to the query. |
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::clear_fields | function | plugins/ |
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_row::uses_fields | function | plugins/ |
|
views_plugin_row_fields | class | plugins/ |
The basic 'fields' row plugin |
views_plugin_row_fields.inc | file | plugins/ |
Contains the base row style plugin. |
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_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. |