You are here

public static function PurlCacheContext::getLabel in Persistent URL 8

Returns the label of the cache context.

Return value

string The label of the cache context.

Overrides CacheContextInterface::getLabel

File

src/Cache/Context/PurlCacheContext.php, line 23

Class

PurlCacheContext

Namespace

Drupal\purl\Cache\Context

Code

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