Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / system / tests / modules / session_test / session_test.services.yml
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