You are here

public function WorkflowGroupInterface::getLabel in State Machine 8

Gets the translated label.

Return value

string The translated label.

1 method overrides WorkflowGroupInterface::getLabel()
WorkflowGroup::getLabel in src/Plugin/WorkflowGroup/WorkflowGroup.php
Gets the translated label.

File

src/Plugin/WorkflowGroup/WorkflowGroupInterface.php, line 24

Class

WorkflowGroupInterface
Defines the interface for workflow groups.

Namespace

Drupal\state_machine\Plugin\WorkflowGroup

Code

public function getLabel();