Update manager: install

  1. drupal
    1. 7 modules/update/update.manager.inc
    2. 8 core/modules/update/update.manager.inc

Update manager for installing new code.

Provides a user interface to install new code.

Functions & methods

NameDescription
update_manager_install_formBuild the form for the update manager page to install new projects.
update_manager_install_form_submitHandle form submission when installing new projects via the update manager.
update_manager_install_form_validateValidate the form for installing a new project via the update manager.
_update_manager_check_backendsChecks 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…

Login or register to post comments