You are here

function hook_revision_revert in Revisioning 7

Called after a node has been reverted.

Parameters

object $node:

1 function implements hook_revision_revert()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

revisioning_revision_revert in ./revisioning_triggers_actions.inc
Implements hook_revision_revert().
1 invocation of hook_revision_revert()
revisioning_revisionapi in ./revisioning_api.inc
Implements hook_revisionapi().

File

./revisioning.api.php, line 71
API documentation for Revisioning module.

Code

function hook_revision_revert($node) {
}