Update Manager module: update
Update Manager module functionality for updating existing code.
Provides a user interface to update existing code.
Archivo
- drupal-7.x/
modules/ update/ update.manager.inc, line 39 - Administrative screens and processing functions of the Update Manager module.
Functions
|
Nombre |
Ubicación | Descripción |
|---|---|---|
| theme_update_manager_update_form |
drupal-7.x/ |
Returns HTML for the first page in the process of updating projects. |
| update_manager_download_batch_finished |
drupal-7.x/ |
Batch callback: Performs actions when the download batch is completed. |
| update_manager_update_form |
drupal-7.x/ |
Form constructor for the update form of the Update Manager module. |
| update_manager_update_form_submit |
drupal-7.x/ |
Form submission handler for update_manager_update_form(). |
| update_manager_update_form_validate |
drupal-7.x/ |
Form validation handler for update_manager_update_form(). |
| update_manager_update_ready_form |
drupal-7.x/ |
Form constructor for the update ready form. |
| update_manager_update_ready_form_submit |
drupal-7.x/ |
Form submission handler for update_manager_update_ready_form(). |