Base class for user-based cache contexts.
Subclasses need to implement either \Drupal\Core\Cache\Context\CacheContextInterface or \Drupal\Core\Cache\Context\CalculatedCacheContextInterface.
Hierarchy
- class \Drupal\Core\Cache\Context\UserCacheContextBase
File
- core/lib/Drupal/Core/Cache/Context/UserCacheContextBase.php, line 14
Namespace
Drupal\Core\Cache\Context
Members
| Name | Modifiers | Type | Description |
|---|---|---|---|
| UserCacheContextBase::$user | protected | property | The account object. |
| UserCacheContextBase::__construct | public | function | Constructs a new UserCacheContextBase class. |
Please login to continue.