You are here

constant UpdateDefinitionInterface::GLOBAL_ACTIONS in Update helper 8

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

Special CUD key used by update helper to make global system changes.

Current provided global actions are "install_modules" and "import_configs".

File

src/UpdateDefinitionInterface.php, line 17

Class

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

Namespace

Drupal\update_helper

Code

const GLOBAL_ACTIONS = '__global_actions';