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