public function ConfigPagesContextBase::getLabel in Config Pages 8
Same name and namespace in other branches
- 8.3 src/ConfigPagesContextBase.php \Drupal\config_pages\ConfigPagesContextBase::getLabel()
- 8.2 src/ConfigPagesContextBase.php \Drupal\config_pages\ConfigPagesContextBase::getLabel()
Return the label of the context.
Return value
string
Overrides ConfigPagesContextInterface::getLabel
File
- src/
ConfigPagesContextBase.php, line 14
Class
Namespace
Drupal\config_pagesCode
public function getLabel() {
return $this->pluginDefinition['label'];
}