Current path: home/webdevt/www/schtroumpf.fr/vendor/api-platform/core/src/Symfony/Bundle/Resources/config/legacy/
?? Go up: /home/webdevt/www/schtroumpf.fr/vendor/api-platform/core/src/Symfony/Bundle/Resources/config
<?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="api_platform.identifiers_extractor.legacy" class="ApiPlatform\Core\Api\IdentifiersExtractor" public="false">
<argument type="service" id="api_platform.metadata.property.name_collection_factory" />
<argument type="service" id="api_platform.metadata.property.metadata_factory.legacy" />
<argument type="service" id="api_platform.property_accessor" />
<argument type="service" id="api_platform.resource_class_resolver" />
<argument>%api_platform.metadata_backward_compatibility_layer%</argument>
</service>
<service id="api_platform.identifiers_extractor.cached" class="ApiPlatform\Core\Api\CachedIdentifiersExtractor" decorates="api_platform.identifiers_extractor.legacy" public="false">
<argument type="service" id="api_platform.cache.identifiers_extractor" />
<argument type="service" id="api_platform.identifiers_extractor.cached.inner" />
<argument type="service" id="api_platform.property_accessor" />
<argument type="service" id="api_platform.resource_class_resolver" />
</service>
<service id="ApiPlatform\Core\Api\IdentifiersExtractorInterface" alias="api_platform.identifiers_extractor.cached" />
<service id="api_platform.cache.identifiers_extractor" parent="cache.system" public="false">
<tag name="cache.pool" />
</service>
<service id="api_platform.identifier.converter" class="ApiPlatform\Core\Identifier\IdentifierConverter" public="false">
<argument type="service" id="api_platform.identifiers_extractor.cached" />
<argument type="service" id="api_platform.metadata.property.metadata_factory.legacy" />
<argument type="tagged" tag="api_platform.identifier.denormalizer" />
</service>
</services>
</container>