You are here

function build_hooks_cron in Build Hooks 8

Same name and namespace in other branches
  1. 8.2 build_hooks.module \build_hooks_cron()
  2. 3.x build_hooks.module \build_hooks_cron()

Implement hook_cron

File

./build_hooks.module, line 31
Contains build_hooks.module.

Code

function build_hooks_cron() {
  getTriggerService()
    ->executeCron();
}