function UserCacheContextBase::__construct
Constructs a new UserCacheContextBase class.
Parameters
\Drupal\Core\Session\AccountInterface $user: The current user.
1 method overrides UserCacheContextBase::__construct()
- AccountPermissionsCacheContext::__construct in core/
lib/ Drupal/ Core/ Cache/ Context/ AccountPermissionsCacheContext.php  - Constructs a new UserCacheContext service.
 
File
- 
              core/
lib/ Drupal/ Core/ Cache/ Context/ UserCacheContextBase.php, line 29  
Class
- UserCacheContextBase
 - Base class for user-based cache contexts.
 
Namespace
Drupal\Core\Cache\ContextCode
public function __construct(AccountInterface $user) {
  $this->user = $user;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.