You are here

service ldap_sso.boot in LDAP Single Sign On 8.4

Same name and namespace in other branches
  1. 8 ldap_sso.services.yml \ldap_sso.boot

Class

Drupal\ldap_sso\LdapSsoBootSubscriber

Tags

  • event_subscriber

File

./ldap_sso.services.yml
ldap_sso.services.yml

View source
  1. class: Drupal\ldap_sso\LdapSsoBootSubscriber
  2. arguments:
  3. - '@config.factory'
  4. - '@request_stack'
  5. - '@path.current'
  6. - '@ldap.detail_log'
  7. - '@current_user'
  8. - '@redirect.destination'
  9. tags:
  10. - { name: event_subscriber }