interface DerivativeInterface

Plugin interface for derivative plugin handling.

Hierarchy

Expanded class hierarchy of DerivativeInterface

All classes that implement DerivativeInterface

16 files declare their use of DerivativeInterface

File

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

Namespace

Drupal\Component\Plugin\Derivative
View source

Members

Namesort descending Modifiers Type Description Overrides
DerivativeInterface::getDerivativeDefinition public function Returns the definition of a derivative plugin. 15
DerivativeInterface::getDerivativeDefinitions public function Returns the definition of all derivatives of a base plugin. 15