public BigPipeResponse::setBigPipeService(BigPipeInterface $big_pipe)
Sets the BigPipe service to use.
Parameters
\Drupal\big_pipe\Render\BigPipeInterface $big_pipe: The BigPipe service.
File
- core/modules/big_pipe/src/Render/BigPipeResponse.php, line 33
Class
- BigPipeResponse
- A response that is sent in chunks by the BigPipe service.
Namespace
Drupal\big_pipe\Render
Code
public function setBigPipeService(BigPipeInterface $big_pipe) { $this->bigPipe = $big_pipe; }
Please login to continue.