function WorkflowTypeBase::hasTransition
Same name in other branches
- 9 core/modules/workflows/src/Plugin/WorkflowTypeBase.php \Drupal\workflows\Plugin\WorkflowTypeBase::hasTransition()
- 8.9.x core/modules/workflows/src/Plugin/WorkflowTypeBase.php \Drupal\workflows\Plugin\WorkflowTypeBase::hasTransition()
- 11.x core/modules/workflows/src/Plugin/WorkflowTypeBase.php \Drupal\workflows\Plugin\WorkflowTypeBase::hasTransition()
Overrides WorkflowTypeInterface::hasTransition
6 calls to WorkflowTypeBase::hasTransition()
- WorkflowTypeBase::addTransition in core/
modules/ workflows/ src/ Plugin/ WorkflowTypeBase.php - Adds a transition to the workflow.
- WorkflowTypeBase::deleteTransition in core/
modules/ workflows/ src/ Plugin/ WorkflowTypeBase.php - Deletes a transition.
- WorkflowTypeBase::getTransition in core/
modules/ workflows/ src/ Plugin/ WorkflowTypeBase.php - Gets a transition object for the provided transition ID.
- WorkflowTypeBase::setTransitionFromStates in core/
modules/ workflows/ src/ Plugin/ WorkflowTypeBase.php - Sets a transition's from states.
- WorkflowTypeBase::setTransitionLabel in core/
modules/ workflows/ src/ Plugin/ WorkflowTypeBase.php - Sets a transition's label.
File
-
core/
modules/ workflows/ src/ Plugin/ WorkflowTypeBase.php, line 329
Class
- WorkflowTypeBase
- A base class for Workflow type plugins.
Namespace
Drupal\workflows\PluginCode
public function hasTransition($transition_id) {
return isset($this->configuration['transitions'][$transition_id]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.