You are here

service protected_pages.check_protected_page in Protected Pages 8

Class

Drupal\protected_pages\EventSubscriber\ProtectedPagesSubscriber

Tags

  • event_subscriber

File

./protected_pages.services.yml
protected_pages.services.yml

View source
  1. class: Drupal\protected_pages\EventSubscriber\ProtectedPagesSubscriber
  2. arguments:
  3. - '@path_alias.manager'
  4. - '@current_user'
  5. - '@path.current'
  6. - '@redirect.destination'
  7. - '@request_stack'
  8. - '@protected_pages.storage'
  9. - '@page_cache_kill_switch'
  10. tags:
  11. - { name: event_subscriber }