abstract public ConfigFactoryOverrideBase::onConfigSave(ConfigCrudEvent $event)
Actions to be performed to configuration override on configuration save.
Parameters
\Drupal\Core\Config\ConfigCrudEvent $event: The config CRUD event.
File
- core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php, line 26
Class
- ConfigFactoryOverrideBase
- Defines a base event listener implementation configuration overrides.
Namespace
Drupal\Core\Config
Code
abstract public function onConfigSave(ConfigCrudEvent $event);
Please login to continue.