constant DRUSH_BOOTSTRAP_DRUPAL_FULL
- 8.0.x includes/bootstrap.inc DRUSH_BOOTSTRAP_DRUPAL_FULL
- 6.x includes/bootstrap.inc DRUSH_BOOTSTRAP_DRUPAL_FULL
- 7.x includes/bootstrap.inc DRUSH_BOOTSTRAP_DRUPAL_FULL
- 3.x includes/environment.inc DRUSH_BOOTSTRAP_DRUPAL_FULL
- 4.x includes/environment.inc DRUSH_BOOTSTRAP_DRUPAL_FULL
- 5.x includes/bootstrap.inc DRUSH_BOOTSTRAP_DRUPAL_FULL
- master includes/bootstrap.inc DRUSH_BOOTSTRAP_DRUPAL_FULL
Fully initialize Drupal.
This is analogous to the DRUPAL_BOOTSTRAP_FULL bootstrap phase in Drupal.
Any code that interacts with the general Drupal API should be bootstrapped to this phase.
File
- includes/
bootstrap.inc, line 101 - Drush bootstrapping code.
Code
define('DRUSH_BOOTSTRAP_DRUPAL_FULL', 5)