Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
UserCacheContext.php
function UserCacheContext::getLabel
Overrides
CacheContextInterface::getLabel
File
core/
lib/
Drupal/
Core/
Cache/
Context/
UserCacheContext.php
, line 17
Class
UserCacheContext
Defines the UserCacheContext service, for "per user" caching.
Namespace
Drupal\Core\Cache\Context
Code
public static
function
getLabel
() {
return
t
(
'User'
); }
RSS feed