Extensions management.
- 6.x commands/pm/pm.drush.inc extensions
- 5.x commands/pm/pm.drush.inc extensions
- 4.x commands/pm/pm.drush.inc extensions
Functions to manage extensions.
Functions
|
Name |
Location | Description |
|---|---|---|
| drush_get_extension_status |
commands/ |
Calculate a extension status based on current status and schema version. |
| drush_get_projects |
commands/ |
Obtain an array of installed projects off the extensions available. |
| drush_pm_classify_extensions |
commands/ |
Classify extensions as modules, themes or unknown. |
| pm_complete_extensions |
commands/ |
List extensions for completion. |
| pm_complete_projects |
commands/ |
List projects for completion. |
| pm_module_list |
commands/ |
Returns a list of enabled modules. |
| pm_pm_disable_complete |
commands/ |
Command argument complete callback. |
| pm_pm_enable_complete |
commands/ |
Command argument complete callback. |
| pm_pm_info_complete |
commands/ |
Command argument complete callback. |
| pm_pm_releasenotes_complete |
commands/ |
Command argument complete callback. |
| pm_pm_releases_complete |
commands/ |
Command argument complete callback. |
| pm_pm_uninstall_complete |
commands/ |
Command argument complete callback. |
| pm_pm_updatecode_complete |
commands/ |
Command argument complete callback. |
| pm_pm_update_complete |
commands/ |
Command argument complete callback. |
| _drush_pm_find_common_path |
commands/ |
Helper function to find the common path for a list of extensions in the aim to obtain the project name. |
| _drush_pm_sort_extensions |
commands/ |
Sort callback function for sorting extensions. |
File
- commands/
pm/ pm.drush.inc, line 280 - The drush Project Manager