You are here

function WorkflowState::setName in Workflow 7

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

File

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

Class

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

Code

function setName($name) {
  return $this->state = $name;
}