function ExecutablePluginBase::getConfig
Same name in other branches
- 9 core/lib/Drupal/Core/Executable/ExecutablePluginBase.php \Drupal\Core\Executable\ExecutablePluginBase::getConfig()
- 8.9.x core/lib/Drupal/Core/Executable/ExecutablePluginBase.php \Drupal\Core\Executable\ExecutablePluginBase::getConfig()
- 10 core/lib/Drupal/Core/Executable/ExecutablePluginBase.php \Drupal\Core\Executable\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
-
core/
lib/ Drupal/ Core/ Executable/ ExecutablePluginBase.php, line 64
Class
- ExecutablePluginBase
- Provides the basic architecture for executable plugins.
Namespace
Drupal\Core\ExecutableCode
public function getConfig() {
return $this->configuration;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.