7 invocations of hook_workflow() in Workflow 7
- Workflow::delete in includes/
Entity/ Workflow.php - Given a wid, delete the workflow and its data.
- WorkflowState::deactivate in includes/
Entity/ WorkflowState.php - Deactivate a Workflow State, moving existing nodes to a given State.
- WorkflowState::getOptions in includes/
Entity/ WorkflowState.php - Returns the allowed values for the current state.
- WorkflowTransition::execute in includes/
Entity/ WorkflowTransition.php - Execute a transition (change state of a node). @deprecated: workflow_execute_transition() --> WorkflowTransition::execute().
- workflow_delete_workflow_transitions_by_tid in ./
workflow.module - Given a tid, delete the transition.
- workflow_field_choices in ./
workflow.node.inc - Get the states current user can move to for a given node.
- workflow_revert_workflow_history_alter in workflow_revert/
workflow_revert.module - Implements hook_workflow_history_alter(). Add an 'undo' operation for the most recent history change.