You are here

public function WorkflowTransitionInterface::getComment in Workflow 8

Get the comment of the Transition.

Return value

The comment

1 method overrides WorkflowTransitionInterface::getComment()
WorkflowTransition::getComment in src/Entity/WorkflowTransition.php
Get the comment of the Transition.

File

src/Entity/WorkflowTransitionInterface.php, line 190

Class

WorkflowTransitionInterface
Defines a common interface for Workflow*Transition* objects.

Namespace

Drupal\workflow\Entity

Code

public function getComment();