|
262 | 262 |
|
263 | 263 | <!-- Action --> |
264 | 264 |
|
265 | | - <service id="api_platform.action.placeholder" class="ApiPlatform\Core\Action\PlaceholderAction" public="true" /> |
| 265 | + <service id="api_platform.action.placeholder" class="ApiPlatform\Action\PlaceholderAction" public="true" /> |
266 | 266 | <service id="api_platform.action.get_collection" alias="api_platform.action.placeholder" public="true" /> |
267 | 267 | <service id="api_platform.action.post_collection" alias="api_platform.action.placeholder" public="true" /> |
268 | 268 | <service id="api_platform.action.get_item" alias="api_platform.action.placeholder" public="true" /> |
269 | 269 | <service id="api_platform.action.patch_item" alias="api_platform.action.placeholder" public="true" /> |
270 | 270 | <service id="api_platform.action.put_item" alias="api_platform.action.placeholder" public="true" /> |
271 | 271 | <service id="api_platform.action.delete_item" alias="api_platform.action.placeholder" public="true" /> |
272 | 272 | <service id="api_platform.action.get_subresource" alias="api_platform.action.placeholder" public="true" /> |
273 | | - <service id="api_platform.action.not_found" class="ApiPlatform\Core\Action\NotFoundAction" public="true" /> |
274 | | - <service id="ApiPlatform\Core\Action\NotFoundAction" alias="api_platform.action.not_found" public="true" /> |
| 273 | + <service id="api_platform.action.not_found" class="ApiPlatform\Action\NotFoundAction" public="true" /> |
| 274 | + <service id="ApiPlatform\Action\NotFoundAction" alias="api_platform.action.not_found" public="true" /> |
275 | 275 |
|
276 | | - <service id="api_platform.action.entrypoint" class="ApiPlatform\Core\Action\EntrypointAction" public="true"> |
| 276 | + <service id="api_platform.action.entrypoint" class="ApiPlatform\Action\EntrypointAction" public="true"> |
277 | 277 | <argument type="service" id="api_platform.metadata.resource.name_collection_factory" /> |
278 | 278 | </service> |
279 | 279 |
|
|
287 | 287 | <argument type="service" id="api_platform.openapi.factory.next" on-invalid="null"></argument> |
288 | 288 | </service> |
289 | 289 |
|
290 | | - <service id="api_platform.action.exception" class="ApiPlatform\Core\Action\ExceptionAction" public="true"> |
| 290 | + <service id="api_platform.action.exception" class="ApiPlatform\Action\ExceptionAction" public="true"> |
291 | 291 | <argument type="service" id="api_platform.serializer" /> |
292 | 292 | <argument>%api_platform.error_formats%</argument> |
293 | 293 | <argument>%api_platform.exception_to_status%</argument> |
|
0 commit comments