protected static function LanguageConfiguration::languageManager in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/modules/language/src/Element/LanguageConfiguration.php \Drupal\language\Element\LanguageConfiguration::languageManager()
Wraps the language manager.
Return value
\Drupal\Core\Language\LanguageManagerInterface
File
- core/
modules/ language/ src/ Element/ LanguageConfiguration.php, line 117 - Contains \Drupal\language\Element\LanguageConfiguration.
Class
- LanguageConfiguration
- Provides language element configuration.
Namespace
Drupal\language\ElementCode
protected static function languageManager() {
return \Drupal::languageManager();
}