You are here

function workflow_devel_workflow_comment_alter in Workflow 8

@inheritdoc

File

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

Code

function workflow_devel_workflow_comment_alter(&$comment, array &$context) {
  workflow_debug(__FILE__, __FUNCTION__, __LINE__, $comment, '');
  hook_workflow_comment_alter($comment, $context);
}