function StorageTransformEvent::__construct

Same name in other branches
  1. 9 core/lib/Drupal/Core/Config/StorageTransformEvent.php \Drupal\Core\Config\StorageTransformEvent::__construct()
  2. 10 core/lib/Drupal/Core/Config/StorageTransformEvent.php \Drupal\Core\Config\StorageTransformEvent::__construct()
  3. 11.x core/lib/Drupal/Core/Config/StorageTransformEvent.php \Drupal\Core\Config\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.