Installer module file management functions.
These functions are used by the update manager to copy, extract, and verify archive files.
File
- core/
modules/ installer/ installer.manager.inc, line 981 - Administrative screens and processing functions of the Installer module.
Functions
Name | Location | Description |
---|---|---|
installer_manager_archive_extract |
core/ |
Unpacks a downloaded archive file. |
installer_manager_archive_verify |
core/ |
Verifies an archive after it has been downloaded and extracted. |
installer_manager_batch_project_get |
core/ |
Batch callback: Downloads, unpacks, and verifies a project. |
installer_manager_file_get |
core/ |
Copies a file from the specified URL to the temporary directory for updates. |
installer_manager_local_transfers_allowed |
core/ |
Determines if file transfers will be performed locally. |