function build_hooks_cron in Build Hooks 8
Same name and namespace in other branches
- 8.2 build_hooks.module \build_hooks_cron()
- 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();
}