@@ -79,11 +79,12 @@ services:
7979 arguments : ['@Ibexa\Rest\Server\Service\ExpressionRouterRootResourceBuilder']
8080 tags : [controller.service_arguments]
8181
82- Ibexa\Rest\Server\Controller\Section :
83- parent : Ibexa\Rest\Server\Controller
84- arguments :
85- - ' @ibexa.api.service.section'
86- tags : [controller.service_arguments]
82+ Ibexa\Rest\Server\Controller\Section\ :
83+ resource : ' ../../../lib/Server/Controller/Section'
84+ autowire : true
85+ autoconfigure : true
86+ tags :
87+ - controller.service_arguments
8788
8889 Ibexa\Rest\Server\Controller\BinaryContent :
8990 parent : Ibexa\Rest\Server\Controller
@@ -92,86 +93,86 @@ services:
9293 - ' @ibexa.config.resolver'
9394 tags : [controller.service_arguments]
9495
95- Ibexa\Rest\Server\Controller\Content :
96- parent : Ibexa\Rest\Server\Controller
97- tags : [controller.service_arguments]
96+ Ibexa\Rest\Server\Controller\Content\ :
97+ resource : ' ../../../lib/Server/Controller/Content'
98+ autowire : true
99+ autoconfigure : true
100+ tags :
101+ - controller.service_arguments
98102
99- Ibexa\Rest\Server\Controller\ContentType :
100- parent : Ibexa\Rest\Server\Controller
101- arguments :
102- - ' @ibexa.api.service.content_type'
103- tags : [controller.service_arguments]
103+ Ibexa\Rest\Server\Controller\ContentType\ :
104+ resource : ' ../../../lib/Server/Controller/ContentType'
105+ autowire : true
106+ autoconfigure : true
107+ tags :
108+ - controller.service_arguments
104109
105- Ibexa\Rest\Server\Controller\Role :
106- parent : Ibexa\Rest\Server\Controller
107- arguments :
108- - ' @ibexa.api.service.role'
109- - ' @ibexa.api.service.user'
110- - ' @ibexa.api.service.location'
111- tags : [controller.service_arguments]
110+ Ibexa\Rest\Server\Controller\Role\ :
111+ resource : ' ../../../lib/Server/Controller/Role'
112+ autowire : true
113+ autoconfigure : true
114+ tags :
115+ - controller.service_arguments
112116
113- Ibexa\Rest\Server\Controller\Language :
117+ Ibexa\Rest\Server\Controller\Language\ :
118+ resource : ' ../../../lib/Server/Controller/Language'
114119 autowire : true
115- tags : [controller.service_arguments, ibexa.api_platform.resource]
120+ autoconfigure : true
121+ tags :
122+ - controller.service_arguments
116123
117- Ibexa\Rest\Server\Controller\Location :
118- parent : Ibexa\Rest\Server\Controller
119- arguments :
120- - ' @ibexa.api.service.location'
121- - ' @ibexa.api.service.content'
122- - ' @ibexa.api.service.trash'
123- - ' @ibexa.api.service.url_alias'
124- tags : [controller.service_arguments]
124+ Ibexa\Rest\Server\Controller\Location\ :
125+ resource : ' ../../../lib/Server/Controller/Location'
126+ autowire : true
127+ autoconfigure : true
128+ tags :
129+ - controller.service_arguments
125130
126- Ibexa\Rest\Server\Controller\ObjectState :
127- parent : Ibexa\Rest\ Server\ Controller
128- arguments :
129- - ' @ibexa.api.service.object_state '
130- - ' @ibexa.api.service.content '
131- tags : [ controller.service_arguments]
131+ Ibexa\Rest\Server\Controller\ObjectState\ :
132+ resource : ' ../../../lib/ Server/ Controller/ObjectState '
133+ autowire : true
134+ autoconfigure : true
135+ tags :
136+ - controller.service_arguments
132137
133- Ibexa\Rest\Server\Controller\Trash :
134- parent : Ibexa\Rest\ Server\ Controller
135- arguments :
136- - ' @ibexa.api.service.trash '
137- - ' @ibexa.api.service.location '
138- tags : [ controller.service_arguments]
138+ Ibexa\Rest\Server\Controller\Trash\ :
139+ resource : ' ../../../lib/ Server/ Controller/Trash '
140+ autowire : true
141+ autoconfigure : true
142+ tags :
143+ - controller.service_arguments
139144
140- Ibexa\Rest\Server\Controller\User :
141- parent : Ibexa\Rest\Server\Controller
142- arguments :
143- - ' @ibexa.api.service.user'
144- - ' @ibexa.api.service.role'
145- - ' @ibexa.api.service.content'
146- - ' @ibexa.api.service.content_type'
147- - ' @ibexa.api.service.location'
148- - ' @ibexa.api.service.section'
149- - ' @ibexa.api.repository'
150- - ' @Ibexa\Contracts\Core\Repository\PermissionResolver'
151- tags : [controller.service_arguments]
145+ Ibexa\Rest\Server\Controller\User\ :
146+ resource : ' ../../../lib/Server/Controller/User'
147+ autowire : true
148+ autoconfigure : true
149+ tags :
150+ - controller.service_arguments
152151
153- Ibexa\Rest\Server\Controller\URLWildcard :
154- parent : Ibexa\Rest\Server\Controller
155- arguments :
156- - ' @ibexa.api.service.url_wildcard'
157- tags : [controller.service_arguments]
152+ Ibexa\Rest\Server\Controller\URLWildcard\ :
153+ resource : ' ../../../lib/Server/Controller/URLWildcard'
154+ autowire : true
155+ autoconfigure : true
156+ tags :
157+ - controller.service_arguments
158158
159- Ibexa\Rest\Server\Controller\URLAlias :
160- parent : Ibexa\Rest\ Server\ Controller
161- arguments :
162- - ' @ibexa.api.service.url_alias '
163- - ' @ibexa.api.service.location '
164- tags : [ controller.service_arguments]
159+ Ibexa\Rest\Server\Controller\URLAlias\ :
160+ resource : ' ../../../lib/ Server/ Controller/URLAlias '
161+ autowire : true
162+ autoconfigure : true
163+ tags :
164+ - controller.service_arguments
165165
166166 Ibexa\Rest\Server\Controller\Views :
167167 parent : Ibexa\Rest\Server\Controller
168168 arguments :
169169 - ' @ibexa.api.service.search'
170170 tags : [controller.service_arguments]
171171
172- Ibexa\Rest\Server\Controller\SessionController :
173- class : Ibexa\Rest\Server\Controller\SessionController
174- parent : Ibexa\Rest\Server\Controller
172+ Ibexa\Rest\Server\Controller\Session\ :
173+ resource : ' ../../../lib/Server/Controller/Session'
174+ autowire : true
175+ autoconfigure : true
175176 arguments :
176177 $permissionResolver : ' @Ibexa\Contracts\Core\Repository\PermissionResolver'
177178 $userService : ' @Ibexa\Contracts\Core\Repository\UserService'
@@ -181,13 +182,12 @@ services:
181182 $configResolver : ' @Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface'
182183 tags : [controller.service_arguments]
183184
184- Ibexa\Rest\Server\Controller\Bookmark :
185- class : Ibexa\Rest\Server\Controller\Bookmark
186- parent : Ibexa\Rest\Server\Controller
187- arguments :
188- - ' @ibexa.api.service.bookmark'
189- - ' @ibexa.api.service.location'
190- tags : [controller.service_arguments]
185+ Ibexa\Rest\Server\Controller\Bookmark\ :
186+ resource : ' ../../../lib/Server/Controller/Bookmark'
187+ autowire : true
188+ autoconfigure : true
189+ tags :
190+ - controller.service_arguments
191191
192192 Ibexa\Rest\Server\Controller\JWT :
193193 autowire : true
0 commit comments