You are here

public function PluginDeriverDefinitionInterface::getDeriverClass in Plugin 8.2

Gets the deriver class.

Return value

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

1 method overrides PluginDeriverDefinitionInterface::getDeriverClass()
ArrayPluginDefinitionDecorator::getDeriverClass in src/PluginDefinition/ArrayPluginDefinitionDecorator.php
Gets the deriver class.

File

src/PluginDefinition/PluginDeriverDefinitionInterface.php, line 32

Class

PluginDeriverDefinitionInterface
Defines a plugin definition that includes a deriver.

Namespace

Drupal\plugin\PluginDefinition

Code

public function getDeriverClass();