public function WorkflowInterface::getId in State Machine 8
Gets the workflow ID.
Return value
string The workflow ID.
1 method overrides WorkflowInterface::getId()
- Workflow::getId in src/
Plugin/ Workflow/ Workflow.php - Gets the workflow ID.
File
- src/
Plugin/ Workflow/ WorkflowInterface.php, line 18
Class
- WorkflowInterface
- Defines the interface for workflows.
Namespace
Drupal\state_machine\Plugin\WorkflowCode
public function getId();