Update manager for updating existing code.
Provides a user interface to update existing code.
Functions & methods
| Name | Description |
|---|---|
| theme_update_manager_update_form | Returns HTML for the first page in the update manager wizard to select projects. |
| update_manager_download_batch_finished | Batch callback invoked when the download batch is completed. |
| update_manager_update_form | Build the form for the update manager page to update existing projects. |
| update_manager_update_form_submit | Submit function for the main update form. |
| update_manager_update_form_validate | Validation callback to ensure that at least one project is selected. |
| update_manager_update_ready_form | Build the form when the site is ready to update (after downloading). |
| update_manager_update_ready_form_submit | Submit handler for the form to confirm that an update should continue. |
File
- modules/
update/ update.manager.inc, line 38 - Administrative screens and processing functions for the update manager. This allows site administrators with the 'administer software updates' permission to either upgrade existing projects, or download and install new ones, so long as the…