MetadataBag::CSRF_TOKEN_SEED

Same name in other branches
  1. 9 core/lib/Drupal/Core/Session/MetadataBag.php \Drupal\Core\Session\MetadataBag::CSRF_TOKEN_SEED
  2. 8.9.x core/lib/Drupal/Core/Session/MetadataBag.php \Drupal\Core\Session\MetadataBag::CSRF_TOKEN_SEED
  3. 11.x core/lib/Drupal/Core/Session/MetadataBag.php \Drupal\Core\Session\MetadataBag::CSRF_TOKEN_SEED

The key used to store the CSRF token seed in the session.

File

core/lib/Drupal/Core/Session/MetadataBag.php, line 17

Class

MetadataBag
Provides a container for application specific session metadata.

Namespace

Drupal\Core\Session

Code

const CSRF_TOKEN_SEED = 's';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.