You are here

constant ConfigRevertInterface::REVERT in Configuration Update Manager 8

Name of the event triggered on configuration revert.

See also

\Drupal\config_update\ConfigRevertEvent

\Drupal\config_update\ConfigRevertInterface::revert()

File

src/ConfigRevertInterface.php, line 24

Class

ConfigRevertInterface
Defines an interface for config import and revert operations.

Namespace

Drupal\config_update

Code

const REVERT = 'config_update.revert';