Defines events for the configuration system.
Hierarchy
- class \Drupal\Core\Config\ConfigEvents
See also
\Drupal\Core\Config\ConfigCrudEvent
File
- core/lib/Drupal/Core/Config/ConfigEvents.php, line 10
Namespace
Drupal\Core\Config
Members
Name | Modifiers | Type | Description |
---|---|---|---|
ConfigEvents::COLLECTION_INFO | constant | Name of event fired to collect information on all config collections. | |
ConfigEvents::DELETE | constant | Name of the event fired when deleting a configuration object. | |
ConfigEvents::IMPORT | constant | Name of the event fired when importing configuration to target storage. | |
ConfigEvents::IMPORT_MISSING_CONTENT | constant | Name of event fired when missing content dependencies are detected. | |
ConfigEvents::IMPORT_VALIDATE | constant | Name of the event fired when validating imported configuration. | |
ConfigEvents::RENAME | constant | Name of the event fired when renaming a configuration object. | |
ConfigEvents::SAVE | constant | Name of the event fired when saving a configuration object. |
Please login to continue.