function DeriverBase::getDerivativeDefinitions
Same name in other branches
- 9 core/lib/Drupal/Component/Plugin/Derivative/DeriverBase.php \Drupal\Component\Plugin\Derivative\DeriverBase::getDerivativeDefinitions()
- 8.9.x core/lib/Drupal/Component/Plugin/Derivative/DeriverBase.php \Drupal\Component\Plugin\Derivative\DeriverBase::getDerivativeDefinitions()
- 11.x core/lib/Drupal/Component/Plugin/Derivative/DeriverBase.php \Drupal\Component\Plugin\Derivative\DeriverBase::getDerivativeDefinitions()
Overrides DeriverInterface::getDerivativeDefinitions
18 calls to DeriverBase::getDerivativeDefinitions()
- AddModerationDeriver::getDerivativeDefinitions in core/
modules/ content_moderation/ src/ Plugin/ ConfigAction/ AddModerationDeriver.php - Gets the definition of all derivatives of a base plugin.
- BlockContent::getDerivativeDefinitions in core/
modules/ block_content/ src/ Plugin/ Derivative/ BlockContent.php - Gets the definition of all derivatives of a base plugin.
- ConfigTranslationContextualLinks::getDerivativeDefinitions in core/
modules/ config_translation/ src/ Plugin/ Derivative/ ConfigTranslationContextualLinks.php - Gets the definition of all derivatives of a base plugin.
- ConfigTranslationLocalTasks::getDerivativeDefinitions in core/
modules/ config_translation/ src/ Plugin/ Derivative/ ConfigTranslationLocalTasks.php - Gets the definition of all derivatives of a base plugin.
- ContentEntityDeriver::getDerivativeDefinitions in core/
modules/ migrate_drupal/ src/ Plugin/ migrate/ source/ ContentEntityDeriver.php - Gets the definition of all derivatives of a base plugin.
48 methods override DeriverBase::getDerivativeDefinitions()
- AddModerationDeriver::getDerivativeDefinitions in core/
modules/ content_moderation/ src/ Plugin/ ConfigAction/ AddModerationDeriver.php - Gets the definition of all derivatives of a base plugin.
- BlockContent::getDerivativeDefinitions in core/
modules/ block_content/ src/ Plugin/ Derivative/ BlockContent.php - Gets the definition of all derivatives of a base plugin.
- ConfigTranslationContextualLinks::getDerivativeDefinitions in core/
modules/ config_translation/ src/ Plugin/ Derivative/ ConfigTranslationContextualLinks.php - Gets the definition of all derivatives of a base plugin.
- ConfigTranslationLocalTasks::getDerivativeDefinitions in core/
modules/ config_translation/ src/ Plugin/ Derivative/ ConfigTranslationLocalTasks.php - Gets the definition of all derivatives of a base plugin.
- ContentEntityDeriver::getDerivativeDefinitions in core/
modules/ migrate_drupal/ src/ Plugin/ migrate/ source/ ContentEntityDeriver.php - Gets the definition of all derivatives of a base plugin.
File
-
core/
lib/ Drupal/ Component/ Plugin/ Derivative/ DeriverBase.php, line 31
Class
- DeriverBase
- Provides a basic deriver.
Namespace
Drupal\Component\Plugin\DerivativeCode
public function getDerivativeDefinitions($base_plugin_definition) {
return $this->derivatives;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.