function MetadataBag::clearCsrfTokenSeed
Same name in other branches
- 9 core/lib/Drupal/Core/Session/MetadataBag.php \Drupal\Core\Session\MetadataBag::clearCsrfTokenSeed()
Clear the CSRF token seed.
File
-
core/
lib/ Drupal/ Core/ Session/ MetadataBag.php, line 54
Class
- MetadataBag
- Provides a container for application specific session metadata.
Namespace
Drupal\Core\SessionCode
public function clearCsrfTokenSeed() {
unset($this->meta[static::CSRF_TOKEN_SEED]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.