function TransitionInterface::id
Same name in other branches
- 8.9.x core/modules/workflows/src/TransitionInterface.php \Drupal\workflows\TransitionInterface::id()
- 10 core/modules/workflows/src/TransitionInterface.php \Drupal\workflows\TransitionInterface::id()
- 11.x core/modules/workflows/src/TransitionInterface.php \Drupal\workflows\TransitionInterface::id()
Gets the transition's ID.
Return value
string The transition's ID.
1 method overrides TransitionInterface::id()
- Transition::id in core/
modules/ workflows/ src/ Transition.php - Gets 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\workflowsCode
public function id();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.