abstract public function ConfigFactoryOverrideBase::onConfigDelete

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);

© 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!ConfigFactoryOverrideBase.php/function/ConfigFactoryOverrideBase::onConfigDelete/8.1.x