public static CacheContextInterface::getLabel()
Returns the label of the cache context.
Return value
string The label of the cache context.
File
- core/lib/Drupal/Core/Cache/Context/CacheContextInterface.php, line 16
Class
- CacheContextInterface
- Provides an interface for defining a cache context service.
Namespace
Drupal\Core\Cache\Context
Code
public static function getLabel();
Please login to continue.