session
Same name and namespace in other branches
- 9 core/core.services.yml \session
- 8.9.x core/core.services.yml \session
- 11.x core/core.services.yml \session
Class
Symfony\Component\HttpFoundation\Session\SessionTags
- service_collector
23 string references to session
- 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 core/
assets/ scaffold/ files/ default.services.yml - core/assets/scaffold/files/default.services.yml
- DrupalKernel::initializeContainer in core/
lib/ Drupal/ Core/ DrupalKernel.php - Initializes the service container.
- DrupalKernel::resetContainer in core/
lib/ Drupal/ Core/ DrupalKernel.php - Force a container reset.
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.