2015-03-15 23:48:57 +01: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>
|
|
|
|
<service id="nelmio_api_doc.annotations_provider.dunglas_json_ld_api_annotation_provider" class="Nelmio\ApiDocBundle\Extractor\AnnotationsProvider\DunglasJsonLdApiProvider">
|
2015-04-07 22:21:36 +02:00
|
|
|
<argument type="service" id="dunglas_json_ld_api.resource_collection" />
|
2015-03-15 23:48:57 +01:00
|
|
|
<argument type="service" id="dunglas_json_ld_api.mapping.class_metadata_factory" />
|
|
|
|
|
|
|
|
<tag name="nelmio_api_doc.extractor.annotations_provider" />
|
|
|
|
</service>
|
|
|
|
|
|
|
|
<service id="nelmio_api_doc.parser.dunglas_json_ld_api_parser" class="Nelmio\ApiDocBundle\Parser\DunglasJsonLdApiParser">
|
2015-04-07 22:21:36 +02:00
|
|
|
<argument type="service" id="dunglas_json_ld_api.resource_collection" />
|
2015-03-15 23:48:57 +01:00
|
|
|
<argument type="service" id="dunglas_json_ld_api.mapping.class_metadata_factory" />
|
|
|
|
|
|
|
|
<tag name="nelmio_api_doc.extractor.parser" />
|
|
|
|
</service>
|
|
|
|
</services>
|
|
|
|
|
|
|
|
</container>
|