function WorkflowState::value in Workflow 7
Same name and namespace in other branches
- 7.2 includes/Entity/WorkflowState.php \WorkflowState::value()
File
- includes/
Entity/ WorkflowState.php, line 336 - Contains workflow\includes\Entity\WorkflowState.
Class
- WorkflowState
- @file Contains workflow\includes\Entity\WorkflowState.
Code
function value() {
return $this->sid;
}