You are here

service samlauth_user_roles.event_subscriber in SAML Authentication 4.x

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

Class

Drupal\samlauth_user_roles\EventSubscriber\UserRolesEventSubscriber

Tags

  • event_subscriber

File

modules/samlauth_user_roles/samlauth_user_roles.services.yml
modules/samlauth_user_roles/samlauth_user_roles.services.yml

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