You are here

public function ContextInterface::setDescription in Context 8.0

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

Set the context description.

Parameters

string $description:

Return value

$this

1 method overrides ContextInterface::setDescription()
Context::setDescription in src/Entity/Context.php
Set the context description.

File

src/ContextInterface.php, line 71

Class

ContextInterface

Namespace

Drupal\context

Code

public function setDescription($description);