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

Breadcrumb

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

function LanguagesCacheContext::getCacheableMetadata

Overrides CalculatedCacheContextInterface::getCacheableMetadata

File

core/lib/Drupal/Core/Cache/Context/LanguagesCacheContext.php, line 76

Class

LanguagesCacheContext
Defines the LanguagesCacheContext service, for "per language" caching.

Namespace

Drupal\Core\Cache\Context

Code

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