function hook_revision_unpublish in Revisioning 7
Called when a node is unpublished.
Parameters
object $node:
1 function implements hook_revision_unpublish()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
1 invocation of hook_revision_unpublish()
- revisioning_revisionapi in ./
revisioning_api.inc - Implements hook_revisionapi().
File
- ./
revisioning.api.php, line 63 - API documentation for Revisioning module.
Code
function hook_revision_unpublish($node) {
}