You are here

protected property ViewAjaxController::$storage in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Controller/ViewAjaxController.php \Drupal\views\Controller\ViewAjaxController::storage

The entity storage for views.

Type: \Drupal\Core\Entity\EntityStorageInterface

File

core/modules/views/src/Controller/ViewAjaxController.php, line 36

Class

ViewAjaxController
Defines a controller to load a view via AJAX.

Namespace

Drupal\views\Controller

Code

protected $storage;