function ConfigurableInterface::getConfiguration

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Component/Plugin/ConfigurableInterface.php \Drupal\Component\Plugin\ConfigurableInterface::getConfiguration()
  2. 8.9.x core/lib/Drupal/Component/Plugin/ConfigurableInterface.php \Drupal\Component\Plugin\ConfigurableInterface::getConfiguration()
  3. 10 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.

4 methods override ConfigurableInterface::getConfiguration()
ConditionPluginBase::getConfiguration in core/lib/Drupal/Core/Condition/ConditionPluginBase.php
Gets this plugin's configuration.
FilterBase::getConfiguration in core/modules/filter/src/Plugin/FilterBase.php
Gets this plugin's configuration.
MediaSourceBase::getConfiguration in core/modules/media/src/MediaSourceBase.php
Gets this plugin's configuration.
TestConfigurableContextAwarePlugin::getConfiguration in core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.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\Plugin

Code

public function getConfiguration();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.