public static function SessionCacheContext::getLabel

public static SessionCacheContext::getLabel()

File

core/lib/Drupal/Core/Cache/Context/SessionCacheContext.php, line 15

Class

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

Namespace

Drupal\Core\Cache\Context

Code

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

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Cache!Context!SessionCacheContext.php/function/SessionCacheContext::getLabel/8.1.x