2016-07-29 10:22:40 +02:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<container xmlns="http://symfony.com/schema/dic/services"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
|
|
|
|
|
|
|
|
<services>
|
2016-12-29 12:09:26 +01:00
|
|
|
<service id="nelmio_api_doc.describers.api_platform" class="Nelmio\ApiDocBundle\Describer\ApiPlatformDescriber" public="false">
|
|
|
|
<argument type="service" id="nelmio_api_doc.describers.api_platform.documentation" />
|
2016-07-29 10:22:40 +02:00
|
|
|
<argument type="service" id="api_platform.swagger.normalizer.documentation" />
|
|
|
|
|
2017-01-14 17:36:56 +01:00
|
|
|
<tag name="nelmio_api_doc.describer" priority="-100" />
|
2016-07-29 10:22:40 +02:00
|
|
|
</service>
|
|
|
|
|
2016-12-29 12:09:26 +01:00
|
|
|
<service id="nelmio_api_doc.describers.api_platform.documentation" class="ApiPlatform\Core\Documentation\Documentation" public="false">
|
2016-07-29 10:22:40 +02:00
|
|
|
<factory service="api_platform.action.documentation" method="__invoke" />
|
2018-02-13 08:49:43 +01:00
|
|
|
<argument type="service">
|
|
|
|
<service class="Symfony\Component\HttpFoundation\Request" />
|
|
|
|
</argument>
|
2016-07-29 10:22:40 +02:00
|
|
|
</service>
|
|
|
|
</services>
|
|
|
|
|
|
|
|
</container>
|