public BigPipe::sendContent($content, array $attachments)
Sends an HTML response in chunks using the BigPipe technique.
Parameters
string $content: The HTML response content to send.
array $attachments: The HTML response's attachments.
Overrides BigPipeInterface::sendContent
File
core/modules/big_pipe/src/Render/BigPipe.php, line 112
Class
BigPipe The default BigPipe service.
Namespace
Drupal\big_pipe\Render
Code
public function sendContent($content, array $attachments) {
// First,