TransitionInterface::DIRECTION_TO

Same name and namespace in other branches
  1. 9 core/modules/workflows/src/TransitionInterface.php \Drupal\workflows\TransitionInterface::DIRECTION_TO
  2. 8.9.x core/modules/workflows/src/TransitionInterface.php \Drupal\workflows\TransitionInterface::DIRECTION_TO
  3. 10 core/modules/workflows/src/TransitionInterface.php \Drupal\workflows\TransitionInterface::DIRECTION_TO

The transition direction to.

File

core/modules/workflows/src/TransitionInterface.php, line 29

Class

TransitionInterface
A transition value object that describes the transition between two states.

Namespace

Drupal\workflows

Code

const DIRECTION_TO = 'to';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.