|
39 | 39 | <tag name="serializer.normalizer" priority="17" />
|
40 | 40 | </service>
|
41 | 41 |
|
42 |
| - <service id="api_platform.openapi.normalizer.documentation" class="ApiPlatform\Core\OpenApi\Serializer\DocumentationNormalizer" public="false"> |
43 |
| - <argument type="service" id="api_platform.metadata.resource.metadata_factory" /> |
44 |
| - <argument type="service" id="api_platform.metadata.property.name_collection_factory" /> |
45 |
| - <argument type="service" id="api_platform.metadata.property.metadata_factory" /> |
46 |
| - <argument type="service" id="api_platform.resource_class_resolver" /> |
47 |
| - <argument type="service" id="api_platform.operation_method_resolver" /> |
48 |
| - <argument type="service" id="api_platform.operation_path_resolver" /> |
49 |
| - <argument type="service" id="api_platform.filter_locator" /> |
50 |
| - <argument type="service" id="api_platform.name_converter" on-invalid="ignore" /> |
51 |
| - <argument>%api_platform.oauth.enabled%</argument> |
52 |
| - <argument>%api_platform.oauth.type%</argument> |
53 |
| - <argument>%api_platform.oauth.flow%</argument> |
54 |
| - <argument>%api_platform.oauth.tokenUrl%</argument> |
55 |
| - <argument>%api_platform.oauth.authorizationUrl%</argument> |
56 |
| - <argument>%api_platform.oauth.scopes%</argument> |
57 |
| - <argument>%api_platform.swagger.api_keys%</argument> |
58 |
| - <argument type="service" id="api_platform.subresource_operation_factory" /> |
59 |
| - <argument>%api_platform.collection.pagination.enabled%</argument> |
60 |
| - <argument>%api_platform.collection.pagination.page_parameter_name%</argument> |
61 |
| - <argument>%api_platform.collection.pagination.client_items_per_page%</argument> |
62 |
| - <argument>%api_platform.collection.pagination.items_per_page_parameter_name%</argument> |
63 |
| - <argument type="service" id="api_platform.formats_provider" /> |
64 |
| - <argument>%api_platform.collection.pagination.client_enabled%</argument> |
65 |
| - <argument>%api_platform.collection.pagination.enabled_parameter_name%</argument> |
66 |
| - <argument type="service" id="api_platform.swagger.normalizer.api_gateway" /> |
67 |
| - <tag name="serializer.normalizer" priority="18" /> |
68 |
| - </service> |
69 |
| - |
70 | 42 | <service id="api_platform.swagger.command.swagger_command" class="ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand">
|
71 | 43 | <argument type="service" id="api_platform.serializer" />
|
72 | 44 | <argument type="service" id="api_platform.metadata.resource.name_collection_factory" />
|
|
0 commit comments