function DeriverInterface::getDerivativeDefinitions
Same name and namespace in other branches
- 11.x core/lib/Drupal/Component/Plugin/Derivative/DeriverInterface.php \Drupal\Component\Plugin\Derivative\DeriverInterface::getDerivativeDefinitions()
- 10 core/lib/Drupal/Component/Plugin/Derivative/DeriverInterface.php \Drupal\Component\Plugin\Derivative\DeriverInterface::getDerivativeDefinitions()
- 8.9.x core/lib/Drupal/Component/Plugin/Derivative/DeriverInterface.php \Drupal\Component\Plugin\Derivative\DeriverInterface::getDerivativeDefinitions()
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()
3 methods override DeriverInterface::getDerivativeDefinitions()
- FieldItemDeriver::getDerivativeDefinitions in core/
lib/ Drupal/ Core/ Field/ Plugin/ DataType/ Deriver/ FieldItemDeriver.php - Gets the definition of all derivatives of a base plugin.
- MigrateEntityRevision::getDerivativeDefinitions in core/
modules/ migrate/ src/ Plugin/ Derivative/ MigrateEntityRevision.php - Gets the definition of all derivatives of a base plugin.
- MockLayoutBlockDeriver::getDerivativeDefinitions in core/
modules/ system/ tests/ modules/ plugin_test/ src/ Plugin/ plugin_test/ mock_block/ MockLayoutBlockDeriver.php - Gets the definition of all derivatives of a base plugin.
File
-
core/
lib/ Drupal/ Component/ Plugin/ Derivative/ DeriverInterface.php, line 41
Class
- DeriverInterface
- Provides additional plugin definitions based on an existing definition.
Namespace
Drupal\Component\Plugin\DerivativeCode
public function getDerivativeDefinitions($base_plugin_definition);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.