public static function SessionCacheContext::getLabel in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Cache/Context/SessionCacheContext.php \Drupal\Core\Cache\Context\SessionCacheContext::getLabel()
- 9 core/lib/Drupal/Core/Cache/Context/SessionCacheContext.php \Drupal\Core\Cache\Context\SessionCacheContext::getLabel()
File
- core/
lib/ Drupal/ Core/ Cache/ Context/ SessionCacheContext.php, line 17
Class
- SessionCacheContext
- Defines the SessionCacheContext service, for "per session" caching.
Namespace
Drupal\Core\Cache\ContextCode
public static function getLabel() {
return t('Session');
}