function SurrogateInterface::getName
Returns surrogate name.
4 calls to SurrogateInterface::getName()
- AbstractSurrogate::addSurrogateCapability in vendor/
symfony/ http-kernel/ HttpCache/ AbstractSurrogate.php - Adds Surrogate-capability to the given Request.
- AbstractSurrogate::hasSurrogateCapability in vendor/
symfony/ http-kernel/ HttpCache/ AbstractSurrogate.php - Checks that at least one surrogate has Surrogate capability.
- AbstractSurrogate::needsParsing in vendor/
symfony/ http-kernel/ HttpCache/ AbstractSurrogate.php - Checks that the Response needs to be parsed for Surrogate tags.
- AbstractSurrogate::removeFromControl in vendor/
symfony/ http-kernel/ HttpCache/ AbstractSurrogate.php - Remove the Surrogate from the Surrogate-Control header.
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 22
Class
Namespace
Symfony\Component\HttpKernel\HttpCacheCode
public function getName() : string;