function BigPipe::__construct

Same name and namespace in other branches
  1. 11.x core/modules/big_pipe/src/Render/BigPipe.php \Drupal\big_pipe\Render\BigPipe::__construct()
  2. 10 core/modules/big_pipe/src/Render/BigPipe.php \Drupal\big_pipe\Render\BigPipe::__construct()
  3. 9 core/modules/big_pipe/src/Render/BigPipe.php \Drupal\big_pipe\Render\BigPipe::__construct()
  4. 8.9.x core/modules/big_pipe/src/Render/BigPipe.php \Drupal\big_pipe\Render\BigPipe::__construct()

File

core/modules/big_pipe/src/Render/BigPipe.php, line 182

Class

BigPipe
Service for sending an HTML response in chunks (to get faster page loads).

Namespace

Drupal\big_pipe\Render

Code

public function __construct(protected RendererInterface $renderer, protected SessionInterface $session, protected RequestStack $requestStack, protected HttpKernelInterface $httpKernel, protected EventDispatcherInterface $eventDispatcher, protected ConfigFactoryInterface $configFactory, protected MessengerInterface $messenger, protected RequestContext $requestContext, protected LoggerInterface $logger, protected bool $debugCacheabilityHeaders = FALSE) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.