You are here

Functions in State Machine 7

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_state_flow_plugins modules/state_flow/state_flow.api.php Implements hook_state_flow_plugins().
state_flow_access modules/state_flow/state_flow.module Determine whether a user has permission to transition a node with an event. 4
state_flow_admin_paths modules/state_flow/state_flow.module Implements hook_admin_paths().
state_flow_ctools_plugin_directory modules/state_flow/state_flow.module Implements hook_ctools_plugin_directory().
state_flow_ctools_plugin_type modules/state_flow/state_flow.module Implements hook_ctools_plugin_type().
state_flow_entity_get_state modules/state_flow/state_flow.module Getter callback for the "state" property on node bundles using workflow. 1
state_flow_entity_property_info_alter modules/state_flow/state_flow.module Implements hook_entity_property_info_alter().
state_flow_events modules/state_flow/state_flow.pages.inc Page callback for a node's Workflow page. 1
state_flow_events_revision modules/state_flow/state_flow.pages.inc Form builder for the node revision workflow transition form. 1
state_flow_events_revisions_access modules/state_flow/state_flow.module Menu access callback for the node revision workflow transition page. 1
state_flow_events_revision_submit modules/state_flow/state_flow.pages.inc Form submission callback for state_flow_events_revision.
state_flow_get_history modules/state_flow/state_flow.module Retrieve the states history for a node. 1
state_flow_get_revisions modules/state_flow/state_flow.module Helper function to return all node_revision_states records for a node. 1
state_flow_install modules/state_flow/state_flow.install Implements hook_install().
state_flow_invoke_event_handlers modules/state_flow/state_flow.module Inform external systems about a workflow transition. 1
state_flow_live_revision modules/state_flow/state_flow.module Helper function to return node_revision_states records for all published revisions of a node. 1
state_flow_load_state_machine modules/state_flow/state_flow.module Load the state_flow state_machine for the given node. 11
state_flow_menu modules/state_flow/state_flow.module Implements hook_menu().
state_flow_menu_node_access modules/state_flow/state_flow.module Menu access callback for accessing the node workflow pages. 3 1
state_flow_node_delete modules/state_flow/state_flow.module Implements hook_node_delete().
state_flow_node_insert modules/state_flow/state_flow.module Implements hook_node_insert().
state_flow_node_presave modules/state_flow/state_flow.module Implements hook_node_presave().
state_flow_node_revision_delete modules/state_flow/state_flow.module Implements hook_node_revision_delete().
state_flow_node_update modules/state_flow/state_flow.module Implements hook_node_update().
state_flow_permission modules/state_flow/state_flow.module Implements hook_permission().
state_flow_prevent_live_revision modules/state_flow/state_flow.module Checks whether the version of the node being saved is in the published state, and if not, re-saves the latest published revision. 1
state_flow_promote_node_revision modules/state_flow/state_flow.module Promote a node revision to be the most current by loading and re-saving it. If the given node revision is not the most recent, then re-save it as a new revision. Also update related metadata from the node, node_revision, node_revision_states, and… 2
state_flow_rules_condition_info modules/state_flow/state_flow.rules.inc Implements hook_rules_condition_info().
state_flow_rules_condition_node_is_state modules/state_flow/state_flow.rules.inc Callback for the "Content is in state" Rules condition. 1
state_flow_rules_event_info modules/state_flow/state_flow.rules.inc Implements hook_rules_event_info().
state_flow_schema modules/state_flow/state_flow.install Implements hook_schema().
state_flow_state_flow_plugins modules/state_flow/state_flow.module Implements hook_state_flow_plugins().
state_flow_update_7001 modules/state_flow/state_flow.install Implements hook_update_N().
state_flow_views_api modules/state_flow/state_flow.module Implements hook_views_api().
state_flow_views_data modules/state_flow/includes/views/state_flow.views.inc Implements hook_views_data().
state_machine_load_class_file ./state_machine.module Class file loader for base.inc. 2

Other projects