function State::getTransitions
Same name in other branches
- 9 core/modules/workflows/src/State.php \Drupal\workflows\State::getTransitions()
- 10 core/modules/workflows/src/State.php \Drupal\workflows\State::getTransitions()
- 11.x core/modules/workflows/src/State.php \Drupal\workflows\State::getTransitions()
Overrides StateInterface::getTransitions
File
-
core/
modules/ workflows/ src/ State.php, line 98
Class
- State
- A value object representing a workflow state.
Namespace
Drupal\workflowsCode
public function getTransitions() {
return $this->workflow
->getTransitionsForState($this->id);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.