You are here

service session in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/core.services.yml \session

Class

Symfony\Component\HttpFoundation\Session\Session
23 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.

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Symfony\Component\HttpFoundation\Session\Session
  2. arguments:
  3. - '@session_manager'
  4. - '@session.attribute_bag'
  5. - '@session.flash_bag'