You are here

public function SurrogateInterface::getName in Zircon Profile 8

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

Returns surrogate name.

Return value

string

2 methods override SurrogateInterface::getName()
Esi::getName in vendor/symfony/http-kernel/HttpCache/Esi.php
Returns surrogate name.
Ssi::getName in vendor/symfony/http-kernel/HttpCache/Ssi.php
Returns surrogate name.

File

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

Class

SurrogateInterface

Namespace

Symfony\Component\HttpKernel\HttpCache

Code

public function getName();