Search for field

  1. Search 7.x-3.x for field
  2. Other projects
Title Object type File name Summary
views_handler_field_user_roles::document_self_tokens function modules/user/views_handler_field_user_roles.inc Document any special tokens this field might use for itself.
views_handler_field_user_roles::pre_render function modules/user/views_handler_field_user_roles.inc Run before any fields are rendered.
views_handler_field_user_roles::query function modules/user/views_handler_field_user_roles.inc Called to add the field to a query.
views_handler_field_user_roles::render_item function modules/user/views_handler_field_user_roles.inc
views_handler_field_xss class handlers/views_handler_field.inc A handler to run a field through simple XSS filtering.
views_handler_field_xss::render function handlers/views_handler_field.inc Render the field.
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 Sometimes the handler might want us to use some kind of formula, so give
it that option. If it wants us to do this, it must set $helper->formula = TRUE
and implement handler->get_formula();
views_plugin_display::get_field_labels function plugins/views_plugin_display.inc Retrieve a list of fields for the current display with the
relationship associated if it exists.
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::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; 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_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 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_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_style::get_field function plugins/views_plugin_style.inc Get a rendered field.
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.