Update Manager module functionality for installing new code.
Provides a user interface to install new code.
|
Name |
Location | Description |
|---|---|---|
| update_manager_install_form |
drupal/ |
Form constructor for the install form of the Update Manager module. |
| update_manager_install_form_submit |
drupal/ |
Form submission handler for update_manager_install_form(). |
| update_manager_install_form_validate |
drupal/ |
Form validation handler for update_manager_install_form(). |
| _update_manager_check_backends |
drupal/ |
Checks for file transfer backends and prepares a form fragment about them. |