ConfigEvents::SAVE
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Config/ConfigEvents.php \Drupal\Core\Config\ConfigEvents::SAVE
- 10 core/lib/Drupal/Core/Config/ConfigEvents.php \Drupal\Core\Config\ConfigEvents::SAVE
- 11.x core/lib/Drupal/Core/Config/ConfigEvents.php \Drupal\Core\Config\ConfigEvents::SAVE
Name of the event fired when saving a configuration object.
This event allows modules to perform an action whenever a configuration object is saved. The event listener method receives a \Drupal\Core\Config\ConfigCrudEvent instance.
See hook_update_N() documentation for safe configuration API usage and restrictions as this event will be fired when configuration is saved by hook_update_N().
See also
\Drupal\Core\Config\ConfigCrudEvent
\Drupal\Core\Config\Config::save()
\Drupal\Core\Config\ConfigFactory::onConfigSave()
Related topics
File
-
core/
lib/ Drupal/ Core/ Config/ ConfigEvents.php, line 32
Class
- ConfigEvents
- Defines events for the configuration system.
Namespace
Drupal\Core\ConfigCode
const SAVE = 'config.save';
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.