constant WORKFLOW_CREATION_STATE_NAME in Workflow 8
Same name and namespace in other branches
- 7.2 workflow.module \WORKFLOW_CREATION_STATE_NAME
3 uses of WORKFLOW_CREATION_STATE_NAME
- Workflow::getCreationState in src/
Entity/ Workflow.php - Gets the initial state for a newly created entity.
- WorkflowState::save in src/
Entity/ WorkflowState.php - Saves an entity permanently.
- WorkflowState::__construct in src/
Entity/ WorkflowState.php - Constructor.
File
- ./
workflow.module, line 12 - Support workflows made up of arbitrary states.
Code
define('WORKFLOW_CREATION_STATE_NAME', 'creation');