You are here

public function MockConfigurablePlugin::getConfiguration in Plugin 8.2

Gets this plugin's configuration.

Return value

array An array of this plugin's configuration.

Overrides ConfigurableInterface::getConfiguration

File

tests/modules/plugin_test_helper/src/Plugin/PluginTestHelper/MockConfigurablePlugin.php, line 40

Class

MockConfigurablePlugin
Provides a configurable mock plugin.

Namespace

Drupal\plugin_test_helper\Plugin\PluginTestHelper

Code

public function getConfiguration() {
  return $this->configuration;
}