You are here

protected property CurrentUserContext::$userStorage in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/user/src/ContextProvider/CurrentUserContext.php \Drupal\user\ContextProvider\CurrentUserContext::userStorage

The user storage.

Type: \Drupal\user\UserStorageInterface

File

core/modules/user/src/ContextProvider/CurrentUserContext.php, line 37
Contains \Drupal\user\ContextProvider\CurrentUserContext.

Class

CurrentUserContext
Sets the current user as a context.

Namespace

Drupal\user\ContextProvider

Code

protected $userStorage;