Update Manager module functionality for updating existing code.
Provides a user interface to update existing code.
| Name   | Location | Description | 
|---|---|---|
| theme_update_manager_update_form | drupal/ | Returns HTML for the first page in the process of updating projects. | 
| update_manager_download_batch_finished | drupal/ | Batch callback: Performs actions when the download batch is completed. | 
| update_manager_update_form | drupal/ | Form constructor for the update form of the Update Manager module. | 
| update_manager_update_form_submit | drupal/ | Form submission handler for update_manager_update_form(). | 
| update_manager_update_form_validate | drupal/ | Form validation handler for update_manager_update_form(). | 
| update_manager_update_ready_form | drupal/ | Form constructor for the update ready form. | 
| update_manager_update_ready_form_submit | drupal/ | Form submission handler for update_manager_update_ready_form(). |