function ConfigurableTrait::getConfiguration
Gets this plugin's configuration.
Return value
array An associative array containing the plugin's configuration.
See also
\Drupal\Component\Plugin\ConfigurableInterface::getConfiguration()
6 calls to ConfigurableTrait::getConfiguration()
- ContentModeration::getConfiguration in core/
modules/ content_moderation/ src/ Plugin/ WorkflowType/ ContentModeration.php - Gets this plugin's configuration.
- DefaultSelection::buildConfigurationForm in core/
lib/ Drupal/ Core/ Entity/ Plugin/ EntityReferenceSelection/ DefaultSelection.php - Form constructor.
- DefaultSelection::buildEntityQuery in core/
lib/ Drupal/ Core/ Entity/ Plugin/ EntityReferenceSelection/ DefaultSelection.php - Builds an EntityQuery to get referenceable entities.
- LayoutDefault::build in core/
lib/ Drupal/ Core/ Layout/ LayoutDefault.php - Build a render array for layout with regions.
- UserSelection::buildConfigurationForm in core/
modules/ user/ src/ Plugin/ EntityReferenceSelection/ UserSelection.php - Form constructor.
3 methods override ConfigurableTrait::getConfiguration()
- ContentModeration::getConfiguration in core/
modules/ content_moderation/ src/ Plugin/ WorkflowType/ ContentModeration.php - Gets this plugin's configuration.
- ImageEffectBase::getConfiguration in core/
modules/ image/ src/ ImageEffectBase.php - Gets this plugin's configuration.
- VariantBase::getConfiguration in core/
lib/ Drupal/ Core/ Display/ VariantBase.php - Gets this plugin's configuration.
File
-
core/
lib/ Drupal/ Core/ Plugin/ ConfigurableTrait.php, line 46
Class
- ConfigurableTrait
- Implementation class for \Drupal\Component\Plugin\ConfigurableInterface.
Namespace
Drupal\Core\PluginCode
public function getConfiguration() {
return $this->configuration;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.