protected property StorageTransformEvent::$storage in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Config/StorageTransformEvent.php \Drupal\Core\Config\StorageTransformEvent::storage
- 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\ConfigCode
protected $storage;