You are here

protected property DefaultSingleLazyPluginCollection::$configuration in Drupal 9

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

An array of configuration to instantiate the plugin with.

Type: array

File

core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php, line 34

Class

DefaultSingleLazyPluginCollection
Provides a default plugin collection for a plugin type.

Namespace

Drupal\Core\Plugin

Code

protected $configuration;