You are here

constant WORKFLOW_CREATION in Workflow 7

Same name and namespace in other branches
  1. 5.2 workflow.module \WORKFLOW_CREATION
  2. 5 workflow.module \WORKFLOW_CREATION
  3. 6.2 workflow.module \WORKFLOW_CREATION
  4. 6 workflow.module \WORKFLOW_CREATION
  5. 7.2 workflow.module \WORKFLOW_CREATION

@file Support workflows made up of arbitrary states.

6 uses of WORKFLOW_CREATION
Workflow::getWorkflows in includes/Entity/Workflow.php
Workflow::save in includes/Entity/Workflow.php
Given information, update or insert a new workflow.
WorkflowState::getOptions in includes/Entity/WorkflowState.php
Returns the allowed values for the current state.
WorkflowState::isCreationState in includes/Entity/WorkflowState.php
workflow_field_choices in ./workflow.node.inc
Get the states current user can move to for a given node.

... See full list

File

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

Code

define('WORKFLOW_CREATION', 1);