1 installer.module installer_cron()

Implements hook_cron().

File

core/modules/installer/installer.module, line 368
Handles installation and updates of contributed projects.

Code

function installer_cron() {
  // Clear garbage from disk.
  installer_clear_update_disk_cache();
}