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

Breadcrumb

  1. Drupal Core 11.1.x
  2. Ssi.php

function Ssi::getName

Overrides SurrogateInterface::getName

File

vendor/symfony/http-kernel/HttpCache/Ssi.php, line 24

Class

Ssi
Ssi implements the SSI capabilities to Request and Response instances.

Namespace

Symfony\Component\HttpKernel\HttpCache

Code

public function getName() : string {
    return 'ssi';
}
RSS feed
Powered by Drupal