class ViewsUIController

Returns responses for Views UI routes.

Hierarchy

Expanded class hierarchy of ViewsUIController

1 file declares its use of ViewsUIController

File

drupal/core/modules/views_ui/lib/Drupal/views_ui/Controller/ViewsUIController.php, line 28
Contains \Drupal\views_ui\Controller\ViewsUIController.

Namespace

Drupal\views_ui\Controller
View source

Members

Namesort descending Modifiers Type Description Overrides
ViewsUIController::$entityManager protected property Stores the Entity manager.
ViewsUIController::$tempStore protected property Stores the user tempstore.
ViewsUIController::$viewsData protected property Stores the Views data cache object.
ViewsUIController::ajaxOperation public function Calls a method on a view and reloads the listing page.
ViewsUIController::autocompleteTag public function Menu callback for Views tag autocompletion.
ViewsUIController::create public static function Instantiates a new instance of this controller. Overrides ControllerInterface::create
ViewsUIController::edit public function Returns the form to edit a view.
ViewsUIController::listing public function Lists all of the views.
ViewsUIController::reportFields public function Lists all instances of fields on any views.
ViewsUIController::reportPlugins public function Lists all plugins and what enabled Views use them.
ViewsUIController::__construct public function Constructs a new \Drupal\views_ui\Controller\ViewsUIController object.