You are here

protected property PrivateTempStore::$currentUser in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/TempStore/PrivateTempStore.php \Drupal\Core\TempStore\PrivateTempStore::currentUser

The current user.

Type: \Drupal\Core\Session\AccountProxyInterface

File

core/lib/Drupal/Core/TempStore/PrivateTempStore.php, line 52

Class

PrivateTempStore
Stores and retrieves temporary data for a given owner.

Namespace

Drupal\Core\TempStore

Code

protected $currentUser;