protected property SessionExistsCacheContext::$sessionConfiguration in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Cache/Context/SessionExistsCacheContext.php \Drupal\Core\Cache\Context\SessionExistsCacheContext::sessionConfiguration
- 9 core/lib/Drupal/Core/Cache/Context/SessionExistsCacheContext.php \Drupal\Core\Cache\Context\SessionExistsCacheContext::sessionConfiguration
The session configuration.
Type: \Drupal\Core\Session\SessionConfigurationInterface
File
- core/
lib/ Drupal/ Core/ Cache/ Context/ SessionExistsCacheContext.php, line 21
Class
- SessionExistsCacheContext
- Defines the SessionExistsCacheContext service, for "session or not" caching.
Namespace
Drupal\Core\Cache\ContextCode
protected $sessionConfiguration;