You are here

22 calls to workflow_node_current_state() in Workflow 7.2

hook_form_workflow_transition_form_alter in ./workflow.api.php
Implements hook_form_BASE_FORM_ID_alter().
Workflow::getNextSid in includes/Entity/Workflow.php
Returns the next state for the current state.
workflowfield_field_formatter_view in workflow_field/workflowfield.formatter.inc
Implements hook_field_formatter_view().
workflowfield_options_list in workflow_field/workflowfield.field.inc
Implements hook_options_list().
workflownode_node_view in workflow_node/workflownode.module
Implements hook_node_view().
workflownode_tokens in workflow_node/workflownode.tokens.inc
Implements hook_tokens().
WorkflowTransitionForm::buildForm in includes/Form/WorkflowTransitionForm.php
_state
workflow_access_node_access_records in workflow_access/workflow_access.module
Implements hook_node_access_records().
workflow_block_view in ./workflow.block.inc
Implements hook_block_view().
workflow_cron in ./workflow.module
Implements hook_cron().
workflow_execute_transition in ./workflow.module
Executes a transition (change state of a node), from outside the node, e.g., workflow_cron().
workflow_field_choices in ./workflow.deprecated.inc
Get the states current user can move to for a given node.
workflow_revert_form_submit in workflow_revert/workflow_revert.pages.inc
Submit callback function.
workflow_search_api_property_workflow_state_getter_callback in workflow_search_api/workflow_search_api.module
Getter callback for workflow state defined in workflow_search_api_entity_property_info_alter.
workflow_state_formatter in ./workflow.module
Creates a form element to show the current value of a Workflow state.
workflow_tab_page in ./workflow.pages.inc
Menu callback. Display workflow summary of a node.
workflow_vbo_given_state_action in workflow_vbo/actions/given.action.inc
Implements a Drupal action. Move a node to a specified state in the workflow.
workflow_vbo_given_state_action_form in workflow_vbo/actions/given.action.inc
Configuration form for "Change workflow state of post to new state" action.
workflow_vbo_next_state_action in workflow_vbo/actions/next.action.inc
Implements a Drupal action. Move a node to the next state in the workflow.
_workflow_notify_entity_update in workflow_notify/workflow_notify.module
Calls drupal_mail via _workflow_notify() for Workflow Field;
_workflow_rules_node_check_state in workflow_rules/workflow_rules.rules-callback.inc
Condition implementation: check current state for Workflow Node API.
_workflow_rules_set_state in workflow_rules/workflow_rules.rules-callback.inc
Action implementation: set current state, ignoring current user permission.