You are here

constant ConfigDeleteInterface::DELETE in Configuration Update Manager 8

Name of the event triggered on configuration delete.

See also

\Drupal\config_update\ConfigRevertEvent

\Drupal\config_update\ConfigDeleteInterface::delete()

File

src/ConfigDeleteInterface.php, line 16

Class

ConfigDeleteInterface
Defines an interface for deleting config items.

Namespace

Drupal\config_update

Code

const DELETE = 'config_update.delete';