function CsrfTokenGenerator::__construct
Constructs the token generator.
Parameters
\Drupal\Core\PrivateKey $private_key: The private key service.
\Drupal\Core\Session\MetadataBag $session_metadata: The session metadata bag.
File
- 
              core/
lib/ Drupal/ Core/ Access/ CsrfTokenGenerator.php, line 39  
Class
- CsrfTokenGenerator
 - Generates and validates CSRF tokens.
 
Namespace
Drupal\Core\AccessCode
public function __construct(PrivateKey $private_key, MetadataBag $session_metadata) {
  $this->privateKey = $private_key;
  $this->sessionMetadata = $session_metadata;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.