Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. CookiesCacheContext.php

function CookiesCacheContext::getCacheableMetadata

Overrides CalculatedCacheContextInterface::getCacheableMetadata

File

core/lib/Drupal/Core/Cache/Context/CookiesCacheContext.php, line 43

Class

CookiesCacheContext
Defines the CookiesCacheContext service, for "per cookie" caching.

Namespace

Drupal\Core\Cache\Context

Code

public function getCacheableMetadata($cookie = NULL) {
    return new CacheableMetadata();
}
RSS feed
Powered by Drupal