You are here

8 invocations of hook_workflow() in Workflow 7.2

Workflow::delete in includes/Entity/Workflow.php
Given a wid, delete the workflow and its data.
WorkflowConfigTransition::delete in includes/Entity/WorkflowConfigTransition.php
Permanently deletes the entity.
WorkflowState::deactivate in includes/Entity/WorkflowState.php
Deactivate a Workflow State, moving existing nodes to a given State.
WorkflowState::getTransitions in includes/Entity/WorkflowState.php
Returns the allowed transitions for the current state.
WorkflowTransition::execute in includes/Entity/WorkflowTransition.php
Execute a transition (change state of a node).
WorkflowTransition::post_execute in includes/Entity/WorkflowTransition.php
Invokes 'transition post'.
workflow_delete_workflow_transitions_by_tid in ./workflow.deprecated.inc
Given a tid, delete the transition.
workflow_revert_workflow_history_alter in workflow_revert/workflow_revert.module
Implements hook_workflow_history_alter().