You are here

function warmer_cron in Warmer 2.x

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

Implements hook_cron().

File

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

Code

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