public function ContextInterface::getName in Context 8.0
Same name and namespace in other branches
- 8.4 src/ContextInterface.php \Drupal\context\ContextInterface::getName()
- 8 src/ContextInterface.php \Drupal\context\ContextInterface::getName()
Get the machine name of the context.
Return value
string
1 method overrides ContextInterface::getName()
- Context::getName in src/
Entity/ Context.php - Get the machine name of the context.
File
- src/
ContextInterface.php, line 30
Class
Namespace
Drupal\contextCode
public function getName();