You are here

protected property Transition::$id in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/workflows/src/Transition.php \Drupal\workflows\Transition::id

The transition's ID.

Type: string

File

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

Class

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

Namespace

Drupal\workflows

Code

protected $id;