You are here

constant ConfigDistroEvents::TRANSFORM in Config Distro 8

Name of the event fired when active storage is transformed.

This event allows modules to perform transformation actions on active storage.

See also

\Drupal\config_distro\Event\DistroStorageTransformEvent

File

src/Event/ConfigDistroEvents.php, line 35

Class

ConfigDistroEvents
Defines the events for Default Content.

Namespace

Drupal\config_distro\Event

Code

const TRANSFORM = 'config_distro.transform';