function AccountPermissionsCacheContext::__construct
Constructs a new UserCacheContext service.
Parameters
\Drupal\Core\Session\AccountInterface $user: The current user.
\Drupal\Core\Session\PermissionsHashGeneratorInterface $permissions_hash_generator: The permissions hash generator.
Overrides UserCacheContextBase::__construct
File
- 
              core/
lib/ Drupal/ Core/ Cache/ Context/ AccountPermissionsCacheContext.php, line 30  
Class
- AccountPermissionsCacheContext
 - The account permission cache context for "per permission" caching.
 
Namespace
Drupal\Core\Cache\ContextCode
public function __construct(AccountInterface $user, PermissionsHashGeneratorInterface $permissions_hash_generator) {
  $this->user = $user;
  $this->permissionsHashGenerator = $permissions_hash_generator;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.