function BigPipeResponse::getOriginalHtmlResponse
Same name in other branches
- 9 core/modules/big_pipe/src/Render/BigPipeResponse.php \Drupal\big_pipe\Render\BigPipeResponse::getOriginalHtmlResponse()
- 8.9.x core/modules/big_pipe/src/Render/BigPipeResponse.php \Drupal\big_pipe\Render\BigPipeResponse::getOriginalHtmlResponse()
- 10 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 64
Class
- BigPipeResponse
- A response that is sent in chunks by the BigPipe service.
Namespace
Drupal\big_pipe\RenderCode
public function getOriginalHtmlResponse() {
return $this->originalHtmlResponse;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.