public static function HighContrastCacheContext::getLabel in High contrast 8
Returns the label of the cache context.
Return value
string The label of the cache context.
Overrides CacheContextInterface::getLabel
File
- src/
Cache/ Context/ HighContrastCacheContext.php, line 19
Class
- HighContrastCacheContext
- Defines the HighContrastCacheContext service.
Namespace
Drupal\high_contrast\Cache\ContextCode
public static function getLabel() {
return t('High contrast');
}