function CalculatedCacheContextInterface::getLabel
Same name in other branches
- 9 core/lib/Drupal/Core/Cache/Context/CalculatedCacheContextInterface.php \Drupal\Core\Cache\Context\CalculatedCacheContextInterface::getLabel()
- 10 core/lib/Drupal/Core/Cache/Context/CalculatedCacheContextInterface.php \Drupal\Core\Cache\Context\CalculatedCacheContextInterface::getLabel()
- 11.x core/lib/Drupal/Core/Cache/Context/CalculatedCacheContextInterface.php \Drupal\Core\Cache\Context\CalculatedCacheContextInterface::getLabel()
Returns the label of the cache context.
Return value
string The label of the cache context.
See also
Cache
10 methods override CalculatedCacheContextInterface::getLabel()
- BazCacheContext::getLabel in core/
tests/ Drupal/ Tests/ Core/ Cache/ Context/ CacheContextsManagerTest.php - Returns the label of the cache context.
- 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.
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();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.