You are here

public function BigPipeResponse::getOriginalHtmlResponse 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::getOriginalHtmlResponse()

Returns the original HTML response.

Return value

\Drupal\Core\Render\HtmlResponse The original HTML response.

File

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

Class

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

Namespace

Drupal\big_pipe\Render

Code

public function getOriginalHtmlResponse() {
  return $this->originalHtmlResponse;
}