Update Manager module: update in Drupal 7
Update Manager module functionality for updating existing code.
Provides a user interface to update existing code.
File
- modules/
update/ update.manager.inc, line 39 - Administrative screens and processing functions of the Update Manager module.
Functions
Name | Location | Description |
---|---|---|
theme_update_manager_update_form |
modules/ |
Returns HTML for the first page in the process of updating projects. |
update_manager_download_batch_finished |
modules/ |
Implements callback_batch_finished(). |
update_manager_update_form |
modules/ |
Form constructor for the update form of the Update Manager module. |
update_manager_update_form_submit |
modules/ |
Form submission handler for update_manager_update_form(). |
update_manager_update_form_validate |
modules/ |
Form validation handler for update_manager_update_form(). |
update_manager_update_ready_form |
modules/ |
Form constructor for the update ready form. |
update_manager_update_ready_form_submit |
modules/ |
Form submission handler for update_manager_update_ready_form(). |