You are here

public function WorkflowState::getName in Workflow 7.2

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

File

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

Class

WorkflowState
Class WorkflowState

Code

public function getName() {
  return isset($this->name) ? $this->name : '';
}