csrf_token
Class
Drupal\Core\Access\CsrfTokenGenerator9 string references to csrf_token
- CsrfTokenController::create in core/modules/ system/ src/ Controller/ CsrfTokenController.php 
- Instantiates a new instance of this class.
- DeprecatedCsrfTokenController::create in core/modules/ system/ tests/ modules/ csrf_test/ src/ Controller/ DeprecatedCsrfTokenController.php 
- Instantiates a new instance of this class.
- Drupal::csrfToken in core/lib/ Drupal.php 
- Returns the CSRF token manager service.
- DrupalTest::testCsrfToken in core/tests/ Drupal/ Tests/ Core/ DrupalTest.php 
- Tests the csrfToken() method.
- FormBuilderTest::testGetCache in core/tests/ Drupal/ Tests/ Core/ Form/ FormBuilderTest.php 
- Tests the getCache() method.
File
- 
              core/core.services.yml 
View source
-   class: Drupal\Core\Access\CsrfTokenGenerator
-   arguments:
-       - '@private_key'
-       - '@session_manager.metadata_bag'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
