You are here

protected property BigPipeResponse::$originalHtmlResponse in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/big_pipe/src/Render/BigPipeResponse.php \Drupal\big_pipe\Render\BigPipeResponse::originalHtmlResponse

The original HTML response.

Still contains placeholders. Its cacheability metadata and attachments are for everything except the placeholders (since those are not yet rendered).

Type: \Drupal\Core\Render\HtmlResponse

See also

\Drupal\Core\Render\StreamedResponseInterface

::getStreamedResponse()

File

core/modules/big_pipe/src/Render/BigPipeResponse.php, line 41

Class

BigPipeResponse
A response that is sent in chunks by the BigPipe service.

Namespace

Drupal\big_pipe\Render

Code

protected $originalHtmlResponse;