You are here

function warmer_cron in Warmer 8

Same name and namespace in other branches
  1. 2.x warmer.module \warmer_cron()

Implements hook_cron().

File

./warmer.module, line 14
Module implementation file.

Code

function warmer_cron() {
  HookImplementations::enqueueWarmers();
}