function Transition::id
Same name in other branches
- 9 core/modules/workflows/src/Transition.php \Drupal\workflows\Transition::id()
- 8.9.x core/modules/workflows/src/Transition.php \Drupal\workflows\Transition::id()
- 10 core/modules/workflows/src/Transition.php \Drupal\workflows\Transition::id()
Overrides TransitionInterface::id
File
-
core/
modules/ workflows/ src/ Transition.php, line 80
Class
- Transition
- A transition value object that describes the transition between states.
Namespace
Drupal\workflowsCode
public function id() {
return $this->id;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.