You are here

protected property UserAuthenticator::$currentUser in Social API 8.2

Same name and namespace in other branches
  1. 3.x src/User/UserAuthenticator.php \Drupal\social_api\User\UserAuthenticator::currentUser

The current Drupal user.

Type: \Drupal\Core\Session\AccountProxyInterface

File

src/User/UserAuthenticator.php, line 27

Class

UserAuthenticator
Manages Drupal authentication tasks for Social API.

Namespace

Drupal\social_api\User

Code

protected $currentUser;