constant DRUSH_BOOTSTRAP_MAX
- 8.0.x includes/bootstrap.inc DRUSH_BOOTSTRAP_MAX
- 6.x includes/bootstrap.inc DRUSH_BOOTSTRAP_MAX
- 7.x includes/bootstrap.inc DRUSH_BOOTSTRAP_MAX
- 4.x includes/environment.inc DRUSH_BOOTSTRAP_MAX
- 5.x includes/bootstrap.inc DRUSH_BOOTSTRAP_MAX
- master includes/bootstrap.inc DRUSH_BOOTSTRAP_MAX
Use drush_bootstrap_max instead of drush_bootstrap_to_phase
This constant is only usable as the value of the 'bootstrap' item of a command object, or as the parameter to drush_bootstrap_to_phase. It is not a real bootstrap state.
File
- includes/
bootstrap.inc, line 20
Code
define('DRUSH_BOOTSTRAP_MAX', -2)