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

__construct(StorageInterface $storage)

StorageTransformEvent constructor.

getStorage()

Returns the mutable storage ready to be read from and written to.

Details

__construct(StorageInterface $storage)

StorageTransformEvent constructor.

Parameters

StorageInterface $storage

The storage with the configuration to transform.

StorageInterface getStorage()

Returns the mutable storage ready to be read from and written to.

Return Value

StorageInterface

The config storage.