public function WorkflowGroup::getId in State Machine 8
Gets the workflow group ID.
Return value
string The workflow group ID.
Overrides WorkflowGroupInterface::getId
File
- src/
Plugin/ WorkflowGroup/ WorkflowGroup.php, line 15
Class
- WorkflowGroup
- Defines the class for workflow groups.
Namespace
Drupal\state_machine\Plugin\WorkflowGroupCode
public function getId() {
return $this->pluginDefinition['id'];
}