You are here

protected property PermissionsHashGenerator::$privateKey in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Session/PermissionsHashGenerator.php \Drupal\Core\Session\PermissionsHashGenerator::privateKey

The private key service.

Type: \Drupal\Core\PrivateKey

File

core/lib/Drupal/Core/Session/PermissionsHashGenerator.php, line 20

Class

PermissionsHashGenerator
Generates and caches the permissions hash for a user.

Namespace

Drupal\Core\Session

Code

protected $privateKey;