You are here

public function ConfigPagesContextInterface::getLabel in Config Pages 8

Same name and namespace in other branches
  1. 8.3 src/ConfigPagesContextInterface.php \Drupal\config_pages\ConfigPagesContextInterface::getLabel()
  2. 8.2 src/ConfigPagesContextInterface.php \Drupal\config_pages\ConfigPagesContextInterface::getLabel()

Return the label of the context.

Return value

string

1 method overrides ConfigPagesContextInterface::getLabel()
ConfigPagesContextBase::getLabel in src/ConfigPagesContextBase.php
Return the label of the context.

File

src/ConfigPagesContextInterface.php, line 14

Class

ConfigPagesContextInterface

Namespace

Drupal\config_pages

Code

public function getLabel();