You are here

public function DistroStorageTransformEvent::__construct in Config Distro 8

DistroStorageTransformEvent constructor.

Parameters

\Drupal\Core\Config\StorageInterface $storage: The storage with the configuration to transform.

File

src/Event/DistroStorageTransformEvent.php, line 33

Class

DistroStorageTransformEvent
Class DistroStorageTransformEvent.

Namespace

Drupal\config_distro\Event

Code

public function __construct(StorageInterface $storage) {
  $this->storage = $storage;
}