You are here

protected property PermissionsHashGenerator::$privateKey in Zircon Profile 8.0

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 25
Contains \Drupal\Core\Session\PermissionsHashGenerator.

Class

PermissionsHashGenerator
Generates and caches the permissions hash for a user.

Namespace

Drupal\Core\Session

Code

protected $privateKey;