You are here

constant UpdateDefinitionInterface::GLOBAL_ACTION_IMPORT_CONFIGS in Update helper 8

Same name and namespace in other branches
  1. 2.x src/UpdateDefinitionInterface.php \Drupal\update_helper\UpdateDefinitionInterface::GLOBAL_ACTION_IMPORT_CONFIGS

Global action key for importing configurations.

File

src/UpdateDefinitionInterface.php, line 27

Class

UpdateDefinitionInterface
The update definition represents update actions provided in YML file.

Namespace

Drupal\update_helper

Code

const GLOBAL_ACTION_IMPORT_CONFIGS = 'import_configs';