You are here

service samlauth.event_subscriber.user_sync in SAML Authentication 4.x

Same name and namespace in other branches
  1. 8.3 samlauth.services.yml \samlauth.event_subscriber.user_sync
  2. 8.2 samlauth.services.yml \samlauth.event_subscriber.user_sync

Class

Drupal\samlauth\EventSubscriber\UserSyncEventSubscriber

Tags

  • event_subscriber

File

./samlauth.services.yml
samlauth.services.yml

View source
  1. class: Drupal\samlauth\EventSubscriber\UserSyncEventSubscriber
  2. arguments:
  3. - '@config.factory'
  4. - '@entity_type.manager'
  5. - '@typed_data_manager'
  6. - '@email.validator'
  7. - '@logger.channel.samlauth'
  8. - '@messenger'
  9. - '@string_translation'
  10. tags:
  11. - { name: event_subscriber }