DisplayPluginCollection::$view

Same name and namespace in other branches
  1. 9 core/modules/views/src/DisplayPluginCollection.php \Drupal\views\DisplayPluginCollection::view
  2. 10 core/modules/views/src/DisplayPluginCollection.php \Drupal\views\DisplayPluginCollection::view
  3. 11.x core/modules/views/src/DisplayPluginCollection.php \Drupal\views\DisplayPluginCollection::view

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

Type: \Drupal\views\ViewExecutable

File

core/modules/views/src/DisplayPluginCollection.php, line 19

Class

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

Namespace

Drupal\views

Code

protected $view;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.