function LocaleConfigManager::__construct
Same name and namespace in other branches
- 10 core/modules/locale/src/LocaleConfigManager.php \Drupal\locale\LocaleConfigManager::__construct()
- 11.x core/modules/locale/src/LocaleConfigManager.php \Drupal\locale\LocaleConfigManager::__construct()
- 9 core/modules/locale/src/LocaleConfigManager.php \Drupal\locale\LocaleConfigManager::__construct()
- 8.9.x core/modules/locale/src/LocaleConfigManager.php \Drupal\locale\LocaleConfigManager::__construct()
File
-
core/
modules/ locale/ src/ LocaleConfigManager.php, line 53
Class
- LocaleConfigManager
- Manages configuration supported in part by interface translation.
Namespace
Drupal\localeCode
public function __construct(#[Autowire(service: 'config.storage')] protected StorageInterface $configStorage, protected StringStorageInterface $localeStorage, protected ConfigFactoryInterface $configFactory, protected TypedConfigManagerInterface $typedConfigManager, #[Autowire(service: 'language_manager')] protected ConfigurableLanguageManagerInterface $languageManager, protected LocaleDefaultConfigStorage $defaultConfigStorage, protected ConfigManagerInterface $configManager) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.