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

1
abstract public function onConfigDelete(ConfigCrudEvent $event);
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.