access_policy_processor

Class

Drupal\Core\Session\AccessPolicyProcessor

Tags

  • service_collector
2 string references to access_policy_processor
PermissionChecker::__construct in core/lib/Drupal/Core/Session/PermissionChecker.php
PermissionsHashGenerator::__construct in core/lib/Drupal/Core/Session/PermissionsHashGenerator.php
Constructs a PermissionsHashGenerator object.

File

core/core.services.yml

View source
  1. class: Drupal\Core\Session\AccessPolicyProcessor
  2. arguments:
  3. - '@variation_cache.access_policy'
  4. - '@variation_cache.access_policy_memory'
  5. - '@cache.access_policy_memory'
  6. - '@current_user'
  7. - '@account_switcher'
  8. tags:
  9. - { name: service_collector, call: addAccessPolicy, tag: access_policy }

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