Update Manager module: install in Drupal 7
Update Manager module functionality for installing new code.
Provides a user interface to install new code.
File
- modules/
update/ update.manager.inc, line 475 - Administrative screens and processing functions of the Update Manager module.
Functions
|
Name |
Location | Description |
|---|---|---|
| update_manager_install_form |
modules/ |
Form constructor for the install form of the Update Manager module. |
| update_manager_install_form_submit |
modules/ |
Form submission handler for update_manager_install_form(). |
| update_manager_install_form_validate |
modules/ |
Form validation handler for update_manager_install_form(). |
| _update_manager_check_backends |
modules/ |
Checks for file transfer backends and prepares a form fragment about them. |