You are here

service http_middleware.session in Drupal 9

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

Class

Drupal\Core\StackMiddleware\Session

Tags

  • http_middleware

File

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

View source
  1. class: Drupal\Core\StackMiddleware\Session
  2. tags:
  3. - { name: http_middleware, priority: 50 }
  4. calls:
  5. - [setContainer, ['@service_container']]