You are here

function workflow_load_multiple_by_name in Workflow 7.2

File

./workflow.entity.inc, line 479
Integrates workflow with entity API.

Code

function workflow_load_multiple_by_name($names = FALSE) {
  $workflows = entity_load_multiple_by_name('Workflow', $names);
  return $workflows;
}