Installer module functionality for installing new code.
Provides a user interface to install new code.
File
- core/
modules/ installer/ installer.manager.inc, line 495 - Administrative screens and processing functions of the Installer module.
Functions
Name | Location | Description |
---|---|---|
installer_manager_download_project |
core/ |
Downloads a project given a project url. |
installer_manager_install_form |
core/ |
Form constructor for the install form of the Installer module. |
installer_manager_install_form_submit |
core/ |
Form submission handler for installer_manager_install_form(). |
installer_manager_install_form_validate |
core/ |
Form validation handler for installer_manager_install_form(). |
installer_manager_install_modal_callback |
core/ |
AJAX callback to update the add/remove queue on bulk add. |
_installer_manager_check_backends |
core/ |
Checks for file transfer backends and prepares a form fragment about them. |