You are here

service pages_restriction.event_subscriber in Pages Restriction Access 8

Class

Drupal\pages_restriction\Event\PagesRestrictionSubscriber

Tags

  • event_subscriber

File

./pages_restriction.services.yml
pages_restriction.services.yml

View source
  1. class: Drupal\pages_restriction\Event\PagesRestrictionSubscriber
  2. arguments:
  3. - '@config.factory'
  4. - '@request_stack'
  5. - '@path.matcher'
  6. - '@pages_restriction.helper'
  7. - '@current_user'
  8. - '@session'
  9. - '@path.current'
  10. - '@path_alias.manager'
  11. tags:
  12. - { name: event_subscriber, priority: 210 }