public function WorkflowTransitionInterface::isRevertable in Workflow 8
Returns if this is a revertable Transition on the History tab.
Return value
bool
1 method overrides WorkflowTransitionInterface::isRevertable()
- WorkflowTransition::isRevertable in src/
Entity/ WorkflowTransition.php - Returns if this is a revertable Transition on the History tab.
File
- src/
Entity/ WorkflowTransitionInterface.php, line 238
Class
- WorkflowTransitionInterface
- Defines a common interface for Workflow*Transition* objects.
Namespace
Drupal\workflow\EntityCode
public function isRevertable();