You are here

public function ConfigPagesContextBase::getLabel in Config Pages 8.3

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

Get the label of the context.

Return value

string Return the label of the context.

Overrides ConfigPagesContextInterface::getLabel

1 method overrides ConfigPagesContextBase::getLabel()
Language::getLabel in src/Plugin/ConfigPagesContext/Language.php
Get the label of the context.

File

src/ConfigPagesContextBase.php, line 29

Class

ConfigPagesContextBase
Class ConfigPagesContextBase.

Namespace

Drupal\config_pages

Code

public function getLabel() {
  return $this->pluginDefinition['label'];
}