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
Namespace
Drupal\purl\Cache\ContextCode
public static function getLabel() {
return t('PURL Context');
}