You are here

constant WORKFLOW_ROLE_AUTHOR_RID in Workflow 7.2

Same name and namespace in other branches
  1. 8 workflow.module \WORKFLOW_ROLE_AUTHOR_RID
7 uses of WORKFLOW_ROLE_AUTHOR_RID
Workflow::rebuildRoles in includes/Entity/Workflow.php
WorkflowState::getTransitions in includes/Entity/WorkflowState.php
Returns the allowed transitions for the current state.
WorkflowTransition::execute in includes/Entity/WorkflowTransition.php
Execute a transition (change state of a node).
workflow_access_features_rebuild in workflow_access/workflow_access.features.inc
Implements hook_features_rebuild().
workflow_access_get_features_workflow_access_by_sid in workflow_access/workflow_access.features.inc
Get workflow_access object like below by state id.

... See full list

File

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

Code

define('WORKFLOW_ROLE_AUTHOR_RID', '-1');