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

Breadcrumb

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

function UserCacheContext::getContext

Overrides CacheContextInterface::getContext

File

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

Class

UserCacheContext
Defines the UserCacheContext service, for "per user" caching.

Namespace

Drupal\Core\Cache\Context

Code

public function getContext() {
    return $this->user
        ->id();
}
RSS feed
Powered by Drupal