You are here

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

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

The Social API user manager.

Type: \Drupal\social_api\User\UserManagerInterface

File

src/User/UserAuthenticator.php, line 55

Class

UserAuthenticator
Manages Drupal authentication tasks for Social API.

Namespace

Drupal\social_api\User

Code

protected $userManager;