StorageTransformEvent
class StorageTransformEvent extends Event (View source)
Class StorageTransformEvent.
This event allows subscribers to alter the configuration of the storage that is being transformed.
Properties
| protected StorageInterface | $storage | The configuration storage which is transformed. |
Methods
getStorage()
Returns the mutable storage ready to be read from and written to.
Details
__construct(StorageInterface $storage)
StorageTransformEvent constructor.
StorageInterface
getStorage()
Returns the mutable storage ready to be read from and written to.