You are here

function workflow_devel_workflow_operations in Workflow 8

@inheritdoc

File

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

Code

function workflow_devel_workflow_operations($op, EntityInterface $entity = NULL) {
  workflow_debug(__FILE__, __FUNCTION__, __LINE__, $op, '');
  return hook_workflow_operations($op, $entity);
}