You are here

function node_expire_cron in Node expire 7.2

Same name and namespace in other branches
  1. 8 node_expire.module \node_expire_cron()
  2. 5 node_expire.module \node_expire_cron()
  3. 6.2 node_expire.module \node_expire_cron()
  4. 6 node_expire.module \node_expire_cron()
  5. 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();
}