You are here

function lingotek_get_workflow_options in Lingotek Translation 7.7

1 string reference to 'lingotek_get_workflow_options'
lingotek_rules_action_info in ./lingotek.rules.inc
Implements hook_rules_action_info().

File

./lingotek.module, line 1365

Code

function lingotek_get_workflow_options() {
  $api = LingotekApi::instance();
  $workflows = $api
    ->listWorkflows();
  return $workflows;
}