function scheduled_updates_cron in Scheduled Updates 8
Implements hook_cron().
File
- ./
scheduled_updates.module, line 73 - Contains scheduled_updates.module..
Code
function scheduled_updates_cron() {
\Drupal::service('scheduled_updates.update_runner')
->runAllUpdates([], TRUE);
}