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().
\Drupal\Core\Config\ConfigCrudEvent
\Drupal\Core\Config\Config::save()
\Drupal\Core\Config\ConfigFactory::onConfigSave()
const SAVE = 'config.save';
© 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/constant/ConfigEvents::SAVE/8.1.x