Search for display
Title | Object type | File name | Summary |
---|---|---|---|
display-attachment.html | file | help/ |
|
display-block.html | file | help/ |
|
display-default.html | file | help/ |
|
display-feed.html | file | help/ |
|
display-page.html | file | help/ |
|
display.html | file | help/ |
|
performance-views-vs-displays.html | file | help/ |
|
theme_views_ui_reorder_displays_form | function | includes/ |
Turn the reorder form into a proper table |
view::$current_display | property | includes/ |
Identifier of the current display. |
view::$display_handler | property | includes/ |
The current used display plugin. |
view::attach_displays | function | includes/ |
Run attachment displays for the view. |
view::choose_display | function | includes/ |
Get the first display that is accessible to the user. |
view::display_objects | function | includes/ |
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/ |
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/ |
Set the display for this view and initialize the display handler. |
view::set_display | function | includes/ |
Set the display as current. |
Views' display plugins | group | plugins/ |
Display plugins control how Views interact with the rest of Drupal. |
views_db_object::add_display | function | includes/ |
Add a new display handler to the view, automatically creating an id. |
views_db_object::generate_display_id | function | includes/ |
Generate a display id of a certain plugin type. |
views_db_object::new_display | function | includes/ |
Create a new display and a display handler for it. |
views_display | class | includes/ |
A display type in a view. |
views_display::$db_table | property | includes/ |
|
views_display::$display_options | property | includes/ |
Stores all options of the display, like fields, filters etc. |
views_display::$handler | property | includes/ |
The display handler itself, which has all the methods. |
views_display::options | function | includes/ |
|
views_display::views_display | function | includes/ |
|
views_plugin::$display | property | includes/ |
The current used views display. |
views_plugin_display | class | plugins/ |
The default display plugin handler. Display plugins handle options and basic mechanisms for different output methods. |
views_plugin_display.inc | file | plugins/ |
Contains the base display plugin. |
views_plugin_display::$extender | property | plugins/ |
Stores all availible display extenders. |
views_plugin_display::$handlers | property | plugins/ |
|
views_plugin_display::$view | property | plugins/ |
The top object of a view. |
views_plugin_display::accept_attachments | function | plugins/ |
Can this display accept attachments? |
views_plugin_display::access | function | plugins/ |
Determine if the user has access to this display of the view. |
views_plugin_display::add_override_button | function | plugins/ |
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/ |
Allow displays to attach to other views. |
views_plugin_display::construct | function | plugins/ |
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/ |
Static member function to list which sections are defaultable and what items each section contains. |
views_plugin_display::destroy | function | plugins/ |
|
views_plugin_display::displays_exposed | function | plugins/ |
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/ |
When used externally, this is how a view gets run and returns data in the format required. |
views_plugin_display::export_handler | function | plugins/ |
Special method to export items that have handlers. |
views_plugin_display::export_option | function | plugins/ |
Override of export_option() |
views_plugin_display::export_plugin | function | plugins/ |
Special handling for plugin export |
views_plugin_display::export_style | function | plugins/ |
Special handling for the style export. |
views_plugin_display::format_themes | function | plugins/ |
Format a list of theme templates for output by the theme info helper. |
views_plugin_display::get_arguments_tokens | function | plugins/ |
Returns to tokens for arguments. |
views_plugin_display::get_field_labels | function | plugins/ |
Retrieve a list of fields for the current display with the relationship associated if it exists. |
views_plugin_display::get_handler | function | plugins/ |
Get the handler object for a single handler. |
views_plugin_display::get_handlers | function | plugins/ |
Get a full array of handlers for $type. This caches them. |
Pagination
- Page 1
- Next page