constant UpdateDefinitionInterface::GLOBAL_ACTION_INSTALL_MODULES in Update helper 8
Same name and namespace in other branches
- 2.x 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_helperCode
const GLOBAL_ACTION_INSTALL_MODULES = 'install_modules';