drush_is_osx |
includes/environment.inc |
Check if the operating system is OS X.
This will return TRUE for Mac OS X (Darwin). |
drush_is_windows |
includes/environment.inc |
Check if the operating system is Windows.
This will return TRUE under DOS, Powershell
Cygwin and MSYSGIT shells, so test for the
Windows variant FIRST if you care. |
drush_json_decode |
includes/output.inc |
Converts an HTML-safe JSON string into its PHP equivalent. |
drush_json_encode |
includes/output.inc |
Converts a PHP variable into its Javascript equivalent. |
drush_key_value_to_array_table |
includes/output.inc |
Convert an associative array of key : value pairs into
a table suitable for processing by drush_print_table. |
drush_latch_bootstrap_object |
includes/bootstrap.inc |
Don't allow the bootstrap object to change once we start bootstrapping |
drush_load_bootstrap_commandfile_at_path |
includes/bootstrap.inc |
Check to see if there is a bootstrap class available
at the specified location; if there is, load it. |
drush_load_command_engine |
includes/engines.inc |
Selects and loads an engine implementing the given type. |
drush_load_command_engines |
includes/engines.inc |
Include, instantiate and validate command engines. |
drush_load_config |
includes/context.inc |
Load drushrc files (if available) from several possible locations. |
drush_load_config_file |
includes/context.inc |
|
drush_load_engine |
includes/engines.inc |
Loads and validate an engine of the given type. |
drush_locate_root |
includes/environment.inc |
Exhaustive depth-first search to try and locate the Drupal root directory.
This makes it possible to run Drush from a subdirectory of the drupal root. |
drush_log |
includes/drush.inc |
Add a log message to the log history. |
drush_log_has_errors |
includes/drush.inc |
|
drush_lookup_field_by_path |
includes/output.inc |
Return a specific item inside an array, as identified
by the provided path. |
drush_main |
includes/preflight.inc |
The main Drush function. |
drush_make |
commands/make/make.drush.inc |
Drush callback; make based on the makefile. |
drush_make_convert |
commands/make/make.drush.inc |
Command callback; convert ini makefile to YAML. |
drush_make_generate |
commands/make/generate.make.inc |
Drush callback; generate makefile from the current build. |
drush_make_lock |
commands/make/lock.make.inc |
Command callback for make-lock. |
drush_make_pre_make |
commands/make/make.drush.inc |
Implements drush_hook_pre_COMMAND(). |
drush_make_process |
commands/make/make.drush.inc |
Drush callback: hidden file to process an individual project. |
drush_make_update |
commands/make/update.make.inc |
Command callback for make-update. |
drush_make_validate |
commands/make/make.drush.inc |
Validation callback for make command. |
drush_map_assoc |
includes/drush.inc |
Form an associative array from a linear array. |
drush_memory_limit |
includes/drush.inc |
Get the PHP memory_limit value in bytes. |
drush_merge_engine_data |
includes/engines.inc |
Add command structure info from each engine type back into the command. |
drush_mime_content_type |
includes/drush.inc |
Determines the MIME content type of the specified file. |
drush_mkdir |
includes/filesystem.inc |
Cross-platform compatible helper function to recursively create a directory tree. |
drush_module_dependents |
commands/core/drupal/environment_7.inc |
Return dependents of modules. |
drush_module_dependents |
commands/core/drupal/environment_6.inc |
Return dependents of modules. |
drush_module_dependents |
commands/core/drupal/environment.inc |
Return dependents of modules. |
drush_module_disable |
commands/core/drupal/environment_7.inc |
Disable a list of modules. It is assumed the list contains all dependents not already disabled. |
drush_module_disable |
commands/core/drupal/environment_6.inc |
Disable a list of modules. It is assumed the list contains all dependents not already disabled. |
drush_module_disable |
commands/core/drupal/environment.inc |
Disable a list of modules. It is assumed the list contains all dependents not already disabled. |
drush_module_enable |
commands/core/drupal/environment_7.inc |
Enable a list of modules. It is assumed the list contains all the dependencies not already enabled. |
drush_module_enable |
commands/core/drupal/environment_6.inc |
Enable a list of modules. It is assumed the list contains all the dependencies not already enabled. |
drush_module_enable |
commands/core/drupal/environment.inc |
Enable a list of modules. It is assumed the list contains all the dependencies not already enabled. |
drush_module_exists |
commands/core/drupal/environment_7.inc |
Checks that a given module exists and is enabled. |
drush_module_exists |
commands/core/drupal/environment_6.inc |
Checks that a given module exists and is enabled. |
drush_module_exists |
commands/core/drupal/environment.inc |
Checks that a given module exists and is enabled. |
drush_module_implements |
commands/core/drupal/environment_7.inc |
Determines which modules are implementing a hook. |
drush_module_implements |
commands/core/drupal/environment_6.inc |
Determines which modules are implementing a hook. |
drush_module_implements |
commands/core/drupal/environment.inc |
Determines which modules are implementing a hook. |
drush_module_install |
commands/core/drupal/environment.inc |
Installs a given list of modules. |
drush_module_invoke |
commands/core/drupal/environment_7.inc |
Invokes a hook in a particular module. |
drush_module_invoke |
commands/core/drupal/environment_6.inc |
Invokes a hook in a particular module. |
drush_module_invoke |
commands/core/drupal/environment.inc |
Invokes a hook in a particular module. |
drush_module_invoke_all |
commands/core/drupal/environment_7.inc |
Invokes a hook in all enabled modules that implement it. |