protected property CurrentUserContext::$userStorage in Drupal 10
Same name and namespace in other branches
- 8 core/modules/user/src/ContextProvider/CurrentUserContext.php \Drupal\user\ContextProvider\CurrentUserContext::userStorage
- 9 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 31
Class
- CurrentUserContext
- Sets the current user as a context.
Namespace
Drupal\user\ContextProviderCode
protected $userStorage;