public function ExecutablePluginBase::getConfig

Gets all configuration values.

@todo: This needs to go into an interface.

Return value

array The array of all configuration values, keyed by configuration option name.

File

drupal/core/lib/Drupal/Core/Executable/ExecutablePluginBase.php, line 77
Contains \Drupal\Core\Executable\ExecutablePluginBase.

Class

ExecutablePluginBase
Provides the basic architecture for executable plugins.

Namespace

Drupal\Core\Executable

Code

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