You are here

protected property BigPipe::$session in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/big_pipe/src/Render/BigPipe.php \Drupal\big_pipe\Render\BigPipe::session
  2. 10 core/modules/big_pipe/src/Render/BigPipe.php \Drupal\big_pipe\Render\BigPipe::session

The session.

Type: \Symfony\Component\HttpFoundation\Session\SessionInterface

File

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

Class

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

Namespace

Drupal\big_pipe\Render

Code

protected $session;