|
core_cli_bashrc |
commands/core/core.drush.inc |
|
|
core_drush_command |
commands/core/core.drush.inc |
Implementation of hook_drush_command(). |
|
core_drush_engine_drupal |
commands/core/core.drush.inc |
|
|
core_drush_help |
commands/core/core.drush.inc |
Implementation of hook_drush_help(). |
|
core_watchdog_format_result |
commands/core/watchdog.drush.inc |
Format a watchdog database row. |
|
core_watchdog_message_types |
commands/core/watchdog.drush.inc |
Helper function to obtain the message types based on drupal version. |
|
core_watchdog_query |
commands/core/watchdog.drush.inc |
Build a WHERE snippet based on given parameters. |
|
core_watchdog_severity_levels |
commands/core/drupal/environment_7.inc |
Helper function to obtain the severity levels based on Drupal version. |
|
core_watchdog_severity_levels |
commands/core/drupal/environment_6.inc |
Helper function to obtain the severity levels based on Drupal version. |
|
core_watchdog_severity_levels |
commands/core/drupal/environment_5.inc |
Helper function to obtain the severity levels based on Drupal version. |
|
db_add_column |
commands/core/drupal/update_6.inc |
Add a column to a database using syntax appropriate for PostgreSQL.
Save result of SQL commands in $ret array. |
|
db_change_column |
commands/core/drupal/update_6.inc |
Change a column definition using syntax appropriate for PostgreSQL.
Save result of SQL commands in $ret array. |
|
delete_dir |
commands/pm/pm.drush.inc |
Deletes a directory, all files in it and all subdirectories in it (recursively).
Use with care!
Written by Andreas Kalsch |
|
dlm |
includes/drush.inc |
Run print_r on a variable and log the output. |
|
drush_backend_batch_process |
includes/batch.inc |
Process a Drupal batch by spawning multiple Drush processes. |
|
drush_backend_fork |
includes/backend.inc |
A small utility function to call a drush command in the background. |
|
drush_backend_get_result |
includes/backend.inc |
|
|
drush_backend_invoke |
includes/backend.inc |
Invoke a drush backend command. |
|
drush_backend_invoke_args |
includes/backend.inc |
|
|
drush_backend_output |
includes/backend.inc |
|
|
drush_backend_parse_output |
includes/backend.inc |
Parse output returned from a Drush command. |
|
drush_backend_set_result |
includes/backend.inc |
|
|
drush_batch_command |
includes/batch.inc |
Process sets from the specified batch. |
|
drush_bootstrap |
includes/environment.inc |
Bootstrap Drush to the desired phase. |
|
drush_bootstrap_error |
includes/environment.inc |
Helper function to collect any errors that occur during the bootstrap process.
Always returns FALSE, for convenience. |
|
drush_bootstrap_max |
includes/environment.inc |
Bootstrap to the highest level possible, without triggering any errors. |
|
drush_bootstrap_validate |
includes/environment.inc |
Validate whether a bootstrap phases can be reached. |
|
drush_bootstrap_value |
includes/environment.inc |
Helper function to store any context settings that are being validated. |
|
drush_cache_clear_css_js |
commands/core/clear.cache.inc |
|
|
drush_cache_clear_theme_registry |
commands/core/clear.cache.inc |
|
|
drush_cache_clear_types |
commands/core/clear.cache.inc |
|
|
drush_check_module_dependencies |
commands/core/drupal/environment_7.inc |
Return dependencies and its status for modules. |
|
drush_check_module_dependencies |
commands/core/drupal/environment_6.inc |
Return dependencies and its status for modules. |
|
drush_check_module_dependencies |
commands/core/drupal/environment_5.inc |
Return dependencies and its status for modules. |
|
drush_choice |
includes/drush.inc |
Ask the user to select an item from a list.
From a provided associative array, drush_choice will
display all of the questions, numbered from 1 to N,
and return the item the user selected. "0" is always
cancel; entering a blank line is also… |
|
drush_cmp_error |
includes/drush.inc |
Check if a specific error status has been set. |
|
drush_command |
includes/command.inc |
Entry point for commands into the drush_invoke API |
|
drush_commandfile_list |
includes/command.inc |
Collect a list of all available drush command files. |
|
drush_command_default_options |
includes/command.inc |
Conditionally include default options based on the command used. |
|
drush_command_hook |
includes/command.inc |
Determine whether a command file implements a hook. |
|
drush_command_implements |
includes/command.inc |
Determine which command files are implementing a hook. |
|
drush_command_include |
includes/command.inc |
Conditionally include files based on the command used. |
|
drush_command_invoke_all |
includes/command.inc |
Invoke a hook in all available command files that implement it. |
|
drush_command_invoke_all_ref |
includes/command.inc |
|
|
drush_confirm |
includes/drush.inc |
Ask the user a basic yes/no question. |
|
drush_context_names |
includes/context.inc |
Return a list of the valid drush context names. |
|
drush_convert_db_from_db_url |
includes/sitealias.inc |
Convert from an old-style database URL to an array of database settings |
|
drush_core_batch_process |
commands/core/core.drush.inc |
Process sets from the specified batch. |
|
drush_core_cache_clear |
commands/core/clear.cache.inc |
Command callback for drush cache-clear. |
|
drush_core_call_rsync |
commands/core/rsync.core.inc |
Make a direct call to rsync after the source and destination paths
have been evaluated. |