You are here

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\multiversion

Code

public static function getLabel() {
  return t('Workspace');
}