public function WorkflowInterface::getCreationSid in Workflow 7.2
Gets the ID of the initial state for a newly created entity.
1 method overrides WorkflowInterface::getCreationSid()
- Workflow::getCreationSid in includes/
Entity/ Workflow.php - Gets the ID of the initial state for a newly created entity.
File
- includes/
Entity/ WorkflowInterface.php, line 80 - Contains Drupal\workflow\Entity\WorkflowInterface.
Class
- WorkflowInterface
- Defines a common interface for Workflow*Transition* objects.
Code
public function getCreationSid();