You are here

public function TransitionInterface::id in Drupal 10

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

Gets the transition's ID.

Return value

string The transition's ID.

File

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

Class

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

Namespace

Drupal\workflows

Code

public function id();