7 calls to workflow_get_transition_id() in Workflow 5
- workflow_actions_page in ./
workflow.module - workflow_execute_transition in ./
workflow.module - Execute a transition (change state of a node).
- workflow_state_delete in ./
workflow.module - Delete a workflow state from the database, including any transitions the state was involved in and any associations with actions that were made to that transition.
- workflow_transition_add_role in ./
workflow.module - Add a role to the list of those allowed for a given transition. Add the transition if necessary.
- workflow_transition_delete_role in ./
workflow.module - Remove a role from the list of those allowed for a given transition.
- workflow_transition_grid_form in ./
workflow.module - Build the grid of transitions for defining a workflow.
- workflow_workflow in ./
workflow.module - Implementation of hook_workflow().