You are here

protected property SplitCollectionStorage::$storage in Configuration Split 2.0.x

The storage into which the config is saved.

Type: \Drupal\Core\Config\StorageInterface

File

src/Config/SplitCollectionStorage.php, line 20

Class

SplitCollectionStorage
A config storage that lives in a collection of another config storage.

Namespace

Drupal\config_split\Config

Code

protected $storage;