Search for display
Title | Object type | File name | Summary |
---|---|---|---|
ViewsUiNodeViewsWizard::page_display_options | function | plugins/ |
|
ViewsUiTaxonomyTermViewsWizard::default_display_options | function | plugins/ |
Most subclasses will need to override this method to provide some fields or a different row plugin. |
ViewsUiUsersViewsWizard::default_display_options | function | plugins/ |
Most subclasses will need to override this method to provide some fields or a different row plugin. |
ViewsUIWizardOverrideDisplaysTestCase | class | tests/ |
Tests that displays can be correctly overridden via the user interface. |
ViewsUIWizardOverrideDisplaysTestCase::getInfo | function | tests/ |
|
ViewsUIWizardOverrideDisplaysTestCase::testOverrideDisplays | function | tests/ |
Tests that displays can be overridden via the UI. |
ViewsUIWizardOverrideDisplaysTestCase::testRevertAllDisplays | function | tests/ |
Tests that the revert to all displays select-option works as expected. |
ViewsUIWizardOverrideDisplaysTestCase::testWizardMixedDefaultOverriddenDisplays | function | tests/ |
Tests that the wizard correctly sets up default and overridden displays. |
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::__construct | function | includes/ |
|
views_get_enabled_display_extenders | function | includes/ |
Get enabled display extenders. |
views_load_display_records | function | ./ |
Export callback to load the view subrecords, which are the displays. |
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/ |
Definition of views_plugin_display. |
views_plugin_display.test | file | tests/ |
Definition of ViewsPluginDisplayTestCase. |
views_plugin_display::$extender | property | plugins/ |
Stores all available display extenders. |
views_plugin_display::$handlers | property | plugins/ |
List of handlers for this display. |
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::attach_to | function | plugins/ |
Allow displays to attach to other views. |
views_plugin_display::defaultable_sections | function | plugins/ |
List which sections are defaultable and what items each section contains. |
views_plugin_display::destroy | function | plugins/ |
Destructor. |
views_plugin_display::displays_exposed | function | plugins/ |
Determine if this display should display the exposed filters widgets. |
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_argument_text | function | plugins/ |
Provide some helpful text for the arguments. |
views_plugin_display::get_field_labels | function | plugins/ |
List of fields for the current display with the associated relationship. |
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. |
views_plugin_display::get_link_display | function | plugins/ |
Check to see which display to use when creating links. |
views_plugin_display::get_option | function | plugins/ |
Intelligently get an option either from this or default display. |
views_plugin_display::get_pager_text | function | plugins/ |
Provide some helpful text for pagers. |
views_plugin_display::get_path | function | plugins/ |
Return the base path to use for this display. |
views_plugin_display::get_plugin | function | plugins/ |
Get the instance of a plugin, for example style or row. |
views_plugin_display::get_special_blocks | function | plugins/ |
Provide the block system with any exposed widget blocks for this display. |
views_plugin_display::get_style_type | function | plugins/ |
Displays can require a certain type of style plugin. |
Pagination
- Previous page
- Page 2
- Next page