StorageTransformEvent::$storage

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Config/StorageTransformEvent.php \Drupal\Core\Config\StorageTransformEvent::storage
  2. 8.9.x core/lib/Drupal/Core/Config/StorageTransformEvent.php \Drupal\Core\Config\StorageTransformEvent::storage
  3. 10 core/lib/Drupal/Core/Config/StorageTransformEvent.php \Drupal\Core\Config\StorageTransformEvent::storage

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

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

Class

StorageTransformEvent
Class StorageTransformEvent.

Namespace

Drupal\Core\Config

Code

protected $storage;

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