/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

  1. <?xml version="1.0" ?>
  2. <container xmlns="http://symfony.com/schema/dic/services"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
  5. <services>
  6. <service id="sensio_framework_extra.routing.loader.annot_class" class="Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader" public="false">
  7. <tag name="routing.loader" />
  8. <argument type="service" id="annotation_reader" />
  9. </service>
  10. <service id="sensio_framework_extra.routing.loader.annot_dir" class="Symfony\Component\Routing\Loader\AnnotationDirectoryLoader" public="false">
  11. <tag name="routing.loader" />
  12. <argument type="service" id="file_locator" />
  13. <argument type="service" id="sensio_framework_extra.routing.loader.annot_class" />
  14. </service>
  15. <service id="sensio_framework_extra.routing.loader.annot_file" class="Symfony\Component\Routing\Loader\AnnotationFileLoader" public="false">
  16. <tag name="routing.loader" />
  17. <argument type="service" id="file_locator" />
  18. <argument type="service" id="sensio_framework_extra.routing.loader.annot_class" />
  19. </service>
  20. </services>
  21. </container>