constant ConfigDevelEvents::SAVE in Configuration development 8
Name of the event fired when saving a config entity to disk.
This event allows other modules to impact the configuration that is being written to disk
See also
\Drupal\config_devel\Event\ConfigDevelSaveEvent
File
- src/
Event/ ConfigDevelEvents.php, line 24
Class
- ConfigDevelEvents
- Defines events for config devel.
Namespace
Drupal\config_devel\EventCode
const SAVE = 'config_devel.save';