You are here

public static function WorkspaceCacheContext::getLabel in Workspace 8.2

Returns the label of the cache context.

Return value

string The label of the cache context.

Overrides CacheContextInterface::getLabel

File

src/WorkspaceCacheContext.php, line 35

Class

WorkspaceCacheContext
Defines the WorkspaceCacheContext service, for "per workspace" caching.

Namespace

Drupal\workspace

Code

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