You are here

public function WorkflowTransitionInterface::setComment in Workflow 8

Get the comment of the Transition.

Parameters

$value: The new comment.

Return value

WorkflowTransitionInterface

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

File

src/Entity/WorkflowTransitionInterface.php, line 200

Class

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

Namespace

Drupal\workflow\Entity

Code

public function setComment($value);