Update manager for installing new code.
Provides a user interface to install new code.
Functions & methods
| Name | Description |
|---|---|
| update_manager_install_form | Build the form for the update manager page to install new projects. |
| update_manager_install_form_submit | Handle form submission when installing new projects via the update manager. |
| update_manager_install_form_validate | Validate the form for installing a new project via the update manager. |
| _update_manager_check_backends | Checks for file transfer backends and prepares a form fragment about them. |
File
- modules/
update/ update.manager.inc, line 456 - 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…