Same name and namespace in other branches
  1. 8.9.x core/modules/workflows/src/Transition.php \Drupal\workflows\Transition::label
  2. 9 core/modules/workflows/src/Transition.php \Drupal\workflows\Transition::label

The transition's label.

Type: string

File

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

Class

Transition
A transition value object that describes the transition between states.

Namespace

Drupal\workflows

Code

protected $label;