9 calls to WorkflowTransition::getToSid() in Workflow 8
- WorkflowScheduledTransition::save in src/
Entity/ WorkflowScheduledTransition.php - Saves a scheduled transition. If the transition is executed, save in history.
- WorkflowTransition::execute in src/
Entity/ WorkflowTransition.php - Execute a transition (change state of an entity).
- WorkflowTransition::executeAndUpdateEntity in src/
Entity/ WorkflowTransition.php - Executes a transition (change state of an entity), from OUTSIDE the entity.
- WorkflowTransition::getToState in src/
Entity/ WorkflowTransition.php - WorkflowTransition::isAllowed in src/
Entity/ WorkflowTransition.php - Determines if the current transition between 2 states is allowed.
- WorkflowTransition::isEmpty in src/
Entity/ WorkflowTransition.php - Check if anything has changed in this transition.
- WorkflowTransition::isRevertable in src/
Entity/ WorkflowTransition.php - Returns if this is a revertable Transition on the History tab.
- WorkflowTransition::save in src/
Entity/ WorkflowTransition.php - Saves the entity.
- WorkflowTransition::_updateEntity in src/
Entity/ WorkflowTransition.php - Internal function to update the Entity.