Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
HttpCache.php
function HttpCache::getStore
Gets the current store.
File
vendor/
symfony/
http-kernel/
HttpCache/
HttpCache.php
, line 115
Class
HttpCache
Cache provides HTTP caching.
Namespace
Symfony\Component\HttpKernel\HttpCache
Code
public
function
getStore
() : StoreInterface {
return
$this
->
store
; }
RSS feed