You are here

protected property PrivateTempStore::$currentUser in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/user/src/PrivateTempStore.php \Drupal\user\PrivateTempStore::currentUser

The current user.

Type: \Drupal\Core\Session\AccountProxyInterface

File

core/modules/user/src/PrivateTempStore.php, line 55
Contains \Drupal\user\PrivateTempStore.

Class

PrivateTempStore
Stores and retrieves temporary data for a given owner.

Namespace

Drupal\user

Code

protected $currentUser;