You are here

public function ContextInterface::setDescription in Context 8.4

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

Set the context description.

Parameters

string $description: The new description to set.

Return value

$this This Context object.

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

File

src/ContextInterface.php, line 81

Class

ContextInterface
Provides an interface for Context.

Namespace

Drupal\context

Code

public function setDescription($description);