You are here

public function Context::getLabel in Context 8.0

Same name and namespace in other branches
  1. 8.4 src/Entity/Context.php \Drupal\context\Entity\Context::getLabel()
  2. 8 src/Entity/Context.php \Drupal\context\Entity\Context::getLabel()

Get the context label.

Return value

string

Overrides ContextInterface::getLabel

File

src/Entity/Context.php, line 161

Class

Context
Defines the Context entity.

Namespace

Drupal\context\Entity

Code

public function getLabel() {
  return $this->label;
}