You are here

protected property DefaultLazyPluginCollection::$manager in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php \Drupal\Core\Plugin\DefaultLazyPluginCollection::manager

The manager used to instantiate the plugins.

Type: \Drupal\Component\Plugin\PluginManagerInterface

File

core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php, line 27

Class

DefaultLazyPluginCollection
Provides a default plugin collection for a plugin type.

Namespace

Drupal\Core\Plugin

Code

protected $manager;