protected property LanguageConfigFactoryOverride::$baseStorage in Drupal 9
Same name and namespace in other branches
- 8 core/modules/language/src/Config/LanguageConfigFactoryOverride.php \Drupal\language\Config\LanguageConfigFactoryOverride::baseStorage
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\ConfigCode
protected $baseStorage;