You are here

service group.permissions_hash_generator in Group 8

Same name and namespace in other branches
  1. 2.0.x group.services.yml \group.permissions_hash_generator

Class

Drupal\group\Access\GroupPermissionsHashGenerator

File

./group.services.yml
group.services.yml

View source
  1. class: Drupal\group\Access\GroupPermissionsHashGenerator
  2. arguments:
  3. - '@private_key'
  4. - '@cache.static'
  5. - '@group_permission.chain_calculator'