session_test.services.yml
Same filename in other branches
File
-
core/
modules/ system/ tests/ modules/ session_test/ session_test.services.yml
View source
- 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
- 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 |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.