final class ConfigDevelEvents in Configuration development 8
Defines events for config devel.
Hierarchy
- class \Drupal\config_devel\Event\ConfigDevelEvents
Expanded class hierarchy of ConfigDevelEvents
See also
\Drupal\config_devel\Event\ConfigDevelSaveEvent
2 files declare their use of ConfigDevelEvents
- ConfigDevelAutoExportSubscriber.php in src/
EventSubscriber/ ConfigDevelAutoExportSubscriber.php - ConfigImporterExporter.php in src/
ConfigImporterExporter.php
File
- src/
Event/ ConfigDevelEvents.php, line 10
Namespace
Drupal\config_devel\EventView source
final class ConfigDevelEvents {
/**
* 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
*
* @Event
*
* @see \Drupal\config_devel\Event\ConfigDevelSaveEvent
*
* @var string
*/
const SAVE = 'config_devel.save';
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ConfigDevelEvents:: |
constant | Name of the event fired when saving a config entity to disk. |