protected property DisplayBag::$view

Stores a reference to the view which has this displays attached.

Type: \Drupal\views\ViewExecutable

File

drupal/core/modules/views/lib/Drupal/views/DisplayBag.php, line 24
Contains \Drupal\views\DisplayBag.

Class

DisplayBag
A class which wraps the displays of a view so you can lazy-initialize them.

Namespace

Drupal\views

Code

protected $view;