You are here

constant UpdateDefinitionInterface::GLOBAL_ACTION_INSTALL_MODULES in Update helper 2.x

Same name and namespace in other branches
  1. 8 src/UpdateDefinitionInterface.php \Drupal\update_helper\UpdateDefinitionInterface::GLOBAL_ACTION_INSTALL_MODULES

Global action key for installing modules.

File

src/UpdateDefinitionInterface.php, line 22

Class

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

Namespace

Drupal\update_helper

Code

const GLOBAL_ACTION_INSTALL_MODULES = 'install_modules';