function WorkflowTypeInterface::label

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()
  3. 11.x 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();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.