You are here

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

Same name and namespace in other branches
  1. 8.3 modules/samlauth_user_fields/samlauth_user_fields.services.yml \samlauth_user_fields.event_subscriber.user_sync

Class

Drupal\samlauth_user_fields\EventSubscriber\UserFieldsEventSubscriber

Tags

  • event_subscriber

File

modules/samlauth_user_fields/samlauth_user_fields.services.yml
modules/samlauth_user_fields/samlauth_user_fields.services.yml

View source
  1. class: Drupal\samlauth_user_fields\EventSubscriber\UserFieldsEventSubscriber
  2. arguments:
  3. - '@config.factory'
  4. - '@logger.channel.samlauth'
  5. - '@typed_data_manager'
  6. - '@entity_type.manager'
  7. tags:
  8. - { name: event_subscriber }