public function Context::getDescription in Context 8.4
Same name and namespace in other branches
- 8 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 The context description.
Overrides ContextInterface::getDescription
File
- src/
Entity/ Context.php, line 187
Class
- Context
- Defines the Context entity.
Namespace
Drupal\context\EntityCode
public function getDescription() {
return $this->description;
}