session_test.services.yml
Same filename and directory in other branches
- 11.x core/modules/system/tests/modules/session_test/session_test.services.yml
- 10 core/modules/system/tests/modules/session_test/session_test.services.yml
- 9 core/modules/system/tests/modules/session_test/session_test.services.yml
- 8.9.x 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
- services:
- _defaults:
- autoconfigure: true
- session_test.subscriber:
- class: Drupal\session_test\EventSubscriber\SessionTestSubscriber
- 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
- session_test.session_bag:
- class: Drupal\session_test\Session\TestSessionBag
- tags:
- - { 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.