You are here

10 calls to workflow_node_current_state() in Workflow 7

WorkflowDefaultWidget::submit in includes/Field/WorkflowDefaultWidget.php
workflow_cron in ./workflow.module
Implements hook_cron().
workflow_execute_transition in ./workflow.module
Execute a transition (change state of a node). @deprecated: workflow_execute_transition() --> WorkflowTransition::execute().
workflow_field_choices in ./workflow.node.inc
Get the states current user can move to for a given node.
workflow_node_view in ./workflow.node.inc
Implements hook_node_view().
workflow_tab_page in ./workflow.pages.inc
Menu callback. Display workflow summary of a node.
_workflow_form_alter in ./workflow.node.inc
Used to Implement hook_form_alter(). Is now a subfunction of workflow_form_BASE_FORM_ID_alter(). This is more performant, since it is called only on form with correct BASE_FORM_ID.
_workflow_rules_field_set_state in workflow_rules/workflow_rules.rules.inc
Action implementation: set current state, ignoring current user permission.
_workflow_rules_workflow_check_state in workflow_rules/workflow_rules.rules.inc
Condition implementation: check current state.
_workflow_rules_workflow_check_transition in workflow_rules/workflow_rules.rules.inc
Condition implementation: check state transition.