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

Breadcrumb

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

function 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\Config

Code

public function getLanguage() {
    return $this->language;
}
RSS feed
Powered by Drupal