You are here

public function Transition::id in Drupal 10

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

File

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

Class

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

Namespace

Drupal\workflows

Code

public function id() {
  return $this->id;
}