BigPipeResponse::sendContent

public BigPipeResponse::sendContent()

Sends content for the current web response.

Return value

Response

Overrides Response::sendContent

File

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

Class

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

Namespace

Drupal\big_pipe\Render

Code

public function sendContent() {
  $this->bigPipe->sendContent($this->content, $this->getAttachments());

  return $this;
}
doc_Drupal
2016-10-29 08:46:17
Comments
Leave a Comment

Please login to continue.