You are here

protected property ViewsUIController::$viewsData in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views_ui/src/Controller/ViewsUIController.php \Drupal\views_ui\Controller\ViewsUIController::viewsData

Stores the Views data cache object.

Type: \Drupal\views\ViewsData

File

core/modules/views_ui/src/Controller/ViewsUIController.php, line 31

Class

ViewsUIController
Returns responses for Views UI routes.

Namespace

Drupal\views_ui\Controller

Code

protected $viewsData;