You are here

protected property UserAuth::$entityTypeManager in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/user/src/UserAuth.php \Drupal\user\UserAuth::entityTypeManager
  2. 10 core/modules/user/src/UserAuth.php \Drupal\user\UserAuth::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

core/modules/user/src/UserAuth.php, line 18

Class

UserAuth
Validates user authentication credentials.

Namespace

Drupal\user

Code

protected $entityTypeManager;