You are here

public function WorkflowTypeInterface::label in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/workflows/src/WorkflowTypeInterface.php \Drupal\workflows\WorkflowTypeInterface::label()
  2. 10 core/modules/workflows/src/WorkflowTypeInterface.php \Drupal\workflows\WorkflowTypeInterface::label()

Gets the label for the workflow type.

Return value

string The workflow type label.

1 method overrides WorkflowTypeInterface::label()
WorkflowTypeBase::label in core/modules/workflows/src/Plugin/WorkflowTypeBase.php
Gets the label for the workflow type.

File

core/modules/workflows/src/WorkflowTypeInterface.php, line 27

Class

WorkflowTypeInterface
An interface for Workflow type plugins.

Namespace

Drupal\workflows

Code

public function label();