rest_test.services.yml
Same filename in other branches
File
-
core/
modules/ rest/ tests/ modules/ rest_test/ rest_test.services.yml
View source
- services:
- rest_test.authentication.test_auth:
- class: Drupal\rest_test\Authentication\Provider\TestAuth
- tags:
- - { name: authentication_provider, provider_id: 'rest_test_auth' }
- rest_test.authentication.test_auth_global:
- class: Drupal\rest_test\Authentication\Provider\TestAuthGlobal
- tags:
- - { name: authentication_provider, provider_id: 'rest_test_auth_global', global: TRUE }
- rest_test.page_cache_request_policy.deny_test_auth_requests:
- class: Drupal\rest_test\PageCache\RequestPolicy\DenyTestAuthRequests
- public: false
- tags:
- - { name: page_cache_request_policy }
- rest_test.encoder.foobar:
- class: Drupal\serialization\Encoder\JsonEncoder
- tags:
- - { name: encoder, format: foobar }
Services
Title | Deprecated | Summary |
---|---|---|
rest_test.authentication.test_auth | Drupal\rest_test\Authentication\Provider\TestAuth | |
rest_test.authentication.test_auth_global | Drupal\rest_test\Authentication\Provider\TestAuthGlobal | |
rest_test.encoder.foobar | Drupal\serialization\Encoder\JsonEncoder | |
rest_test.page_cache_request_policy.deny_test_auth_requests | Drupal\rest_test\PageCache\RequestPolicy\DenyTestAuthRequests |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.