public function WorkflowInterface::getCreationState in Workflow 8
Gets the initial state for a newly created entity.
1 method overrides WorkflowInterface::getCreationState()
- Workflow::getCreationState in src/
Entity/ Workflow.php - Gets the initial state for a newly created entity.
File
- src/
Entity/ WorkflowInterface.php, line 62
Class
- WorkflowInterface
- Defines a common interface for Workflow*Transition* objects.
Namespace
Drupal\workflow\EntityCode
public function getCreationState();