You are here

protected property UserAuthenticator::$entityTypeManager in Social API 3.x

Same name and namespace in other branches
  1. 8.2 src/User/UserAuthenticator.php \Drupal\social_api\User\UserAuthenticator::entityTypeManager

The Drupal Entity Manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/User/UserAuthenticator.php, line 20

Class

UserAuthenticator
Manages Drupal authentication tasks for Social API.

Namespace

Drupal\social_api\User

Code

protected $entityTypeManager;