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