You are here

protected property DistroStorageTransformEvent::$storage in Config Distro 8

The configuration storage which is transformed.

This storage can be interacted with by event subscribers and will be used instead of the original storage after all event subscribers have been called.

Type: \Drupal\Core\Config\StorageInterface

File

src/Event/DistroStorageTransformEvent.php, line 25

Class

DistroStorageTransformEvent
Class DistroStorageTransformEvent.

Namespace

Drupal\config_distro\Event

Code

protected $storage;