Provides an interface for defining a calculated cache context service.
Hierarchy
- interface \Drupal\Core\Cache\Context\CalculatedCacheContextInterface
File
- core/lib/Drupal/Core/Cache/Context/CalculatedCacheContextInterface.php, line 8
Namespace
Drupal\Core\Cache\Context
Members
Name | Modifiers | Type | Description |
---|---|---|---|
CalculatedCacheContextInterface::getCacheableMetadata | public | function | Gets the cacheability metadata for the context based on the parameter value. |
CalculatedCacheContextInterface::getContext | public | function | Returns the string representation of the cache context. |
CalculatedCacheContextInterface::getLabel | public static | function | Returns the label of the cache context. |
Please login to continue.