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