You are here

function node_expire_node_prepare in Node expire 7.2

Same name and namespace in other branches
  1. 7 node_expire.module \node_expire_node_prepare()

Implements hook_node_prepare().

File

./node_expire.module, line 60
Set a timer into your content, allowing you to perform customized actions.

Code

function node_expire_node_prepare($node) {
  NodeHookHandler::hookNodePrepare($node);
}