You are here

protected property Cookie::$connection in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/user/src/Authentication/Provider/Cookie.php \Drupal\user\Authentication\Provider\Cookie::connection
  2. 10 core/modules/user/src/Authentication/Provider/Cookie.php \Drupal\user\Authentication\Provider\Cookie::connection

The database connection.

Type: \Drupal\Core\Database\Connection

File

core/modules/user/src/Authentication/Provider/Cookie.php, line 39

Class

Cookie
Cookie based authentication provider.

Namespace

Drupal\user\Authentication\Provider

Code

protected $connection;