function ConfigModuleOverridesEvent::getOverrides
Get configuration overrides.
Return value
array The array of configuration overrides.
File
-
core/
lib/ Drupal/ Core/ Config/ ConfigModuleOverridesEvent.php, line 75
Class
- ConfigModuleOverridesEvent
- Event object to allow configuration to be overridden by modules.
Namespace
Drupal\Core\ConfigCode
public function getOverrides() {
return $this->overrides;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.