function ConfigModuleOverridesEvent::getLanguage
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php \Drupal\Core\Config\ConfigModuleOverridesEvent::getLanguage()
- 10 core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php \Drupal\Core\Config\ConfigModuleOverridesEvent::getLanguage()
- 11.x core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php \Drupal\Core\Config\ConfigModuleOverridesEvent::getLanguage()
Gets configuration language.
Return value
\Drupal\Core\Language\LanguageInterface The configuration language object.
File
-
core/
lib/ Drupal/ Core/ Config/ ConfigModuleOverridesEvent.php, line 65
Class
- ConfigModuleOverridesEvent
- Event object to allow configuration to be overridden by modules.
Namespace
Drupal\Core\ConfigCode
public function getLanguage() {
return $this->language;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.