You are here

6 calls to workflow_get_workflow_transitions_by_sid_target_sid() in Workflow 7

WorkflowState::deactivate in includes/Entity/WorkflowState.php
Deactivate a Workflow State, moving existing nodes to a given State.
WorkflowTransition::execute in includes/Entity/WorkflowTransition.php
Execute a transition (change state of a node). @deprecated: workflow_execute_transition() --> WorkflowTransition::execute().
workflow_actions_workflow in workflow_actions/workflow_actions.module
Implements hook_workflow().
workflow_update_workflow_transitions in ./workflow.module
Given data, insert or update a workflow_transitions.
_workflow_admin_ui_transition_grid_form in workflow_admin_ui/workflow_admin_ui.pages.inc
Form builder. Build the grid of transitions for defining a workflow.
_workflow_admin_ui_update_configured_transitions in workflow_admin_ui/workflow_admin_ui.module
Update the transitions for a workflow.