/vendor/sensio/framework-extra-bundle/Resources/config/routing.xml
https://bitbucket.org/cristinagr/symfony-_-fos_user · XML · 25 lines · 21 code · 4 blank · 0 comment · 0 complexity · fbe82399ca2028a77bb476a42e93f49c MD5 · raw file
- <?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="sensio_framework_extra.routing.loader.annot_class" class="Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader" public="false">
- <tag name="routing.loader" />
- <argument type="service" id="annotation_reader" />
- </service>
- <service id="sensio_framework_extra.routing.loader.annot_dir" class="Symfony\Component\Routing\Loader\AnnotationDirectoryLoader" public="false">
- <tag name="routing.loader" />
- <argument type="service" id="file_locator" />
- <argument type="service" id="sensio_framework_extra.routing.loader.annot_class" />
- </service>
- <service id="sensio_framework_extra.routing.loader.annot_file" class="Symfony\Component\Routing\Loader\AnnotationFileLoader" public="false">
- <tag name="routing.loader" />
- <argument type="service" id="file_locator" />
- <argument type="service" id="sensio_framework_extra.routing.loader.annot_class" />
- </service>
- </services>
- </container>