You are here

drupalauth4ssp.services.yml in DrupalAuth for SimpleSAMLphp 8

File

drupalauth4ssp.services.yml
View source
  1. services:
  2. config:
  3. class: Drupal\drupalauth4ssp\Config
  4. arguments: ['@config.factory']
  5. drupalauth4ssp.event_subscriber:
  6. class: Drupal\drupalauth4ssp\EventSubscriber\DrupalAuthForSSPSubscriber
  7. arguments: ['@current_user']
  8. tags:
  9. - { name: event_subscriber }