public BigPipeInterface::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.
File
- core/modules/big_pipe/src/Render/BigPipeInterface.php, line 142
Class
- BigPipeInterface
- Interface for sending an HTML response in chunks (to get faster page loads).
Namespace
Drupal\big_pipe\Render
Code
public function sendContent($content, array $attachments);
Please login to continue.