You are here

public function ConfigurableInterface::getConfiguration in Drupal 10

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

3 methods override ConfigurableInterface::getConfiguration()
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.
SelectionPluginBase::getConfiguration in core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginBase.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();