You are here

function workflow_get_workflows in Workflow 7

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

Get all workflows. @deprecated: workflow_get_workflows() --> Workflow::getWorkflows($wid)

File

./workflow.deprecated.inc, line 17
Contains contains per-class functions, that are deprecated. Usage: The new code can be tested, by removing this file-include from workflow.module.

Code

function workflow_get_workflows() {
  return Workflow::getWorkflows();
}