You are here

public static function SessionCacheContext::getLabel in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Cache/Context/SessionCacheContext.php \Drupal\Core\Cache\Context\SessionCacheContext::getLabel()

File

core/lib/Drupal/Core/Cache/Context/SessionCacheContext.php, line 20
Contains \Drupal\Core\Cache\Context\SessionCacheContext.

Class

SessionCacheContext
Defines the SessionCacheContext service, for "per session" caching.

Namespace

Drupal\Core\Cache\Context

Code

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