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