8 calls to WorkflowTransition::getFromSid() 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::getFromState 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::setValues in src/
Entity/ WorkflowTransition.php - Helper function for __construct. Used for all children of WorkflowTransition (aka WorkflowScheduledTransition)