public function SessionCacheContext::getContext in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Cache/Context/SessionCacheContext.php \Drupal\Core\Cache\Context\SessionCacheContext::getContext()
File
- core/
lib/ Drupal/ Core/ Cache/ Context/ SessionCacheContext.php, line 27 - Contains \Drupal\Core\Cache\Context\SessionCacheContext.
Class
- SessionCacheContext
- Defines the SessionCacheContext service, for "per session" caching.
Namespace
Drupal\Core\Cache\ContextCode
public function getContext() {
return $this->requestStack
->getCurrentRequest()
->getSession()
->getId();
}