You are here

function node_expire_node_load in Node expire 7.2

Same name and namespace in other branches
  1. 8 node_expire.module \node_expire_node_load()
  2. 7 node_expire.module \node_expire_node_load()

Implements hook_node_load().

File

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

Code

function node_expire_node_load($nodes, $types) {
  NodeHookHandler::hookNodeLoad($nodes, $types);
}