|
archive_archive_dump_complete |
commands/core/archive.drush.inc |
Command argument complete callback. |
|
archive_archive_restore_complete |
commands/core/archive.drush.inc |
Command argument complete callback. |
|
archive_drush_command |
commands/core/archive.drush.inc |
|
|
cache_cache_command_clear_complete |
commands/core/cache.drush.inc |
Command argument complete callback. |
|
cache_drush_command |
commands/core/cache.drush.inc |
Implementation of hook_drush_command(). |
|
completetestsite_drush_command |
tests/completetestsite.drush.inc |
Implementation of hook_drush_command(). |
|
completetest_completetest_noop_complete |
tests/completetest.drush.inc |
Command argument complete callback. |
|
completetest_drush_command |
tests/completetest.drush.inc |
Implementation of hook_drush_command(). |
|
core_core_config_complete |
commands/core/core.drush.inc |
Command argument complete callback. |
|
core_core_rsync_complete |
commands/core/core.drush.inc |
Command argument complete callback. |
|
core_drush_command |
commands/core/core.drush.inc |
Implementation of hook_drush_command(). |
|
core_drush_engine_drupal |
commands/core/core.drush.inc |
|
|
core_drush_engine_type_info |
commands/core/core.drush.inc |
Implementation of hook_drush_engine_type_info(). |
|
core_drush_help |
commands/core/core.drush.inc |
Implementation of hook_drush_help(). |
|
core_help_complete |
commands/core/core.drush.inc |
Command argument complete callback. |
|
core_site_install_complete |
commands/core/core.drush.inc |
Command argument complete callback. |
|
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_6.inc |
Helper function to obtain the severity levels based on Drupal version. |
|
core_watchdog_severity_levels |
commands/core/drupal/environment.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. |
|
dlm |
includes/drush.inc |
Run print_r on a variable and log the output. |
|
docs_drush_command |
commands/core/docs.drush.inc |
Implementation of hook_drush_command(). |
|
docs_drush_help |
commands/core/docs.drush.inc |
Implementation of hook_drush_help(). |
|
drush_adjust_args_if_shebang_script |
includes/command.inc |
Special checking for "shebang" script handling. |
|
drush_append_negation_options |
includes/command.inc |
|
|
drush_archive_dump |
commands/core/archive.drush.inc |
Command callback. Generate site archive file. |
|
drush_archive_guess_manifest |
commands/core/archive.drush.inc |
Try to find docroot and DB dump file in an extracted archive. |
|
drush_archive_restore |
commands/core/archive.drush.inc |
Command callback. Restore web site(s) from a site archive file. |
|
drush_backend_batch_process |
includes/batch.inc |
Process a Drupal batch by spawning multiple Drush processes. |
|
drush_backend_generate_sitealias |
includes/backend.inc |
Helper function that generates an anonymous site alias specification for
the given parameters. |
|
drush_backend_get_result |
includes/backend.inc |
Retrieves the results from the last call to backend_invoke. |
|
drush_backend_invoke_concurrent |
includes/backend.inc |
Execute a new local or remote command in a new process. |
|
drush_backend_output |
includes/backend.inc |
Print the json-encoded output of this command, including the
encoded log records, context information, etc. |
|
drush_backend_output_collect |
includes/backend.inc |
Callback to collect backend command output. |
|
drush_backend_output_discard |
includes/backend.inc |
Output buffer functions that discards all output but backend packets. |
|
drush_backend_packet |
includes/backend.inc |
Output a backend packet if we're running as backend. |
|
drush_backend_packet_log |
includes/drush.inc |
Backend command callback. Add a log message to the log history. |
|
drush_backend_packet_set_error |
includes/backend.inc |
Backend command for setting errors. |
|
drush_backend_parse_output |
includes/backend.inc |
Parse output returned from a Drush command. |
|
drush_backend_parse_packets |
includes/backend.inc |
Parse out and remove backend packet from the supplied string and
invoke the commands. |
|
drush_backend_set_result |
includes/backend.inc |
The backend result is the original PHP data structure (usually an array)
used to generate the output for the current command. |
|
drush_batch_command |
includes/batch.inc |
Process sets from the specified batch. |
|
drush_bit_bucket |
includes/environment.inc |
|
|
drush_bootstrap |
includes/bootstrap.inc |
Bootstrap Drush to the desired phase. |
|
drush_bootstrap_error |
includes/bootstrap.inc |
Helper function to collect any errors that occur during the bootstrap process.
Always returns FALSE, for convenience. |
|
drush_bootstrap_finish |
includes/bootstrap.inc |
Cleanup our bootstrap. |
|
drush_bootstrap_max |
includes/bootstrap.inc |
Bootstrap to the highest level possible, without triggering any errors. |