function ContextDefinition::getLabel
Gets a human readable label.
Return value
string The label.
Overrides ContextDefinitionInterface::getLabel
File
-
core/
lib/ Drupal/ Core/ Plugin/ Context/ ContextDefinition.php, line 140
Class
- ContextDefinition
- Defines a class for context definitions.
Namespace
Drupal\Core\Plugin\ContextCode
public function getLabel() {
return $this->label;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.