service session in Drupal 10
Same name and namespace in other branches
- 8 core/core.services.yml \session
- 9 core/core.services.yml \session
Class
Symfony\Component\HttpFoundation\Session\SessionTags
- service_collector
53 string references to session
- AccessTest::testFileCacheability in core/
modules/ file/ tests/ src/ Kernel/ AccessTest.php - Tests cacheability metadata.
- authorize.php in core/
authorize.php - Administrative script for running authorized file operations.
- BlockContentTranslationUITest.php in core/
modules/ block_content/ tests/ src/ Functional/ BlockContentTranslationUITest.php - CommentTranslationUITest.php in core/
modules/ comment/ tests/ src/ Functional/ CommentTranslationUITest.php - core.services.yml in core/
core.services.yml - core/core.services.yml
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Symfony\Component\HttpFoundation\Session\Session
- arguments:
- - '@session_manager'
- - '@session.attribute_bag'
- - '@session.flash_bag'
- tags:
- - { name: service_collector, tag: session_bag, call: registerBag }