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