Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ExecutablePluginBase.php

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

core/lib/Drupal/Core/Executable/ExecutablePluginBase.php, line 64

Class

ExecutablePluginBase
Provides the basic architecture for executable plugins.

Namespace

Drupal\Core\Executable

Code

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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal