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