public function ContextInterface::getDescription in Context 8.4
Same name and namespace in other branches
- 8 src/ContextInterface.php \Drupal\context\ContextInterface::getDescription()
- 8.0 src/ContextInterface.php \Drupal\context\ContextInterface::getDescription()
Get the context description.
Return value
string The context description.
1 method overrides ContextInterface::getDescription()
- Context::getDescription in src/
Entity/ Context.php - Get the context description.
File
- src/
ContextInterface.php, line 70
Class
- ContextInterface
- Provides an interface for Context.
Namespace
Drupal\contextCode
public function getDescription();