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; }
Please login to continue.