1.20.x installer.module | installer_cron() |
Implements hook_cron().
File
- modules/
installer/ installer.module, line 371 - Handles installation and updates of contributed projects.
Code
function installer_cron() {
// Clear garbage from disk.
installer_clear_update_disk_cache();
}