You are here

protected property CachedStorage::$storage in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Config/CachedStorage.php \Drupal\Core\Config\CachedStorage::storage

The configuration storage to be cached.

Type: \Drupal\Core\Config\StorageInterface

File

core/lib/Drupal/Core/Config/CachedStorage.php, line 23

Class

CachedStorage
Defines the cached storage.

Namespace

Drupal\Core\Config

Code

protected $storage;