public function WorkflowGroupInterface::getWorkflowClass in State Machine 8
Gets the workflow class.
By default all workflows use the same class. A group can choose to override the class for its workflows, to satisfy advanced use cases.
Return value
string The workflow class.
1 method overrides WorkflowGroupInterface::getWorkflowClass()
- WorkflowGroup::getWorkflowClass in src/
Plugin/ WorkflowGroup/ WorkflowGroup.php - Gets the workflow class.
File
- src/
Plugin/ WorkflowGroup/ WorkflowGroupInterface.php, line 45
Class
- WorkflowGroupInterface
- Defines the interface for workflow groups.
Namespace
Drupal\state_machine\Plugin\WorkflowGroupCode
public function getWorkflowClass();