protected property DisplayBag::$manager

The manager used to instantiate the plugins.

Type: \Drupal\Component\Plugin\PluginManagerInterface

File

drupal/core/modules/views/lib/Drupal/views/DisplayBag.php, line 31
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 $manager;