ConfigEvents::COLLECTION_INFO
  • References/PHP/Drupal/Config/ConfigEvents

Name of event fired to collect information on all config collections. This event allows modules to add to the list of configuration collections

2025-01-10 15:47:30
ConfigEvents::DELETE
  • References/PHP/Drupal/Config/ConfigEvents

Name of the event fired when deleting a configuration object. This event allows modules to perform an action whenever a configuration object

2025-01-10 15:47:30
ConfigEvents::IMPORT
  • References/PHP/Drupal/Config/ConfigEvents

Name of the event fired when importing configuration to target storage. This event allows modules to perform additional actions when configuration

2025-01-10 15:47:30
ConfigEvents::IMPORT_VALIDATE
  • References/PHP/Drupal/Config/ConfigEvents

Name of the event fired when validating imported configuration. This event allows modules to perform additional validation operations when configuration

2025-01-10 15:47:30
ConfigEvents::IMPORT_MISSING_CONTENT
  • References/PHP/Drupal/Config/ConfigEvents

Name of event fired when missing content dependencies are detected. Events subscribers are fired as part of the configuration import batch.

2025-01-10 15:47:30
ConfigEvents::SAVE
  • References/PHP/Drupal/Config/ConfigEvents

Name of the event fired when saving a configuration object. This event allows modules to perform an action whenever a configuration object is

2025-01-10 15:47:30
ConfigEvents::RENAME
  • References/PHP/Drupal/Config/ConfigEvents

Name of the event fired when renaming a configuration object. This event allows modules to perform an action whenever a configuration object's

2025-01-10 15:47:30
ConfigEvents
  • References/PHP/Drupal/Config/ConfigEvents

Defines events for the configuration system. Hierarchy class \Drupal\Core\Config\

2025-01-10 15:47:30