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