function DerivablePluginDefinitionInterface::getDeriver

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Component/Plugin/Definition/DerivablePluginDefinitionInterface.php \Drupal\Component\Plugin\Definition\DerivablePluginDefinitionInterface::getDeriver()
  2. 10 core/lib/Drupal/Component/Plugin/Definition/DerivablePluginDefinitionInterface.php \Drupal\Component\Plugin\Definition\DerivablePluginDefinitionInterface::getDeriver()
  3. 8.9.x core/lib/Drupal/Component/Plugin/Definition/DerivablePluginDefinitionInterface.php \Drupal\Component\Plugin\Definition\DerivablePluginDefinitionInterface::getDeriver()

Gets the name of the deriver of this plugin definition, if it exists.

Return value

string|null Either the deriver class name, or NULL if the plugin is not derived.

File

core/lib/Drupal/Component/Plugin/Definition/DerivablePluginDefinitionInterface.php, line 18

Class

DerivablePluginDefinitionInterface
Provides an interface for a derivable plugin definition.

Namespace

Drupal\Component\Plugin\Definition

Code

public function getDeriver();

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