You are here

protected property PrivateTempStoreFactory::$currentUser in Drupal 9

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

The current user.

Type: \Drupal\Core\Session\AccountProxyInterface

File

core/lib/Drupal/Core/TempStore/PrivateTempStoreFactory.php, line 34

Class

PrivateTempStoreFactory
Creates a PrivateTempStore object for a given collection.

Namespace

Drupal\Core\TempStore

Code

protected $currentUser;