function node_expire_views_api in Node expire 7.2
Same name and namespace in other branches
- 8 node_expire.module \node_expire_views_api()
- 6.2 node_expire.module \node_expire_views_api()
- 7 node_expire.module \node_expire_views_api()
Implements hook_views_api().
File
- ./
node_expire.module, line 102 - Set a timer into your content, allowing you to perform customized actions.
Code
function node_expire_views_api() {
return ViewsHookHandler::hookViewsApi();
}