You are here

public function Workflow::getGroup in State Machine 8

Gets the workflow group.

Return value

string The workflow group.

Overrides WorkflowInterface::getGroup

1 call to Workflow::getGroup()
Workflow::isTransitionAllowed in src/Plugin/Workflow/Workflow.php
Gets whether the given transition is allowed.

File

src/Plugin/Workflow/Workflow.php, line 97

Class

Workflow
Defines the class for workflows.

Namespace

Drupal\state_machine\Plugin\Workflow

Code

public function getGroup() {
  return $this->pluginDefinition['group'];
}