constant TransitionInterface::DIRECTION_FROM in Drupal 9
Same name and namespace in other branches
- 8 core/modules/workflows/src/TransitionInterface.php \Drupal\workflows\TransitionInterface::DIRECTION_FROM
The transition direction from.
File
- core/
modules/ workflows/ src/ TransitionInterface.php, line 24
Class
- TransitionInterface
- A transition value object that describes the transition between two states.
Namespace
Drupal\workflowsCode
const DIRECTION_FROM = 'from';