public function ContextInterface::setDescription in Context 8.0
Same name and namespace in other branches
- 8.4 src/ContextInterface.php \Drupal\context\ContextInterface::setDescription()
- 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
Namespace
Drupal\contextCode
public function setDescription($description);