You are here

Functions in Workflow 7

Primary tabs

Namesort descending Location Description Direct uses Strings
workflow_cleanup_form_submit workflow_cleanup/workflow_cleanup.module Submission handler for main cleanup form.
workflow_cleanup_menu workflow_cleanup/workflow_cleanup.module Implements hook_menu().
workflow_cleanup_theme workflow_cleanup/workflow_cleanup.module Implements hook_theme().
workflow_cleanup_workflow_operations workflow_cleanup/workflow_cleanup.module Implements hook_workflow_operations(). Might as well eat our own cooking.
workflow_comment_insert ./workflow.node.inc Implements hook_comment_insert().
workflow_comment_update ./workflow.node.inc Implements hook_comment_update(). 1
workflow_cron ./workflow.module Implements hook_cron().
workflow_delete_workflows_by_wid ./workflow.deprecated.inc Given a wid, delete the workflow and its data.
workflow_delete_workflow_node_by_nid ./workflow.module Given nid, delete associated workflow data. 1
workflow_delete_workflow_node_by_sid ./workflow.module Given sid, delete associated workflow data. 1
workflow_delete_workflow_scheduled_transition_by_nid ./workflow.deprecated.inc Given a node, delete transitions for it. @deprecated: workflow_delete_workflow_scheduled_transition_by_nid() --> WorkflowScheduledTransition::delete() It is still used in workflow_execute_transition(). 1
workflow_delete_workflow_states_by_sid ./workflow.deprecated.inc Given a sid, delete the state and all associated data. @deprecated: workflow_delete_workflow_states_by_sid($sid, $new_sid, $true_delete) --> WorkflowState->delete() 1
workflow_delete_workflow_transitions_by_roles ./workflow.module Given a sid and target_sid, get the transition. This will be unique. 1
workflow_delete_workflow_transitions_by_tid ./workflow.module Given a tid, delete the transition. 3
workflow_delete_workflow_type_map_all ./workflow.node.type_map.inc Delete all type maps. @TODO: why is this here instead of the admin_ui? 1
workflow_delete_workflow_type_map_by_type ./workflow.node.type_map.inc Given a type, delete the map for that workflow. 1
workflow_delete_workflow_type_map_by_wid ./workflow.node.type_map.inc Given a wid, delete the map for that workflow. 1
workflow_execute_transition ./workflow.module Execute a transition (change state of a node). @deprecated: workflow_execute_transition() --> WorkflowTransition::execute(). 2
workflow_features_api ./workflow.module Implements hook_features_api().
workflow_features_export ./workflow.features.inc Implements hook_features_export().
workflow_features_export_options ./workflow.features.inc Implements hook_features_export_options().
workflow_features_export_rebuild ./workflow.features.inc Implements hook_features_export_rebuild().
workflow_features_export_render ./workflow.features.inc Implements hook_features_export_render().
workflow_features_revert ./workflow.features.inc Implements hook_features_revert(). 1
workflow_field_choices Deprecated ./workflow.node.inc Get the states current user can move to for a given node. 1
workflow_field_extra_fields ./workflow.node.inc Implements hook_field_extra_fields().
workflow_forms ./workflow.node.inc Implements hook_forms().
workflow_form_comment_form_alter ./workflow.node.inc Implements hook_form_BASE_FORM_ID_alter().
workflow_form_node_form_alter ./workflow.node.inc Implements hook_form_BASE_FORM_ID_alter().
workflow_get_creation_state_by_type ./workflow.deprecated.inc Return the ID of the creation state given a content type.
workflow_get_creation_state_by_wid ./workflow.deprecated.inc Return the ID of the creation state for this workflow. @deprecated: workflow_get_creation_state_by_wid($wid) --> $workflow->getCreationSid().
workflow_get_other_states_by_sid ./workflow.deprecated.inc Given a sid, return all other states in that workflow.
workflow_get_recent_node_history ./workflow.module Get most recent history for a node. 3
workflow_get_workflows ./workflow.deprecated.inc Get all workflows. @deprecated: workflow_get_workflows() --> Workflow::getWorkflows($wid)
workflow_get_workflows_by_name ./workflow.deprecated.inc Get a specific workflow, name is a unique ID. @deprecated: workflow_get_workflows_by_name() --> Workflow::getWorkflowByName($name)
workflow_get_workflows_by_type ./workflow.module Get a specific workflow, given a Node type. Only one workflow is possible per node type. 12
workflow_get_workflows_by_wid ./workflow.deprecated.inc Get a specific workflow, wid is a unique ID. @deprecated: workflow_get_workflows_by_wid() --> Workflow::load($wid)
workflow_get_workflows_full_object ./workflow.features.inc For use by CRUD only, gather everything into the CRUD formed object. 1
workflow_get_workflow_by_sid ./workflow.deprecated.inc 1
workflow_get_workflow_node_by_nid ./workflow.module Given a node id, find out what it's current state is. Unique (for now). 3
workflow_get_workflow_node_by_sid ./workflow.module Given a sid, find out the nodes associated. 3
workflow_get_workflow_node_history_by_nid ./workflow.module Get all recorded history for a node id. 2
workflow_get_workflow_options ./workflow.module Get an options list for workflow states (to show in a widget). To be used in non-OO modules, like workflow_rules. 1
workflow_get_workflow_scheduled_transition_by_between ./workflow.deprecated.inc Given a timeframe, get all scheduled transitions. @deprecated: workflow_get_workflow_scheduled_transition_by_between() --> WorkflowScheduledTransition::loadBetween()
workflow_get_workflow_scheduled_transition_by_nid ./workflow.deprecated.inc Given a node, get all scheduled transitions for it. @deprecated: workflow_get_workflow_scheduled_transition_by_nid() --> WorkflowScheduledTransition::load()
workflow_get_workflow_states ./workflow.deprecated.inc Get all states in the system, with options to filter, only where a workflow exists. 4
workflow_get_workflow_states_all ./workflow.deprecated.inc Get all active states in the system.
workflow_get_workflow_states_by_sid ./workflow.deprecated.inc Given a sid, return a state. Sids are a unique id. 1
workflow_get_workflow_states_by_type ./workflow.deprecated.inc Get all states in the system by content type.
workflow_get_workflow_states_by_wid ./workflow.deprecated.inc Get all states in the system, with options to filter, only where a workflow exists. 4

Pages

Other projects