function AccessPolicyProcessor::__construct

File

core/lib/Drupal/Core/Session/AccessPolicyProcessor.php, line 21

Class

AccessPolicyProcessor
Processes access policies into permissions for an account.

Namespace

Drupal\Core\Session

Code

public function __construct(protected VariationCacheInterface $variationCache, protected VariationCacheInterface $variationStatic, protected CacheBackendInterface $static, protected AccountProxyInterface $currentUser, protected AccountSwitcherInterface $accountSwitcher) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.