function RouteCacheContext::getLabel
Same name in other branches
- 9 core/lib/Drupal/Core/Cache/Context/RouteCacheContext.php \Drupal\Core\Cache\Context\RouteCacheContext::getLabel()
- 8.9.x core/lib/Drupal/Core/Cache/Context/RouteCacheContext.php \Drupal\Core\Cache\Context\RouteCacheContext::getLabel()
- 11.x core/lib/Drupal/Core/Cache/Context/RouteCacheContext.php \Drupal\Core\Cache\Context\RouteCacheContext::getLabel()
Overrides CacheContextInterface::getLabel
1 method overrides RouteCacheContext::getLabel()
- RouteNameCacheContext::getLabel in core/
lib/ Drupal/ Core/ Cache/ Context/ RouteNameCacheContext.php - Returns the label of the cache context.
File
-
core/
lib/ Drupal/ Core/ Cache/ Context/ RouteCacheContext.php, line 35
Class
- RouteCacheContext
- Defines the RouteCacheContext service, for "per route" caching.
Namespace
Drupal\Core\Cache\ContextCode
public static function getLabel() {
return t('Route');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.