You are here

public function Ssi::getName in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/HttpCache/Ssi.php \Symfony\Component\HttpKernel\HttpCache\Ssi::getName()

Returns surrogate name.

Return value

string

Overrides SurrogateInterface::getName

File

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

Class

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

Namespace

Symfony\Component\HttpKernel\HttpCache

Code

public function getName() {
  return 'ssi';
}