protected property DisplayPluginCollection::$view in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 24 - Contains \Drupal\views\DisplayPluginCollection.
Class
- DisplayPluginCollection
- A class which wraps the displays of a view so you can lazy-initialize them.
Namespace
Drupal\viewsCode
protected $view;