public function SurrogateInterface::needsParsing in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php \Symfony\Component\HttpKernel\HttpCache\SurrogateInterface::needsParsing()
Checks that the Response needs to be parsed for Surrogate tags.
Parameters
Response $response A Response instance:
Return value
bool true if the Response needs to be parsed, false otherwise
2 methods override SurrogateInterface::needsParsing()
- Esi::needsParsing in vendor/
symfony/ http-kernel/ HttpCache/ Esi.php - Checks that the Response needs to be parsed for ESI tags.
- Ssi::needsParsing in vendor/
symfony/ http-kernel/ HttpCache/ Ssi.php - Checks that the Response needs to be parsed for Surrogate tags.
File
- vendor/
symfony/ http-kernel/ HttpCache/ SurrogateInterface.php, line 65
Class
Namespace
Symfony\Component\HttpKernel\HttpCacheCode
public function needsParsing(Response $response);