You are here

constant MetadataBag::CSRF_TOKEN_SEED in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 21
Contains \Drupal\Core\Session\MetadataBag.

Class

MetadataBag
Provides a container for application specific session metadata.

Namespace

Drupal\Core\Session

Code

const CSRF_TOKEN_SEED = 's';