You are here

constant WORKFLOW_CREATION_STATE in Workflow 8

@file Support workflows made up of arbitrary states.

3 uses of WORKFLOW_CREATION_STATE
WorkflowState::isCreationState in src/Entity/WorkflowState.php
Checks if the given state is the 'Create' state.
WorkflowState::__construct in src/Entity/WorkflowState.php
Constructor.
WorkflowStateListBuilder::submitForm in src/WorkflowStateListBuilder.php
Form submission handler.

File

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

Code

define('WORKFLOW_CREATION_STATE', 1);