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