You are here

function hook_revision_publish in Revisioning 7

Called when a node is published.

Parameters

object $node:

1 function implements hook_revision_publish()

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

revisioning_revision_publish in ./revisioning_triggers_actions.inc
Implements hook_revision_publish().
1 invocation of hook_revision_publish()
revisioning_revisionapi in ./revisioning_api.inc
Implements hook_revisionapi().

File

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

Code

function hook_revision_publish($node) {
}