Manages the Drupal private key.
Hierarchy
- class \Drupal\Core\PrivateKey
File
- core/lib/Drupal/Core/PrivateKey.php, line 11
Namespace
Drupal\Core
Members
| Name | Modifiers | Type | Description |
|---|---|---|---|
| PrivateKey::$state | protected | property | The state service. |
| PrivateKey::create | protected | function | Creates a new private key. |
| PrivateKey::get | public | function | Gets the private key. |
| PrivateKey::set | public | function | Sets the private key. |
| PrivateKey::__construct | function | Constructs the token generator. |
Please login to continue.