function CalculatedCacheContextInterface::getLabel
Returns the label of the cache context.
Return value
string The label of the cache context.
See also
Cache
9 methods override CalculatedCacheContextInterface::getLabel()
- CookiesCacheContext::getLabel in core/
lib/ Drupal/ Core/ Cache/ Context/ CookiesCacheContext.php - Returns the label of the cache context.
- HeadersCacheContext::getLabel in core/
lib/ Drupal/ Core/ Cache/ Context/ HeadersCacheContext.php - Returns the label of the cache context.
- LanguagesCacheContext::getLabel in core/
lib/ Drupal/ Core/ Cache/ Context/ LanguagesCacheContext.php - Returns the label of the cache context.
- LayoutBuilderIsActiveCacheContext::getLabel in core/
modules/ layout_builder/ src/ Cache/ LayoutBuilderIsActiveCacheContext.php - Returns the label of the cache context.
- MenuActiveTrailsCacheContext::getLabel in core/
lib/ Drupal/ Core/ Cache/ Context/ MenuActiveTrailsCacheContext.php - Returns the label of the cache context.
File
-
core/
lib/ Drupal/ Core/ Cache/ Context/ CalculatedCacheContextInterface.php, line 18
Class
- CalculatedCacheContextInterface
- Provides an interface for defining a calculated cache context service.
Namespace
Drupal\Core\Cache\ContextCode
public static function getLabel();