You are here

protected property PluginType::$pluginDefinitionDecoratorClass in Plugin 8.2

The plugin definition decorator class.

A class that implements \Drupal\plugin\PluginDefinition\PluginDefinitionDecoratorInterface or NULL if definitions of plugins of this type do not have to be decorated (e.g. already implement \Drupal\plugin\PluginDefinition\PluginDefinitionInterface).

Type: string|null

File

src/PluginType/PluginType.php, line 86

Class

PluginType
Provides a plugin type.

Namespace

Drupal\plugin\PluginType

Code

protected $pluginDefinitionDecoratorClass;