You are here

public function ContextDefinitionInterface::setLabel in Plug 7

Sets the human readable label.

Parameters

string $label: The label to set.

Return value

$this

File

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);