You are here

public function WorkflowInterface::getCreationState in Workflow 7.2

Gets the initial state for a newly created entity.

1 method overrides WorkflowInterface::getCreationState()
Workflow::getCreationState in includes/Entity/Workflow.php
Gets the initial state for a newly created entity.

File

includes/Entity/WorkflowInterface.php, line 75
Contains Drupal\workflow\Entity\WorkflowInterface.

Class

WorkflowInterface
Defines a common interface for Workflow*Transition* objects.

Code

public function getCreationState();