You are here

protected property UserCacheContextBase::$user in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Cache/Context/UserCacheContextBase.php \Drupal\Core\Cache\Context\UserCacheContextBase::user

The account object.

Type: \Drupal\Core\Session\AccountInterface

File

core/lib/Drupal/Core/Cache/Context/UserCacheContextBase.php, line 21

Class

UserCacheContextBase
Base class for user-based cache contexts.

Namespace

Drupal\Core\Cache\Context

Code

protected $user;