You are here

public function DeriverInterface::getDerivativeDefinitions in Plug 7

Gets the definition of all derivatives of a base plugin.

Parameters

array $base_plugin_definition: The definition array of the base plugin.

Return value

array An array of full derivative definitions keyed on derivative id.

See also

getDerivativeDefinition()

1 method overrides DeriverInterface::getDerivativeDefinitions()
DeriverBase::getDerivativeDefinitions in lib/Drupal/Component/Plugin/Derivative/DeriverBase.php
Gets the definition of all derivatives of a base plugin.

File

lib/Drupal/Component/Plugin/Derivative/DeriverInterface.php, line 45
Contains \Drupal\Component\Plugin\Derivative\DeriverInterface.

Class

DeriverInterface
Provides additional plugin definitions based on an existing definition.

Namespace

Drupal\Component\Plugin\Derivative

Code

public function getDerivativeDefinitions($base_plugin_definition);