final class ConfigEvents

Defines events for the configuration system.

Hierarchy

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.

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Config!ConfigEvents.php/class/ConfigEvents/8.1.x