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

Breadcrumb

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

function SessionExistsCacheContext::getCacheableMetadata

Overrides CacheContextInterface::getCacheableMetadata

File

core/lib/Drupal/Core/Cache/Context/SessionExistsCacheContext.php, line 60

Class

SessionExistsCacheContext
Defines the SessionExistsCacheContext service, for "session or not" caching.

Namespace

Drupal\Core\Cache\Context

Code

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