You are here

public function WorkflowConfigTransitionInterface::hasStateChange in Workflow 8

Determines if the State changes by this Transition.

Return value

bool

2 methods override WorkflowConfigTransitionInterface::hasStateChange()
WorkflowConfigTransition::hasStateChange in src/Entity/WorkflowConfigTransition.php
Determines if the State changes by this Transition.
WorkflowTransition::hasStateChange in src/Entity/WorkflowTransition.php
Determines if the State changes by this Transition.

File

src/Entity/WorkflowConfigTransitionInterface.php, line 76

Class

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

Namespace

Drupal\workflow\Entity

Code

public function hasStateChange();