You are here

10 calls to workflow_node_current_state() in Workflow 8

hook_form_workflow_transition_form_alter in ./workflow.api.php
Implements hook_form_BASE_FORM_ID_alter().
WorkflowDefaultWidget::formElement in src/Plugin/Field/FieldWidget/WorkflowDefaultWidget.php
Be careful: Widget may be shown in very different places. Test carefully!!
WorkflowItem::getSettableOptions in src/Plugin/Field/FieldType/WorkflowItem.php
Returns an array of settable values with labels for display.
WorkflowManager::executeScheduledTransitionsBetween in src/Entity/WorkflowManager.php
Given a time frame, execute all scheduled transitions.
WorkflowManager::getWorkflowTransitionForm in src/Entity/WorkflowManager.php
Gets the TransitionWidget in a form (for e.g., Workflow History Tab)
WorkflowStateActionBase::getTransitionForExecution in src/Plugin/Action/WorkflowStateActionBase.php
WorkflowTransitionListBuilder::buildRow in src/WorkflowTransitionListBuilder.php
Builds a row for an entity in the entity listing.
WorkflowTransitionRevertForm::prepareRevertedTransition in src/Form/WorkflowTransitionRevertForm.php
Prepares a transition to be reverted.
workflow_access_node_access_records in modules/workflow_access/workflow_access.module
Implements hook_node_access_records().
workflow_state_formatter in ./workflow.field.inc
Creates a form element to show the current value of a Workflow state.