protected function BigPipeSessionless::performPreSendTasks in Sessionless BigPipe 8
Same name and namespace in other branches
- 2.x src/Render/BigPipeSessionless.php \Drupal\big_pipe_sessionless\Render\BigPipeSessionless::performPreSendTasks()
Performs tasks before sending content (and rendering placeholders).
Overrides BigPipe::performPreSendTasks
File
- src/
Render/ BigPipeSessionless.php, line 48
Class
- BigPipeSessionless
- The sessionless BigPipe service.
Namespace
Drupal\big_pipe_sessionless\RenderCode
protected function performPreSendTasks() {
// Nothing to do.
}