You are here

function workflow_devel_workflow_history_alter in Workflow 8

@inheritdoc

File

modules/workflow_devel/workflow_devel.module, line 46
Development tools for Workflow.

Code

function workflow_devel_workflow_history_alter(array &$context) {
  workflow_debug(__FILE__, __FUNCTION__, __LINE__);
  hook_workflow_history_alter($context);
}