You are here

public function ConfigCrudEvent::getConfig in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Config/ConfigCrudEvent.php \Drupal\Core\Config\ConfigCrudEvent::getConfig()

Gets configuration object.

Return value

\Drupal\Core\Config\Config The configuration object that caused the event to fire.

File

core/lib/Drupal/Core/Config/ConfigCrudEvent.php, line 40
Contains \Drupal\Core\Config\ConfigCrudEvent.

Class

ConfigCrudEvent
Wraps a configuration event for event listeners.

Namespace

Drupal\Core\Config

Code

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