11 calls to workflow_current_user() in Workflow 8
- WorkflowAccessControlHandler::access in src/
WorkflowAccessControlHandler.php - Checks access to an operation on a given entity or entity translation.
- WorkflowDefaultWidget::massageFormValues in src/
Plugin/ Field/ FieldWidget/ WorkflowDefaultWidget.php - Implements workflow_transition() -> WorkflowDefaultWidget::submit().
- WorkflowItem::getPossibleOptions in src/
Plugin/ Field/ FieldType/ WorkflowItem.php - Returns an array of possible values with labels for display.
- WorkflowItem::getSettableOptions in src/
Plugin/ Field/ FieldType/ WorkflowItem.php - Returns an array of settable values with labels for display.
- WorkflowManager::executeTransitionsOfEntity in src/
Entity/ WorkflowManager.php - Execute a single transition for the given entity.
- WorkflowState::getTransitions in src/
Entity/ WorkflowState.php - Returns the allowed transitions for the current state.
- WorkflowStateActionBase::buildConfigurationForm in src/
Plugin/ Action/ WorkflowStateActionBase.php - Form constructor.
- WorkflowStateActionBase::getTransitionForExecution in src/
Plugin/ Action/ WorkflowStateActionBase.php - WorkflowTransitionElement::copyFormValuesToTransition in src/
Element/ WorkflowTransitionElement.php - Implements ContentEntityForm::copyFormValuesToEntity().
- workflow_entity_operation in ./
workflow.entity.inc - @inheritdoc
- workflow_get_workflow_state_names in ./
workflow.module - Get an options list for workflow states.