You are here

public function ContextInterface::getLabel in Context 8.4

Same name and namespace in other branches
  1. 8 src/ContextInterface.php \Drupal\context\ContextInterface::getLabel()
  2. 8.0 src/ContextInterface.php \Drupal\context\ContextInterface::getLabel()

Get the context label.

Return value

string The context label.

1 method overrides ContextInterface::getLabel()
Context::getLabel in src/Entity/Context.php
Get the context label.

File

src/ContextInterface.php, line 51

Class

ContextInterface
Provides an interface for Context.

Namespace

Drupal\context

Code

public function getLabel();