session_test.services.yml

Same filename and directory in other branches
  1. 9 core/modules/system/tests/modules/session_test/session_test.services.yml
  2. 8.9.x core/modules/system/tests/modules/session_test/session_test.services.yml
  3. 10 core/modules/system/tests/modules/session_test/session_test.services.yml
core/modules/system/tests/modules/session_test/session_test.services.yml

File

core/modules/system/tests/modules/session_test/session_test.services.yml

View source
  1. services:
  2. _defaults:
  3. autoconfigure: true
  4. session_test.subscriber:
  5. class: Drupal\session_test\EventSubscriber\SessionTestSubscriber
  6. session_test.session_handler.test_proxy:
  7. class: Drupal\session_test\Session\TestSessionHandlerProxy
  8. tags:
  9. - { name: session_handler_proxy }
  10. session_test.session_handler.test_proxy2:
  11. class: Drupal\session_test\Session\TestSessionHandlerProxy
  12. arguments: ['test_argument']
  13. tags:
  14. - { name: session_handler_proxy, priority: 20 }
  15. session_test.session_handler_proxy_trace:
  16. class: ArrayObject
  17. session_test.session_bag:
  18. class: Drupal\session_test\Session\TestSessionBag
  19. tags:
  20. - { name: session_bag }

Services

Title Deprecated Summary
session_test.session_bag Drupal\session_test\Session\TestSessionBag
session_test.session_handler.test_proxy Drupal\session_test\Session\TestSessionHandlerProxy
session_test.session_handler.test_proxy2 Drupal\session_test\Session\TestSessionHandlerProxy
session_test.session_handler_proxy_trace ArrayObject
session_test.subscriber Drupal\session_test\EventSubscriber\SessionTestSubscriber
_defaults

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.