Namesort descending Location Description
ViewsUiBaseViewsWizard::block_display_options core/modules/views_ui/wizards/views_ui_base_views_wizard.php
ViewsUiBaseViewsWizard::build_display_options core/modules/views_ui/wizards/views_ui_base_views_wizard.php Build an array of display options for the view.
ViewsUiBaseViewsWizard::build_filters core/modules/views_ui/wizards/views_ui_base_views_wizard.php Build the part of the form that allows the user to select the view's filters.
ViewsUiBaseViewsWizard::build_form core/modules/views_ui/wizards/views_ui_base_views_wizard.php For AJAX callbacks to build other elements in the "show" form.
ViewsUiBaseViewsWizard::build_form_style core/modules/views_ui/wizards/views_ui_base_views_wizard.php Build the part of the form that builds the display format options.
ViewsUiBaseViewsWizard::build_sorts core/modules/views_ui/wizards/views_ui_base_views_wizard.php Build the part of the form that allows the user to select the view's sort order.
ViewsUiBaseViewsWizard::create_view core/modules/views_ui/wizards/views_ui_base_views_wizard.php Create a View from values that have been already submitted to validate().
ViewsUiBaseViewsWizard::default_display_filters core/modules/views_ui/wizards/views_ui_base_views_wizard.php
ViewsUiBaseViewsWizard::default_display_filters_user core/modules/views_ui/wizards/views_ui_base_views_wizard.php
ViewsUiBaseViewsWizard::default_display_options core/modules/views_ui/wizards/views_ui_base_views_wizard.php Most subclasses will need to override this method to provide some fields or a different row plugin.
ViewsUiBaseViewsWizard::default_display_sorts core/modules/views_ui/wizards/views_ui_base_views_wizard.php
ViewsUiBaseViewsWizard::default_display_sorts_user core/modules/views_ui/wizards/views_ui_base_views_wizard.php
ViewsUiBaseViewsWizard::instantiate_view core/modules/views_ui/wizards/views_ui_base_views_wizard.php
ViewsUiBaseViewsWizard::page_display_options core/modules/views_ui/wizards/views_ui_base_views_wizard.php
ViewsUiBaseViewsWizard::page_feed_display_options core/modules/views_ui/wizards/views_ui_base_views_wizard.php
ViewsUiBaseViewsWizard::retrieve_validated_view core/modules/views_ui/wizards/views_ui_base_views_wizard.php
ViewsUiBaseViewsWizard::row_style_options core/modules/views_ui/wizards/views_ui_base_views_wizard.php Add possible row style options.
ViewsUiBaseViewsWizard::set_default_options core/modules/views_ui/wizards/views_ui_base_views_wizard.php Sets options for a display and makes them the default options if possible.
ViewsUiBaseViewsWizard::set_override_options core/modules/views_ui/wizards/views_ui_base_views_wizard.php Sets options for a display, inheriting from the defaults when possible.
ViewsUiBaseViewsWizard::set_validated_view core/modules/views_ui/wizards/views_ui_base_views_wizard.php
ViewsUiBaseViewsWizard::validate core/modules/views_ui/wizards/views_ui_base_views_wizard.php Instantiates a view and validates values.
ViewsUiBaseViewsWizard::__construct core/modules/views_ui/wizards/views_ui_base_views_wizard.php
ViewsUiCommentViewsWizard::block_display_options core/modules/views_ui/wizards/views_ui_comment_views_wizard.php
ViewsUiCommentViewsWizard::build_form_style core/modules/views_ui/wizards/views_ui_comment_views_wizard.php Build the part of the form that builds the display format options.
ViewsUiCommentViewsWizard::default_display_options core/modules/views_ui/wizards/views_ui_comment_views_wizard.php Most subclasses will need to override this method to provide some fields or a different row plugin.
ViewsUiCommentViewsWizard::display_options_row core/modules/views_ui/wizards/views_ui_comment_views_wizard.php Set the row style and row style plugins to the display_options.
ViewsUiCommentViewsWizard::page_display_options core/modules/views_ui/wizards/views_ui_comment_views_wizard.php
ViewsUiCommentViewsWizard::row_style_options core/modules/views_ui/wizards/views_ui_comment_views_wizard.php Add possible row style options.
ViewsUiFileManagedViewsWizard::default_display_options core/modules/views_ui/wizards/views_ui_file_managed_views_wizard.php Most subclasses will need to override this method to provide some fields or a different row plugin.
viewsUiGroupbyTestCase::setUp core/modules/views/tests/views_groupby.test Sets up a Backdrop site for running functional and integration tests.
viewsUiGroupbyTestCase::testGroupBySave core/modules/views/tests/views_groupby.test Tests whether basic saving works.
ViewsUiNodeRevisionViewsWizard::default_display_options core/modules/views_ui/wizards/views_ui_node_revision_views_wizard.php @override
ViewsUiNodeRevisionViewsWizard::row_style_options core/modules/views_ui/wizards/views_ui_node_revision_views_wizard.php Node revisions do not support full posts or teasers, so remove them.
ViewsUiNodeViewsWizard::block_display_options core/modules/views_ui/wizards/views_ui_node_views_wizard.php
ViewsUiNodeViewsWizard::build_form_style core/modules/views_ui/wizards/views_ui_node_views_wizard.php Build the part of the form that builds the display format options.
ViewsUiNodeViewsWizard::default_display_options core/modules/views_ui/wizards/views_ui_node_views_wizard.php @override
ViewsUiNodeViewsWizard::display_options_row core/modules/views_ui/wizards/views_ui_node_views_wizard.php Set the row style and row style plugins to the display_options.
ViewsUiNodeViewsWizard::page_display_options core/modules/views_ui/wizards/views_ui_node_views_wizard.php
ViewsUiNodeViewsWizard::row_style_options core/modules/views_ui/wizards/views_ui_node_views_wizard.php Add possible row style options.
ViewsUiTaxonomyTermViewsWizard::default_display_options core/modules/views_ui/wizards/views_ui_taxonomy_term_views_wizard.php Most subclasses will need to override this method to provide some fields or a different row plugin.
ViewsUiUsersViewsWizard::default_display_options core/modules/views_ui/wizards/views_ui_users_views_wizard.php Most subclasses will need to override this method to provide some fields or a different row plugin.
ViewsUIWizardBasicTestCase::testViewsWizardAndListing core/modules/views/tests/views_ui.test
ViewsUIWizardDefaultViewsTestCase::clickViewsOperationLink core/modules/views/tests/views_ui.test Click a link to perform an operation on a view.
ViewsUIWizardDefaultViewsTestCase::testDefaultViews core/modules/views/tests/views_ui.test Tests default views.
ViewsUIWizardDisplaysTestCase::testOverrideDisplays core/modules/views/tests/views_ui.test Tests that displays can be overridden via the UI.
ViewsUIWizardDisplaysTestCase::testPageDisplaysWithDifferentPermissions core/modules/views/tests/views_ui.test Test multiple overridden page displays with different permissions.
ViewsUIWizardDisplaysTestCase::testReorderDisplays core/modules/views/tests/views_ui.test Test reordering of displays.
ViewsUIWizardDisplaysTestCase::testRevertAllDisplays core/modules/views/tests/views_ui.test Tests that the revert to all displays select-option works as expected.
ViewsUIWizardDisplaysTestCase::testWizardMixedDefaultOverriddenDisplays core/modules/views/tests/views_ui.test Tests that the wizard correctly sets up default and overridden displays.
ViewsUIWizardHelper::setUp core/modules/views/tests/views_ui.test Sets up a Backdrop site for running functional and integration tests.

Pages