
| Current Path : /var/www/html/rocksensor2/vendor/drush/drush/includes/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/rocksensor2/vendor/drush/drush/includes/bootstrap.inc |
<?php
/**
* @deprecated see DrupalBootLevels::NONE
*/
define('DRUSH_BOOTSTRAP_NONE', 0);
/**
* Use 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.
*
* @deprecated see DrupalBootLevels::NONE
*/
define('DRUSH_BOOTSTRAP_MAX', -2);
/**
* @deprecated
*
* No longer used, but 0 remains reserved. Drush always runs preflight.
* Commands may alternatively use DRUSH_BOOTSTRAP_NONE.
*/
define('DRUSH_BOOTSTRAP_DRUSH', 0);
/**
* @deprecated see DrupalBootLevels::ROOT
*/
define('DRUSH_BOOTSTRAP_DRUPAL_ROOT', 1);
/**
* @deprecated see DrupalBootLevels::SITE
*/
define('DRUSH_BOOTSTRAP_DRUPAL_SITE', 2);
/**
* @deprecated see DrupalBootLevels::CONFIGURATION
*/
define('DRUSH_BOOTSTRAP_DRUPAL_CONFIGURATION', 3);
/**
* @deprecated see DrupalBootLevels::DATABASE
*/
define('DRUSH_BOOTSTRAP_DRUPAL_DATABASE', 4);
/**
* @deprecated see DrupalBootLevels::FULL
*/
define('DRUSH_BOOTSTRAP_DRUPAL_FULL', 5);