You are here

protected property SessionHandler::$connection in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Session/SessionHandler.php \Drupal\Core\Session\SessionHandler::connection

The database connection.

Type: \Drupal\Core\Database\Connection

File

core/lib/Drupal/Core/Session/SessionHandler.php, line 31

Class

SessionHandler
Default session handler.

Namespace

Drupal\Core\Session

Code

protected $connection;