You are here

public function ConfigModuleOverridesEvent::getOverrides in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php \Drupal\Core\Config\ConfigModuleOverridesEvent::getOverrides()

Get configuration overrides.

Return value

array. The array of configuration overrides.

File

core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php, line 80
Contains \Drupal\Core\Config\ConfigModuleOverridesEvent.

Class

ConfigModuleOverridesEvent
Event object to allow configuration to be overridden by modules.

Namespace

Drupal\Core\Config

Code

public function getOverrides() {
  return $this->overrides;
}