public function Context::getDescription in Context 8
Same name and namespace in other branches
- 8.4 src/Entity/Context.php \Drupal\context\Entity\Context::getDescription()
- 8.0 src/Entity/Context.php \Drupal\context\Entity\Context::getDescription()
Get the context description.
Return value
string
Overrides ContextInterface::getDescription
File
- src/
Entity/ Context.php, line 184
Class
- Context
- Defines the Context entity.
Namespace
Drupal\context\EntityCode
public function getDescription() {
return $this->description;
}