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 969
Administrative screens and processing functions of the Installer module.

Functions

Namesort descending Location Description
installer_manager_archive_extract core/modules/installer/installer.manager.inc Unpacks a downloaded archive file.
installer_manager_archive_verify core/modules/installer/installer.manager.inc Verifies an archive after it has been downloaded and extracted.
installer_manager_batch_project_get core/modules/installer/installer.manager.inc Batch callback: Downloads, unpacks, and verifies a project.
installer_manager_file_get core/modules/installer/installer.manager.inc Copies a file from the specified URL to the temporary directory for updates.
installer_manager_local_transfers_allowed core/modules/installer/installer.manager.inc Determines if file transfers will be performed locally.