Search for fields

  1. 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 Default simple view template to all the fields as a row.
viewsFieldApiDataTest::$fields property tests/field/views_fieldapi.test Stores the fields for this test case.
ViewsFieldApiTestHelper::$fields property tests/field/views_fieldapi.test Stores the field definitions used by the test.
ViewsFieldApiTestHelper::setUpFields function tests/field/views_fieldapi.test
ViewsHandlerManyToOneTest::$fields property tests/handlers/views_handler_manytoone.test Field definitions used by this test.
ViewsPagerTest::viewsPagerFullFields function tests/views_pager.test
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 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_handler_filter_fields_compare class handlers/views_handler_filter_fields_compare.inc A handler to filter a view using fields comparison.
views_handler_filter_fields_compare.inc file handlers/views_handler_filter_fields_compare.inc Definition of views_handler_filter_fields_compare.
views_handler_filter_fields_compare::admin_summary function handlers/views_handler_filter_fields_compare.inc Display the filter on the administrative summary.
views_handler_filter_fields_compare::can_expose function handlers/views_handler_filter_fields_compare.inc Determine if a filter can be exposed.
views_handler_filter_fields_compare::fields_operator_options function handlers/views_handler_filter_fields_compare.inc Provide a list of all operators.
views_handler_filter_fields_compare::field_options function handlers/views_handler_filter_fields_compare.inc Provide a list of available fields.
views_handler_filter_fields_compare::options_form function handlers/views_handler_filter_fields_compare.inc Provide the basic form which calls through to subforms.
views_handler_filter_fields_compare::option_definition function handlers/views_handler_filter_fields_compare.inc Information about options for all kinds of purposes will be held here.
views_handler_filter_fields_compare::query function handlers/views_handler_filter_fields_compare.inc Add this filter 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.
views_plugin_query_default::compile_fields function plugins/views_plugin_query_default.inc Build fields array.
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 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_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_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_pre_render_add_fieldset_markup function includes/admin.inc Move form elements into fieldsets for presentation purposes.