You are here

public function WorkflowState::value in Workflow 7.2

Same name and namespace in other branches
  1. 7 includes/Entity/WorkflowState.php \WorkflowState::value()

File

includes/Entity/WorkflowState.php, line 544
Contains workflow\includes\Entity\WorkflowState. Contains workflow\includes\Entity\WorkflowStateController.

Class

WorkflowState
Class WorkflowState

Code

public function value() {
  return $this->sid;
}