You are here

public function ContextDefinitionInterface::setLabel in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Component/Plugin/Context/ContextDefinitionInterface.php \Drupal\Component\Plugin\Context\ContextDefinitionInterface::setLabel()

Sets the human readable label.

Parameters

string $label: The label to set.

Return value

$this

1 method overrides ContextDefinitionInterface::setLabel()
ContextDefinition::setLabel in core/lib/Drupal/Core/Plugin/Context/ContextDefinition.php
Sets the human readable label.

File

core/lib/Drupal/Component/Plugin/Context/ContextDefinitionInterface.php, line 34
Contains \Drupal\Component\Plugin\Context\ContextDefinitionInterface.

Class

ContextDefinitionInterface
Interface for context definitions.

Namespace

Drupal\Component\Plugin\Context

Code

public function setLabel($label);