You are here

function workbench_workflows_state_flow_entity_plugins in Workbench Moderation 7.2

Implements hook_state_flow_plugins().

File

modules/workbench_workflows/workbench_workflows.module, line 304
workbench_workflows.module

Code

function workbench_workflows_state_flow_entity_plugins() {
  module_load_include('inc', 'workbench_workflows', 'workbench_workflows.state_flow_entity');
  return _workbench_workflows_state_flow_entity_plugins();
}