You are here

constant ConfigRevertInterface::IMPORT in Configuration Update Manager 8

Name of the event triggered on configuration import.

See also

\Drupal\config_update\ConfigRevertEvent

\Drupal\config_update\ConfigRevertInterface::import()

File

src/ConfigRevertInterface.php, line 16

Class

ConfigRevertInterface
Defines an interface for config import and revert operations.

Namespace

Drupal\config_update

Code

const IMPORT = 'config_update.import';