You are here

protected property TipsPluginCollection::$pluginKey in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/tour/src/TipsPluginCollection.php \Drupal\tour\TipsPluginCollection::pluginKey

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

Type: string

Overrides DefaultLazyPluginCollection::$pluginKey

File

core/modules/tour/src/TipsPluginCollection.php, line 15

Class

TipsPluginCollection
A collection of tips.

Namespace

Drupal\tour

Code

protected $pluginKey = 'plugin';