public LocaleDefaultConfigStorage::__construct(StorageInterface $config_storage, ConfigurableLanguageManagerInterface $language_manager)
Constructs a LocaleDefaultConfigStorage.
Parameters
\Drupal\Core\Config\StorageInterface $config_storage: The storage object to use for reading configuration data.
\Drupal\language\ConfigurableLanguageManagerInterface $language_manager: The language manager.
File
core/modules/locale/src/LocaleDefaultConfigStorage.php, line 60
Class
LocaleDefaultConfigStor