Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
SessionCacheContext.php
function 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\Context
Code
public static
function
getLabel
() {
return
t
(
'Session'
); }
RSS feed