function node_expire_cron in Node expire 7.2
Same name and namespace in other branches
- 8 node_expire.module \node_expire_cron()
- 5 node_expire.module \node_expire_cron()
- 6.2 node_expire.module \node_expire_cron()
- 6 node_expire.module \node_expire_cron()
- 7 node_expire.module \node_expire_cron()
Implements hook_cron().
File
- ./
node_expire.module, line 21 - Set a timer into your content, allowing you to perform customized actions.
Code
function node_expire_cron() {
CommonHookHandler::hookCron();
}