Search for display

  1. Search 7.x-3.x for display
  2. Other projects
Title Object type File name Summary
display-attachment.html file help/display-attachment.html
display-block.html file help/display-block.html
display-default.html file help/display-default.html
display-feed.html file help/display-feed.html
display-page.html file help/display-page.html
display.html file help/display.html
performance-views-vs-displays.html file help/performance-views-vs-displays.html
theme_views_ui_reorder_displays_form function includes/admin.inc Turn the reorder form into a proper table
view::$current_display property includes/view.inc Identifier of the current display.
view::$display_handler property includes/view.inc The current used display plugin.
view::attach_displays function includes/view.inc Run attachment displays for the view.
view::choose_display function includes/view.inc Get the first display that is accessible to the user.
view::display_objects function includes/view.inc Returns a list of the sub-object types used by this view. These types are
stored on the display, and are used in the build process.
view::execute_display function includes/view.inc Execute the given display, with the given arguments.
To be called externally by whatever mechanism invokes the view,
such as a page callback, hook_block, etc.
view::init_display function includes/view.inc Set the display for this view and initialize the display handler.
view::set_display function includes/view.inc Set the display as current.
Views' display plugins group plugins/views_plugin_display.inc Display plugins control how Views interact with the rest of Drupal.
views_db_object::add_display function includes/view.inc Add a new display handler to the view, automatically creating an id.
views_db_object::generate_display_id function includes/view.inc Generate a display id of a certain plugin type.
views_db_object::new_display function includes/view.inc Create a new display and a display handler for it.
views_display class includes/view.inc A display type in a view.
views_display::$db_table property includes/view.inc
views_display::$display_options property includes/view.inc Stores all options of the display, like fields, filters etc.
views_display::$handler property includes/view.inc The display handler itself, which has all the methods.
views_display::options function includes/view.inc
views_display::views_display function includes/view.inc
views_plugin::$display property includes/plugins.inc The current used views display.
views_plugin_display class plugins/views_plugin_display.inc The default display plugin handler. Display plugins handle options and
basic mechanisms for different output methods.
views_plugin_display.inc file plugins/views_plugin_display.inc Contains the base display plugin.
views_plugin_display::$extender property plugins/views_plugin_display.inc Stores all availible display extenders.
views_plugin_display::$handlers property plugins/views_plugin_display.inc
views_plugin_display::$view property plugins/views_plugin_display.inc The top object of a view.
views_plugin_display::accept_attachments function plugins/views_plugin_display.inc Can this display accept attachments?
views_plugin_display::access function plugins/views_plugin_display.inc Determine if the user has access to this display of the view.
views_plugin_display::add_override_button function plugins/views_plugin_display.inc Add an override button for a given section, allowing the user to
change whether this info is stored on the default display or on
the current display.
views_plugin_display::attach_to function plugins/views_plugin_display.inc Allow displays to attach to other views.
views_plugin_display::construct function plugins/views_plugin_display.inc Views handlers use a special construct function so that we can more
easily construct them with variable arguments.
views_plugin_display::defaultable_sections function plugins/views_plugin_display.inc Static member function to list which sections are defaultable
and what items each section contains.
views_plugin_display::destroy function plugins/views_plugin_display.inc
views_plugin_display::displays_exposed function plugins/views_plugin_display.inc Determine if this display should display the exposed
filters widgets, so the view will know whether or not
to render them.
views_plugin_display::execute function plugins/views_plugin_display.inc When used externally, this is how a view gets run and returns
data in the format required.
views_plugin_display::export_handler function plugins/views_plugin_display.inc Special method to export items that have handlers.
views_plugin_display::export_option function plugins/views_plugin_display.inc Override of export_option()
views_plugin_display::export_plugin function plugins/views_plugin_display.inc Special handling for plugin export
views_plugin_display::export_style function plugins/views_plugin_display.inc Special handling for the style export.
views_plugin_display::format_themes function plugins/views_plugin_display.inc Format a list of theme templates for output by the theme info helper.
views_plugin_display::get_arguments_tokens function plugins/views_plugin_display.inc Returns to tokens for arguments.
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::get_handler function plugins/views_plugin_display.inc Get the handler object for a single handler.
views_plugin_display::get_handlers function plugins/views_plugin_display.inc Get a full array of handlers for $type. This caches them.