|
DRUSH_APPLICATION_ERROR |
includes/drush.inc |
The command that was executed resulted in an application error,
The most commom causes for this is invalid PHP or a broken SSH
pipe when using drush_backend_invoke in a distributed manner. |
|
DRUSH_BACKEND_OUTPUT_DELIMITER |
includes/backend.inc |
Identify the JSON encoded output from a command. |
|
DRUSH_BASE_PATH |
./drush.php |
|
|
DRUSH_BOOTSTRAP_DRUPAL_CONFIGURATION |
includes/environment.inc |
Load the settings from the Drupal sites directory. |
|
DRUSH_BOOTSTRAP_DRUPAL_DATABASE |
includes/environment.inc |
Connect to the Drupal database using the database credentials loaded
during the previous bootstrap phase. |
|
DRUSH_BOOTSTRAP_DRUPAL_FULL |
includes/environment.inc |
Fully initialize Drupal. |
|
DRUSH_BOOTSTRAP_DRUPAL_LOGIN |
includes/environment.inc |
Log in to the initialiased Drupal site. |
|
DRUSH_BOOTSTRAP_DRUPAL_ROOT |
includes/environment.inc |
Set up and test for a valid drupal root, either through the -r/--root options,
or evaluated based on the current working directory. |
|
DRUSH_BOOTSTRAP_DRUPAL_SITE |
includes/environment.inc |
Set up a Drupal site directory and the correct environment variables to
allow Drupal to find the configuration file. |
|
DRUSH_BOOTSTRAP_DRUSH |
includes/environment.inc |
Only bootstrap Drush, without any Drupal specific code. |
|
DRUSH_BOOTSTRAP_MAX |
includes/environment.inc |
Use drush_bootstrap_max instead of drush_bootstrap_to_phase |
|
DRUSH_BOOTSTRAP_NONE |
includes/environment.inc |
No bootstrap. |
|
DRUSH_DRUPAL_BOOTSTRAP |
includes/environment.inc |
The indicator for a Drupal installation folder. |
|
DRUSH_DRUPAL_KILOBYTE |
includes/drush.inc |
The number of bytes in a kilobyte. Copied from Drupal. |
|
DRUSH_FRAMEWORK_ERROR |
includes/drush.inc |
The command could not be completed because the framework has specified errors that have occured. |
|
DRUSH_MINIMUM_PHP |
./drush.php |
|
|
DRUSH_PM_REQUESTED_CURRENT |
commands/pm/pm.drush.inc |
User requested version already installed. |
|
DRUSH_PM_REQUESTED_PROJECT_NOT_FOUND |
commands/pm/pm.drush.inc |
User requested project not found. |
|
DRUSH_PM_REQUESTED_PROJECT_NOT_PACKAGED |
commands/pm/pm.drush.inc |
User requested project was not packaged by drupal.org. |
|
DRUSH_PM_REQUESTED_PROJECT_NOT_UPDATEABLE |
commands/pm/pm.drush.inc |
User requested project not updateable. |
|
DRUSH_PM_REQUESTED_UPDATE |
commands/pm/pm.drush.inc |
Project is a user requested version update. |
|
DRUSH_PM_REQUESTED_VERSION_NOT_FOUND |
commands/pm/pm.drush.inc |
User requested version not found. |
|
DRUSH_REQUEST_TIME |
./drush.php |
|
|
DRUSH_SUCCESS |
includes/drush.inc |
The command completed successfully. |
|
DRUSH_TABLE_URL |
includes/environment.inc |
URL for automatic file download for supported version of Console Table. |
|
DRUSH_TABLE_VERSION |
includes/environment.inc |
Supported version of Console Table. This is displayed in the manual install help. |
|
MAINTENANCE_MODE |
commands/core/drupal/update_6.inc |
@file
Update.php for provisioned sites.
This file is a derivative of the standard drupal update.php,
which has been modified to allow being run from the command
line. |
|
MAINTENANCE_MODE |
commands/core/drupal/update.inc |
Global flag to identify update.php run, and so avoid various unwanted
operations, such as hook_init() and hook_exit() invokes, css/js preprocessing
and translation, and solve some theming issues. This flag is checked on several
places in Drupal code… |
|
PHPUnit_MAIN_METHOD |
tests/runner.php |
|