Add an alias to the property info type extractor

This commit is contained in:
Samuel ROZE 2018-05-30 17:45:47 +02:00
parent be1b37f017
commit bbbcd46005
1 changed files with 4 additions and 0 deletions

View File

@ -13,7 +13,11 @@
<argument type="collection" />
<argument type="collection" />
</service>
<service id="Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface" alias="property_info" />
<service id="Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface" alias="property_info" />
<service id="Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface" alias="property_info" />
<service id="Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface" alias="property_info" />
<service id="Symfony\Component\PropertyInfo\PropertyListExtractorInterface" alias="property_info" />
<!-- Extractor -->
<service id="property_info.reflection_extractor" class="Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor">