public function DerivativeInterface::getDerivativeDefinitions

Returns 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()

15 methods override DerivativeInterface::getDerivativeDefinitions()

File

drupal/core/lib/Drupal/Component/Plugin/Derivative/DerivativeInterface.php, line 42
Definition of Drupal\Component\Plugin\Derivative\DerivativeInterface.

Class

DerivativeInterface
Plugin interface for derivative plugin handling.

Namespace

Drupal\Component\Plugin\Derivative

Code

public function getDerivativeDefinitions(array $base_plugin_definition);