function StorageTransformEvent::__construct

StorageTransformEvent constructor.

Parameters

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

File

core/lib/Drupal/Core/Config/StorageTransformEvent.php, line 32

Class

StorageTransformEvent
Class StorageTransformEvent.

Namespace

Drupal\Core\Config

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.