Tests creating comment views with the wizard.

Hierarchy

Expanded class hierarchy of ViewsUiCommentViewsWizard

File

core/modules/views_ui/wizards/views_ui_comment_views_wizard.php, line 10
Definition of ViewsUiCommentViewsWizard.

Members

Contains filters are case sensitive
Name Modifiers Type Descriptionsort descending
ViewsUiCommentViewsWizard::page_display_options protected function Overrides ViewsUiBaseViewsWizard::page_display_options
ViewsUiCommentViewsWizard::block_display_options protected function Overrides ViewsUiBaseViewsWizard::block_display_options
ViewsUiBaseViewsWizard::__construct function Overrides ViewsWizardInterface::__construct
ViewsUiBaseViewsWizard::instantiate_view protected function
ViewsUiBaseViewsWizard::default_display_filters protected function
ViewsUiBaseViewsWizard::default_display_filters_user protected function
ViewsUiBaseViewsWizard::default_display_sorts protected function
ViewsUiBaseViewsWizard::default_display_sorts_user protected function
ViewsUiBaseViewsWizard::page_feed_display_options protected function
ViewsUiBaseViewsWizard::retrieve_validated_view protected function
ViewsUiBaseViewsWizard::set_validated_view protected function
ViewsUiBaseViewsWizard::$base_table protected property
ViewsUiBaseViewsWizard::$entity_type protected property
ViewsUiBaseViewsWizard::$entity_info protected property
ViewsUiBaseViewsWizard::$validated_views protected property
ViewsUiBaseViewsWizard::$plugin protected property
ViewsUiBaseViewsWizard::$filter_defaults protected property
ViewsUiCommentViewsWizard::row_style_options protected function Add possible row style options. Overrides ViewsUiBaseViewsWizard::row_style_options
ViewsUiBaseViewsWizard::add_displays protected function Add the array of display options to the view, with appropriate overrides.
ViewsUiBaseViewsWizard::alter_display_options protected function Alter the full array of display options before they are added to the view.
ViewsUiBaseViewsWizard::build_display_options protected function Build an array of display options for the view.
ViewsUiBaseViewsWizard::build_filters protected function Build the part of the form that allows the user to select the view's filters.
ViewsUiBaseViewsWizard::build_sorts protected function Build the part of the form that allows the user to select the view's sort order.
ViewsUiCommentViewsWizard::build_form_style protected function Build the part of the form that builds the display format options. Overrides ViewsUiBaseViewsWizard::build_form_style
ViewsUiBaseViewsWizard::create_view function Create a View from values that have been already submitted to validate(). Overrides ViewsWizardInterface::create_view
ViewsUiBaseViewsWizard::build_form function For AJAX callbacks to build other elements in the "show" form. Overrides ViewsWizardInterface::build_form
ViewsUiBaseViewsWizard::validate function Instantiates a view and validates values. Overrides ViewsWizardInterface::validate
ViewsUiCommentViewsWizard::default_display_options protected function Most subclasses will need to override this method to provide some fields or a different row plugin. Overrides ViewsUiBaseViewsWizard::default_display_options
ViewsUiCommentViewsWizard::display_options_row protected function Set the row style and row style plugins to the display_options.
ViewsUiBaseViewsWizard::set_default_options protected function Sets options for a display and makes them the default options if possible.
ViewsUiBaseViewsWizard::set_override_options protected function Sets options for a display, inheriting from the defaults when possible.