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