
| Current Path : /var/www/html/dataninja.cn/core/modules/system/tests/modules/session_test/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/dataninja.cn/core/modules/system/tests/modules/session_test/session_test.services.yml |
services:
session_test.subscriber:
class: Drupal\session_test\EventSubscriber\SessionTestSubscriber
tags:
- { name: event_subscriber }
session_test.session_handler.test_proxy:
class: Drupal\session_test\Session\TestSessionHandlerProxy
tags:
- { name: session_handler_proxy }
session_test.session_handler.test_proxy2:
class: Drupal\session_test\Session\TestSessionHandlerProxy
arguments: ['test_argument']
tags:
- { name: session_handler_proxy, priority: 20 }
session_test.session_handler_proxy_trace:
class: ArrayObject