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

Breadcrumb

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

function UrlCacheContext::getContext

Overrides CacheContextInterface::getContext

File

core/lib/Drupal/Core/Cache/Context/UrlCacheContext.php, line 24

Class

UrlCacheContext
Defines the UrlCacheContext service, for "per page" caching.

Namespace

Drupal\Core\Cache\Context

Code

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