You are here

public function SurrogateInterface::needsParsing 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::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

SurrogateInterface

Namespace

Symfony\Component\HttpKernel\HttpCache

Code

public function needsParsing(Response $response);