function node_expire_node_validate in Node expire 7.2
Same name and namespace in other branches
- 8 node_expire.module \node_expire_node_validate()
- 7 node_expire.module \node_expire_node_validate()
Implements hook_node_validate().
File
- ./
node_expire.module, line 67 - Set a timer into your content, allowing you to perform customized actions.
Code
function node_expire_node_validate($node) {
NodeHookHandler::hookNodeValidate($node);
}