You are here

ldap_sso.services.yml in LDAP Single Sign On 8

Same filename and directory in other branches
  1. 8.4 ldap_sso.services.yml

File

ldap_sso.services.yml
View source
  1. services:
  2. logger.channel.ldap_sso:
  3. parent: logger.channel_base
  4. arguments: ['ldap_sso']
  5. ldap_sso.boot:
  6. class: Drupal\ldap_sso\LdapSsoBootSubscriber
  7. arguments: ['@logger.channel.ldap_sso', '@config.factory', '@path.current', '@ldap.detail_log', '@current_user', '@redirect.destination']
  8. tags:
  9. - { name: 'event_subscriber' }