You are here

samlauth_user_fields.services.yml in SAML Authentication 4.x

Same filename and directory in other branches
  1. 8.3 modules/samlauth_user_fields/samlauth_user_fields.services.yml
modules/samlauth_user_fields/samlauth_user_fields.services.yml

File

modules/samlauth_user_fields/samlauth_user_fields.services.yml
View source
  1. services:
  2. samlauth_user_fields.event_subscriber.user_sync:
  3. class: Drupal\samlauth_user_fields\EventSubscriber\UserFieldsEventSubscriber
  4. arguments: ['@config.factory', '@logger.channel.samlauth', '@typed_data_manager', '@entity_type.manager']
  5. tags:
  6. - {name: event_subscriber}