service session in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/core.services.yml \session
Class
Symfony\Component\HttpFoundation\Session\Session23 string references to session
- 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
- DrupalKernel::initializeContainer in core/
lib/ Drupal/ Core/ DrupalKernel.php - Initializes the service container.
- DrupalKernel::prepareLegacyRequest in core/
lib/ Drupal/ Core/ DrupalKernel.php - Prepare the kernel for handling a request without handling the request.
- drupal_session_destroy_uid in modules/
memcache/ unstable/ memcache-session.inc - End a specific user's session.
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'