function ConfigurableInterface::getConfiguration
Same name and namespace in other branches
- 11.x core/lib/Drupal/Component/Plugin/ConfigurableInterface.php \Drupal\Component\Plugin\ConfigurableInterface::getConfiguration()
- 10 core/lib/Drupal/Component/Plugin/ConfigurableInterface.php \Drupal\Component\Plugin\ConfigurableInterface::getConfiguration()
- 8.9.x core/lib/Drupal/Component/Plugin/ConfigurableInterface.php \Drupal\Component\Plugin\ConfigurableInterface::getConfiguration()
Gets this plugin's configuration.
Return value
array An array of this plugin's configuration.
8 methods override ConfigurableInterface::getConfiguration()
- ConfigurableSearchPluginBase::getConfiguration in core/
modules/ search/ src/ Plugin/ ConfigurableSearchPluginBase.php - DefaultProcessor::getConfiguration in core/
modules/ aggregator/ src/ Plugin/ aggregator/ processor/ DefaultProcessor.php - FilterBase::getConfiguration in core/
modules/ filter/ src/ Plugin/ FilterBase.php - ImageEffectBase::getConfiguration in core/
modules/ image/ src/ ImageEffectBase.php - MediaSourceBase::getConfiguration in core/
modules/ media/ src/ MediaSourceBase.php
File
-
core/
lib/ Drupal/ Component/ Plugin/ ConfigurableInterface.php, line 18
Class
- ConfigurableInterface
- Provides an interface for a configurable plugin.
Namespace
Drupal\Component\PluginCode
public function getConfiguration();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.