Update Manager module: file management
Update Manager module file management functions.
These functions are used by the update manager to copy, extract, and verify archive files.
Archivo
- drupal-7.x/
modules/ update/ update.manager.inc, line 751 - Administrative screens and processing functions of the Update Manager module.
Functions
|
Nombre |
Ubicación | Descripción |
|---|---|---|
| hook_verify_update_archive |
drupal-7.x/ |
Verify an archive after it has been downloaded and extracted. |
| update_manager_archive_extract |
drupal-7.x/ |
Unpacks a downloaded archive file. |
| update_manager_archive_verify |
drupal-7.x/ |
Verifies an archive after it has been downloaded and extracted. |
| update_manager_batch_project_get |
drupal-7.x/ |
Batch callback: Downloads, unpacks, and verifies a project. |
| update_manager_file_get |
drupal-7.x/ |
Copies a file from the specified URL to the temporary directory for updates. |
| update_manager_local_transfers_allowed |
drupal-7.x/ |
Determines if file transfers will be performed locally. |