public function WorkflowTransition::getId in State Machine 8
Gets the ID.
Return value
string The ID.
File
- src/
Plugin/ Workflow/ WorkflowTransition.php, line 63
Class
- WorkflowTransition
- Defines the class for workflow transitions.
Namespace
Drupal\state_machine\Plugin\WorkflowCode
public function getId() {
return $this->id;
}