You are here

public static function CalculatedCacheContextInterface::getLabel in Drupal 9

Same name and namespace in other branches
  1. 8 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.

... See full list

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\Context

Code

public static function getLabel();