You are here

service simplesamlphp_auth_event_subscriber in simpleSAMLphp Authentication 8.3

Class

Drupal\simplesamlphp_auth\EventSubscriber\SimplesamlSubscriber

Tags

  • event_subscriber

File

./simplesamlphp_auth.services.yml
simplesamlphp_auth.services.yml

View source
  1. class: Drupal\simplesamlphp_auth\EventSubscriber\SimplesamlSubscriber
  2. arguments:
  3. - '@simplesamlphp_auth.manager'
  4. - '@current_user'
  5. - '@config.factory'
  6. - '@logger.channel.simplesamlphp_auth'
  7. - '@current_route_match'
  8. tags:
  9. - { name: event_subscriber }