function ConfigurableTrait::getConfiguration
Same name and namespace in other branches
- 11.x core/lib/Drupal/Core/Plugin/ConfigurableTrait.php \Drupal\Core\Plugin\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()
2 calls to ConfigurableTrait::getConfiguration()
- UserSelection::buildConfigurationForm in core/
modules/ user/ src/ Plugin/ EntityReferenceSelection/ UserSelection.php - Form constructor.
- UserSelection::buildEntityQuery in core/
modules/ user/ src/ Plugin/ EntityReferenceSelection/ UserSelection.php - Builds an EntityQuery to get referenceable entities.
2 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.
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.