Installer module functionality for updating existing code.
Provides a user interface to update existing code.
File
- core/
modules/ installer/ installer.manager.inc, line 38 - Administrative screens and processing functions of the Installer module.
Functions
Name | Location | Description |
---|---|---|
installer_manager_download_batch_finished |
core/ |
Batch callback: Performs actions when the download batch is completed. |
installer_manager_update_form |
core/ |
Form constructor for the update form of the Installer module. |
installer_manager_update_form_submit |
core/ |
Form submission handler for installer_manager_update_form(). |
installer_manager_update_form_validate |
core/ |
Form validation handler for installer_manager_update_form(). |
installer_manager_update_ready_form |
core/ |
Form constructor for the update ready form. |
installer_manager_update_ready_form_submit |
core/ |
Form submission handler for installer_manager_update_ready_form(). |