You are here

protected property DefaultLazyPluginCollection::$pluginKey in Drupal 9

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

The key within the plugin configuration that contains the plugin ID.

Type: string

File

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

Class

DefaultLazyPluginCollection
Provides a default plugin collection for a plugin type.

Namespace

Drupal\Core\Plugin

Code

protected $pluginKey = 'id';