Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. BigPipeResponse.php

function 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\Render

Code

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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal