You are here

protected property UserRolesEventSubscriber::$entityTypeManager in SAML Authentication 4.x

Same name and namespace in other branches
  1. 8.3 modules/samlauth_user_roles/src/EventSubscriber/UserRolesEventSubscriber.php \Drupal\samlauth_user_roles\EventSubscriber\UserRolesEventSubscriber::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

modules/samlauth_user_roles/src/EventSubscriber/UserRolesEventSubscriber.php, line 39

Class

UserRolesEventSubscriber
Event subscriber for the samlauth_user_roles module.

Namespace

Drupal\samlauth_user_roles\EventSubscriber

Code

protected $entityTypeManager;