We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a064f commit 3b616c4Copy full SHA for 3b616c4
code_samples/api/rest_api/config/services.yaml
@@ -41,12 +41,7 @@ services:
41
autoconfigure: true
42
tags: [ 'controller.service_arguments' ]
43
44
- App\Rest\ValueObjectVisitor\Greeting:
45
- parent: Ibexa\Contracts\Rest\Output\ValueObjectVisitor
46
- tags:
47
- - { name: ibexa.rest.output.value_object.visitor, type: App\Rest\Values\Greeting }
48
49
- App\Rest\InputParser\GreetingInput:
50
- parent: Ibexa\Rest\Server\Common\Parser
51
52
- - { name: ibexa.rest.input.parser, mediaType: application/vnd.ibexa.api.GreetingInput }
+ App\Rest\Serializer\:
+ resource: '../src/Rest/Serializer/'
+ tags: ['ibexa.rest.serializer.normalizer']
0 commit comments