function CalculatedCacheContextInterface::getLabel

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

2 methods override CalculatedCacheContextInterface::getLabel()
LayoutBuilderIsActiveCacheContext::getLabel in core/modules/layout_builder/src/Cache/LayoutBuilderIsActiveCacheContext.php
Returns the label of the cache context.
PagersCacheContext::getLabel in core/lib/Drupal/Core/Cache/Context/PagersCacheContext.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\Context

Code

public static function getLabel();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.