Update manager: update

  1. drupal
    1. 7 modules/update/update.manager.inc
    2. 8 core/modules/update/update.manager.inc

Update manager for updating existing code.

Provides a user interface to update existing code.

Functions & methods

NameDescription
theme_update_manager_update_formReturns HTML for the first page in the update manager wizard to select projects.
update_manager_download_batch_finishedBatch callback invoked when the download batch is completed.
update_manager_update_formBuild the form for the update manager page to update existing projects.
update_manager_update_form_submitSubmit function for the main update form.
update_manager_update_form_validateValidation callback to ensure that at least one project is selected.
update_manager_update_ready_formBuild the form when the site is ready to update (after downloading).
update_manager_update_ready_form_submitSubmit 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…

Login or register to post comments