Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Esi.php
function Esi::getName
Overrides
SurrogateInterface::getName
File
vendor/
symfony/
http-kernel/
HttpCache/
Esi.php
, line 30
Class
Esi
Esi implements the ESI capabilities to Request and Response instances.
Namespace
Symfony\Component\HttpKernel\HttpCache
Code
public
function
getName
() : string {
return
'esi'
; }
RSS feed