You are here

6 calls to WorkflowTypeBase::hasState() in Drupal 9

WorkflowTypeBase::addState in core/modules/workflows/src/Plugin/WorkflowTypeBase.php
Adds a state to the workflow.
WorkflowTypeBase::addTransition in core/modules/workflows/src/Plugin/WorkflowTypeBase.php
Adds a transition to the workflow.
WorkflowTypeBase::deleteState in core/modules/workflows/src/Plugin/WorkflowTypeBase.php
Deletes a state from the workflow.
WorkflowTypeBase::setStateLabel in core/modules/workflows/src/Plugin/WorkflowTypeBase.php
Sets a state's label.
WorkflowTypeBase::setStateWeight in core/modules/workflows/src/Plugin/WorkflowTypeBase.php
Sets a state's weight value.
WorkflowTypeBase::setTransitionFromStates in core/modules/workflows/src/Plugin/WorkflowTypeBase.php
Sets a transition's from states.