You are here

protected property PluginDeriverDefinitionTrait::$deriverClass in Plugin 8.2

The deriver class.

The fully qualified name of a class that implements \Drupal\Component\Plugin\Derivative\DeriverInterface.

Type: string

File

src/PluginDefinition/PluginDeriverDefinitionTrait.php, line 19

Class

PluginDeriverDefinitionTrait
Implements \Drupal\plugin\PluginDefinition\PluginDeriverDefinitionInterface.

Namespace

Drupal\plugin\PluginDefinition

Code

protected $deriverClass;