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 |
|
hook_views_ui_display_top_links_alter |
function |
./views.api.php |
This hooks allows to alter the links at the top of the view edit form. |
performance-views-vs-displays.html |
file |
help/performance-views-vs-displays.html |
|
template_preprocess_views_ui_display_tab_bucket |
function |
includes/admin.inc |
|
template_preprocess_views_ui_display_tab_column |
function |
includes/admin.inc |
|
template_preprocess_views_ui_display_tab_setting |
function |
includes/admin.inc |
|
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 |
property |
includes/view.inc |
Stores all display handlers of this view. |
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-ui-display-tab-bucket.tpl.php |
file |
theme/views-ui-display-tab-bucket.tpl.php |
Template for each "box" on the display query edit screen. |
views-ui-display-tab-setting.tpl.php |
file |
theme/views-ui-display-tab-setting.tpl.php |
Template for each row inside the "boxes" on the display query edit screen. |
ViewsPluginDisplayTestCase |
class |
tests/plugins/views_plugin_display.test |
|
ViewsPluginDisplayTestCase::getInfo |
function |
tests/plugins/views_plugin_display.test |
|
ViewsPluginDisplayTestCase::testFilterGroupsOverriding |
function |
tests/plugins/views_plugin_display.test |
Tests the overriding of filter_groups. |
ViewsPluginDisplayTestCase::testFilterGroupsUpdating |
function |
tests/plugins/views_plugin_display.test |
Based on a bug some filter_groups landed in the overridden display. |
ViewsPluginDisplayTestCase::viewFilterGroupsOverriding |
function |
tests/plugins/views_plugin_display.test |
Returns a test view for testFilterGroupsOverriding. |
ViewsPluginDisplayTestCase::viewFilterGroupsUpdating |
function |
tests/plugins/views_plugin_display.test |
Returns a test view for testFilterGroupUpdating. |
ViewsUiBaseViewsWizard::add_displays |
function |
plugins/views_wizard/views_ui_base_views_wizard.class.php |
Add the array of display options to the view, with appropriate overrides. |
ViewsUiBaseViewsWizard::alter_display_options |
function |
plugins/views_wizard/views_ui_base_views_wizard.class.php |
Alter the full array of display options before they are added to the view. |
ViewsUiBaseViewsWizard::block_display_options |
function |
plugins/views_wizard/views_ui_base_views_wizard.class.php |
|
ViewsUiBaseViewsWizard::build_display_options |
function |
plugins/views_wizard/views_ui_base_views_wizard.class.php |
Build an array of display options for the view. |
ViewsUiBaseViewsWizard::default_display_filters |
function |
plugins/views_wizard/views_ui_base_views_wizard.class.php |
|
ViewsUiBaseViewsWizard::default_display_filters_user |
function |
plugins/views_wizard/views_ui_base_views_wizard.class.php |
|
ViewsUiBaseViewsWizard::default_display_options |
function |
plugins/views_wizard/views_ui_base_views_wizard.class.php |
Most subclasses will need to override this method to provide some fields
or a different row plugin. |
ViewsUiBaseViewsWizard::default_display_sorts |
function |
plugins/views_wizard/views_ui_base_views_wizard.class.php |
|
ViewsUiBaseViewsWizard::default_display_sorts_user |
function |
plugins/views_wizard/views_ui_base_views_wizard.class.php |
|
ViewsUiBaseViewsWizard::page_display_options |
function |
plugins/views_wizard/views_ui_base_views_wizard.class.php |
|
ViewsUiBaseViewsWizard::page_feed_display_options |
function |
plugins/views_wizard/views_ui_base_views_wizard.class.php |
|
ViewsUiCommentViewsWizard::block_display_options |
function |
plugins/views_wizard/views_ui_comment_views_wizard.class.php |
|
ViewsUiCommentViewsWizard::default_display_options |
function |
plugins/views_wizard/views_ui_comment_views_wizard.class.php |
Most subclasses will need to override this method to provide some fields
or a different row plugin. |
ViewsUiCommentViewsWizard::display_options_row |
function |
plugins/views_wizard/views_ui_comment_views_wizard.class.php |
Set the row style and row style plugins to the display_options. |
ViewsUiCommentViewsWizard::page_display_options |
function |
plugins/views_wizard/views_ui_comment_views_wizard.class.php |
|
ViewsUiFileManagedViewsWizard::default_display_options |
function |
plugins/views_wizard/views_ui_file_managed_views_wizard.class.php |
Most subclasses will need to override this method to provide some fields
or a different row plugin. |
ViewsUiNodeRevisionViewsWizard::default_display_options |
function |
plugins/views_wizard/views_ui_node_revision_views_wizard.class.php |
@override |
ViewsUiNodeViewsWizard::block_display_options |
function |
plugins/views_wizard/views_ui_node_views_wizard.class.php |
|
ViewsUiNodeViewsWizard::default_display_options |
function |
plugins/views_wizard/views_ui_node_views_wizard.class.php |
@override |
ViewsUiNodeViewsWizard::display_options_row |
function |
plugins/views_wizard/views_ui_node_views_wizard.class.php |
Set the row style and row style plugins to the display_options. |