You are here

function Workflow::getState in Workflow 7

Same name and namespace in other branches
  1. 7.2 includes/Entity/Workflow.php \Workflow::getState()

Return value

A WorkflowState object.

File

includes/Entity/Workflow.php, line 295
Contains workflow\includes\Entity\Workflow.

Class

Workflow
@file Contains workflow\includes\Entity\Workflow.

Code

function getState($sid) {
  return WorkflowState::load($sid);
}