session
Same name in other branches
- 9 core/core.services.yml \session
- 8.9.x core/core.services.yml \session
Class
Symfony\Component\HttpFoundation\Session\SessionTags
- service_collector
44 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.
- BigPipeTest::assertSessionCookieExists in core/
modules/ big_pipe/ tests/ src/ Functional/ BigPipeTest.php - Asserts whether a session cookie exists or not.
- core.services.yml in core/
core.services.yml - core/core.services.yml
- default.services.yml in sites/
default/ default.services.yml - sites/default/default.services.yml
File
-
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 }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.