You are here

protected property RouteSubscriber::$viewStorage in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/EventSubscriber/RouteSubscriber.php \Drupal\views\EventSubscriber\RouteSubscriber::viewStorage
  2. 10 core/modules/views/src/EventSubscriber/RouteSubscriber.php \Drupal\views\EventSubscriber\RouteSubscriber::viewStorage

The view storage.

Type: \Drupal\Core\Entity\EntityStorageInterface

File

core/modules/views/src/EventSubscriber/RouteSubscriber.php, line 38

Class

RouteSubscriber
Builds up the routes of all views.

Namespace

Drupal\views\EventSubscriber

Code

protected $viewStorage;