You are here

function workflow_get_workflows in Workflow 7.2

Same name and namespace in other branches
  1. 7 workflow.deprecated.inc \workflow_get_workflows()

Get all workflows.

@deprecated: workflow_get_workflows --> workflow_load_multiple

2 calls to workflow_get_workflows()
workflow_bundle_ctools_settings in workflow_node/plugins/access/workflow_bundle.inc
Settings form for the 'workflow bundle' access plugin.
workflow_state_ctools_settings in workflow_node/plugins/access/workflow_state.inc
Settings form for the 'workflow state' access plugin.

File

./workflow.deprecated.inc, line 21
Contains contains per-class functions, that are deprecated.

Code

function workflow_get_workflows() {
  return workflow_load_multiple();
}