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