DefaultLazyPluginCollection::$pluginKey

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php \Drupal\Core\Plugin\DefaultLazyPluginCollection::pluginKey
  2. 8.9.x core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php \Drupal\Core\Plugin\DefaultLazyPluginCollection::pluginKey
  3. 10 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';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.