samlauth_user_fields.services.yml in SAML Authentication 8.3
Same filename and directory in other branches
modules/samlauth_user_fields/samlauth_user_fields.services.yml
File
modules/samlauth_user_fields/samlauth_user_fields.services.ymlView source
- services:
- samlauth_user_fields.event_subscriber.user_sync:
- class: Drupal\samlauth_user_fields\EventSubscriber\UserFieldsEventSubscriber
- arguments: ['@config.factory', '@logger.channel.samlauth', '@typed_data_manager', '@entity_type.manager']
- tags:
- - {name: event_subscriber}