You are here

function WorkflowState::getName in Workflow 7

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

File

includes/Entity/WorkflowState.php, line 330
Contains workflow\includes\Entity\WorkflowState.

Class

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

Code

function getName() {
  return $this->state;
}