You are here

constant WORKFLOW_ROLE_AUTHOR_RID in Workflow 8

Same name and namespace in other branches
  1. 7.2 workflow.module \WORKFLOW_ROLE_AUTHOR_RID
4 uses of WORKFLOW_ROLE_AUTHOR_RID
WorkflowState::getTransitions in src/Entity/WorkflowState.php
Returns the allowed transitions for the current state.
WorkflowTransition::execute in src/Entity/WorkflowTransition.php
Execute a transition (change state of an entity).
WorkflowTransition::isAllowed in src/Entity/WorkflowTransition.php
Determines if the current transition between 2 states is allowed.
workflow_access_node_access_records in modules/workflow_access/workflow_access.module
Implements hook_node_access_records().

File

./workflow.module, line 21
Support workflows made up of arbitrary states.

Code

define('WORKFLOW_ROLE_AUTHOR_RID', 'workflow_author');