7 calls to workflow_node_current_state() in Workflow 6
- workflow_execute_transition in ./
workflow.module - Execute a transition (change state of a node).
- workflow_field_choices in ./
workflow.module - Get the states current user can move to for a given node.
- workflow_form_alter in ./
workflow.module - Implementation of hook_form_alter().
- workflow_nodeapi in ./
workflow.module - Implementation of hook_nodeapi().
- workflow_rules_check_state in workflow_rules/
workflow_rules.module - Condition implementation: check state.
- workflow_tab_page in ./
workflow.pages.inc - Menu callback. Display workflow summary of a node.
- workflow_transition in ./
workflow.module - Validate target state and either execute a transition immediately or schedule a transition to be executed later by cron.