You are here

Functions in Workflow 7

Primary tabs

Namesort descending Location Description Direct uses Strings
workflow_get_workflow_states_by_wid_state ./workflow.deprecated.inc Given a wid and state, return a state. Wids / states are a unique id. 1
workflow_get_workflow_transitions_by_roles ./workflow.module Given a role string get any transition involved. 1
workflow_get_workflow_transitions_by_sid ./workflow.module Given a sid, get the transition. 1
workflow_get_workflow_transitions_by_sid_involved ./workflow.module Given a sid get any transition involved. 1
workflow_get_workflow_transitions_by_sid_target_sid ./workflow.module Given a sid and target_sid, get the transition. This will be unique. 6
workflow_get_workflow_transitions_by_target_sid ./workflow.module Given a target_sid, get the transition.
workflow_get_workflow_transitions_by_tid ./workflow.module Given a tid, get the transition. It is a unique object, only one return. 1
workflow_get_workflow_transitions_by_wid ./workflow.module Given a wid get the transitions. 1
workflow_get_workflow_type_map ./workflow.node.type_map.inc Get all workflow_type_map. 3
workflow_get_workflow_type_map_by_type ./workflow.node.type_map.inc Get workflow_type_map for a type. On no record, FALSE is returned. Currently this is a unique result but requests have been made to allow a node to have multiple workflows. This is trickier than it sounds as a lot of our processing code will have to… 2
workflow_get_workflow_type_map_by_wid ./workflow.node.type_map.inc Given a wid, find all node types mapped to it. 1
workflow_hook_info ./workflow.module Implements hook_hook_info(). Allow adopters to place their hook implementations in either their main module or in a module.workflow.inc file.
workflow_insert_workflow_node_history ./workflow.module Given data, insert a new history. Always insert. 3
workflow_insert_workflow_scheduled_transition ./workflow.deprecated.inc Insert a new scheduled transition. Only one transition at a time (for now). @deprecated: workflow_insert_workflow_scheduled_transition() --> WorkflowScheduledTransition::save()
workflow_insert_workflow_type_map ./workflow.node.type_map.inc Given information, insert a new workflow_type_map. Returns data by ref. (like node_save). @TODO: why is this here instead of the admin_ui? 2
workflow_install ./workflow.install Implements hook_install().
workflow_load ./workflow.module Menu wild card loader {wildcard_name}_load for '%workflow'. Used by add-on modules, such as workflow_admin_ui.
workflow_menu ./workflow.module Implements hook_menu().
workflow_node_current_state ./workflow.module Get the current state of a given node. 10
workflow_node_delete ./workflow.node.inc Implements hook_node_delete().
workflow_node_form ./workflow.module Form builder. Add form widgets for workflow change to $form. 2
workflow_node_insert ./workflow.node.inc Implements hook_node_insert().
workflow_node_load ./workflow.node.inc Implements hook_node_load(). @TODO: Consider replacing with hook_entity_load().
workflow_node_previous_state ./workflow.module 2
workflow_node_tab_access Deprecated ./workflow.node.inc Wrapper function for workflow_tab_access after renaming workflow_node_tab_access() to workflow_tab_access(), since *_tab_access() is a Workflow functionality, not Node API.
workflow_node_update ./workflow.node.inc Implements hook_node_update().
workflow_node_view ./workflow.node.inc Implements hook_node_view().
workflow_notify_help workflow_notify/workflow_notify.module Implements hook_help().
workflow_notify_hook_info workflow_notify/workflow_notify.module Implements hook_hook_info().
workflow_notify_mail workflow_notify/workflow_notify.module Implements hook_mail(); Build email messages.
workflow_notify_menu workflow_notify/workflow_notify.module Implements hook_menu().
workflow_notify_og_form_alter workflow_notify/workflow_notify_og/workflow_notify_og.module Implements hook_form_alter(). Add a column for limiting user groups by OG group.
workflow_notify_og_form_submit workflow_notify/workflow_notify_og/workflow_notify_og.module Submission handler. 1
workflow_notify_og_install workflow_notify/workflow_notify_og/workflow_notify_og.install Implements hook_install().
workflow_notify_og_update_7000 workflow_notify/workflow_notify_og/workflow_notify_og.install Set weight for Workflow_Notify_OG.
workflow_notify_og_workflow_notify workflow_notify/workflow_notify_og/workflow_notify_og.module Implements hook_workflow_notify().
workflow_notify_permission workflow_notify/workflow_notify.module Implements hook_permission().
workflow_notify_settings_form workflow_notify/workflow_notify.admin.inc Settings form. 2
workflow_notify_settings_form_submit workflow_notify/workflow_notify.admin.inc
workflow_notify_theme workflow_notify/workflow_notify.module Implements hook_theme().
workflow_notify_workflow workflow_notify/workflow_notify.module Implements hook_workflow().
workflow_notify_workflow_operations workflow_notify/workflow_notify.module Implements hook_workflow_operations(). Add an action link to this module.
workflow_permission ./workflow.module Implements hook_permission().
workflow_requirements ./workflow.module Implements hook_requirements(). Let admins know that Workflow is in use.
workflow_revert_form workflow_revert/workflow_revert.module Menu callback to do the revert function. 1
workflow_revert_form_submit workflow_revert/workflow_revert.module
workflow_revert_menu workflow_revert/workflow_revert.module Implements hook_menu().
workflow_revert_permission workflow_revert/workflow_revert.module Implements hook_permission().
workflow_revert_rules_event_info workflow_revert/workflow_revert.module Implements hook_rules_event_info().
workflow_revert_workflow_history_alter workflow_revert/workflow_revert.module Implements hook_workflow_history_alter(). Add an 'undo' operation for the most recent history change.

Pages

Other projects