You are here

state_flow.node.inc in State Machine 7.2

File

modules/state_flow/state_flow.node.inc
View source
<?php

/**
 * Implements hook_node_revision_operations().
 */
function state_flow_node_revision_operations() {
  $operations = array();
  return $operations;
}

Functions

Namesort descending Description
state_flow_node_revision_operations Implements hook_node_revision_operations().