You are here

function hook_state_flow_history_table_alter in State Machine 7.2

Implements hook_state_flow_others_table_alter().

Allows altering the content of the workflow history table on the workflow tab prior to rendering.

Parameters

$table: The render array for the history table.

$node: The node that the workflow page is being rendered for.

1 invocation of hook_state_flow_history_table_alter()
state_flow_events in modules/state_flow/state_flow.pages.inc
Page callback for a node's Workflow page.

File

modules/state_flow/state_flow.api.php, line 123
Define a new StateMachine for the node

Code

function hook_state_flow_history_table_alter(&$table, $node) {
}