Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. 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
Powered by Drupal