function WorkflowTypeInterface::hasTransition
Determines if a transition exists.
Parameters
string $transition_id: The transition ID.
Return value
bool TRUE if the transition exists, FALSE if not.
1 method overrides WorkflowTypeInterface::hasTransition()
- WorkflowTypeBase::hasTransition in core/
modules/ workflows/ src/ Plugin/ WorkflowTypeBase.php - Determines if a transition exists.
File
-
core/
modules/ workflows/ src/ WorkflowTypeInterface.php, line 229
Class
- WorkflowTypeInterface
- An interface for Workflow type plugins.
Namespace
Drupal\workflowsCode
public function hasTransition($transition_id);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.