service csrf_token in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/core.services.yml \csrf_token
Class
Drupal\Core\Access\CsrfTokenGenerator3 string references to csrf_token
- 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 - core/core.services.yml
View source
- class: Drupal\Core\Access\CsrfTokenGenerator
- arguments:
- - '@private_key'
- - '@session_manager.metadata_bag'