You are here

function workflow_state_load_multiple in Workflow 7.2

4 calls to workflow_state_load_multiple()
WorkflowItem::settingsForm in includes/Field/WorkflowItem.php
Implements hook_field_settings_form() -> ConfigFieldItemInterface::settingsForm().
WorkflowItem::_allowed_values_string in includes/Field/WorkflowItem.php
Helper functions for the Field Settings page.
workflownode_tokens in workflow_node/workflownode.tokens.inc
Implements hook_tokens().
workflow_cleanup_form in workflow_cleanup/workflow_cleanup.pages.inc
The main cleanup page.

File

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

Code

function workflow_state_load_multiple($wid = 0, $reset = FALSE) {
  return WorkflowState::getStates($wid, $reset);
}