function ConfigurableInterface::getConfiguration
Same name in other branches
- 8.9.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()
- 11.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.
15 methods override ConfigurableInterface::getConfiguration()
- ConditionPluginBase::getConfiguration in core/
lib/ Drupal/ Core/ Condition/ ConditionPluginBase.php - Gets this plugin's configuration.
- ConfigurableActionBase::getConfiguration in core/
lib/ Drupal/ Core/ Action/ ConfigurableActionBase.php - Gets this plugin's configuration.
- ConfigurablePlugin::getConfiguration in core/
tests/ Drupal/ Tests/ Core/ Plugin/ DefaultSingleLazyPluginCollectionTest.php - Gets this plugin's configuration.
- ConfigurableSearchPluginBase::getConfiguration in core/
modules/ search/ src/ Plugin/ ConfigurableSearchPluginBase.php - Gets this plugin's configuration.
- DefaultProcessor::getConfiguration in core/
modules/ aggregator/ src/ Plugin/ aggregator/ processor/ DefaultProcessor.php - Gets this plugin's configuration.
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.