You are here

session_test.services.yml in Zircon Profile 8.0

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. session_test.subscriber:
  3. class: Drupal\session_test\EventSubscriber\SessionTestSubscriber
  4. tags:
  5. - { name: event_subscriber }
  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