constant DRUSH_BOOTSTRAP_DRUSH
- 8.0.x includes/bootstrap.inc DRUSH_BOOTSTRAP_DRUSH
- 6.x includes/bootstrap.inc DRUSH_BOOTSTRAP_DRUSH
- 7.x includes/bootstrap.inc DRUSH_BOOTSTRAP_DRUSH
- 3.x includes/environment.inc DRUSH_BOOTSTRAP_DRUSH
- 4.x includes/environment.inc DRUSH_BOOTSTRAP_DRUSH
- 5.x includes/bootstrap.inc DRUSH_BOOTSTRAP_DRUSH
- master includes/bootstrap.inc DRUSH_BOOTSTRAP_DRUSH
Only bootstrap Drush, without any Drupal specific code.
Any code that operates on the Drush installation, and not specifically any Drupal directory, should bootstrap to this phase.
File
- includes/
bootstrap.inc, line 43 - Drush bootstrapping code.
Code
define('DRUSH_BOOTSTRAP_DRUSH', 0)