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

Breadcrumb

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

function ProtocolVersionCacheContext::getContext

Overrides CacheContextInterface::getContext

File

core/lib/Drupal/Core/Cache/Context/ProtocolVersionCacheContext.php, line 27

Class

ProtocolVersionCacheContext
Defines the ProtocolVersionCacheContext service, for "per protocol" caching.

Namespace

Drupal\Core\Cache\Context

Code

public function getContext() {
    return $this->requestStack
        ->getCurrentRequest()
        ->getProtocolVersion();
}
RSS feed
Powered by Drupal