public static function WorkspaceCacheContext::getLabel in Multiversion 8
Returns the label of the cache context.
Return value
string The label of the cache context.
Overrides CacheContextInterface::getLabel
File
- src/
WorkspaceCacheContext.php, line 36
Class
- WorkspaceCacheContext
- Defines the WorkspaceCacheContext service, for "per workspace" caching.
Namespace
Drupal\multiversionCode
public static function getLabel() {
return t('Workspace');
}