The configuration storage.
Do not access this directly. Should be accessed through self::getStorage() so that the cache of storages per langcode is used.
Type: \Drupal\Core\Config\StorageInterface
File
- core/modules/language/src/Config/LanguageConfigFactoryOverride.php, line 32
Class
- LanguageConfigFactoryOverride
- Provides language overrides for the configuration factory.
Namespace
Drupal\language\Config
Code
protected $baseStorage;
Please login to continue.