public function ExecutablePluginBase::getConfig in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Executable/ExecutablePluginBase.php \Drupal\Core\Executable\ExecutablePluginBase::getConfig()
- 9 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;
}