BigPipeInterface::sendContent

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);
doc_Drupal
2016-10-29 08:46:16
Comments
Leave a Comment

Please login to continue.