var/cache/dev/ContainerJ8eqhbr/getRouting_LoaderService.php line 41

Open in your IDE?
  1. <?php
  2. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  3. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  4. // This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
  5. // Returns the public 'routing.loader' shared service.
  6. include_once $this->targetDirs[3].'/vendor/symfony/config/Loader/LoaderInterface.php';
  7. include_once $this->targetDirs[3].'/vendor/symfony/config/Loader/Loader.php';
  8. include_once $this->targetDirs[3].'/vendor/symfony/config/Loader/FileLoader.php';
  9. include_once $this->targetDirs[3].'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  10. include_once $this->targetDirs[3].'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  11. include_once $this->targetDirs[3].'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  12. include_once $this->targetDirs[3].'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  13. include_once $this->targetDirs[3].'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  14. include_once $this->targetDirs[3].'/vendor/symfony/routing/Loader/ObjectRouteLoader.php';
  15. include_once $this->targetDirs[3].'/vendor/symfony/routing/Loader/DependencyInjection/ServiceRouterLoader.php';
  16. include_once $this->targetDirs[3].'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  17. include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  18. include_once $this->targetDirs[3].'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  19. include_once $this->targetDirs[3].'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  20. include_once $this->targetDirs[3].'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  21. include_once $this->targetDirs[3].'/vendor/symfony/config/Loader/LoaderResolver.php';
  22. include_once $this->targetDirs[3].'/vendor/symfony/config/Loader/DelegatingLoader.php';
  23. include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  24. $a = ($this->privates['file_locator'] ?? $this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->targetDirs[3].'/src/Resources'), array(=> ($this->targetDirs[3].'/src'))));
  25. $b = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  26. $c = new \Symfony\Component\Config\Loader\LoaderResolver();
  27. $c->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($a));
  28. $c->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($a));
  29. $c->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($a));
  30. $c->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($a));
  31. $c->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($a));
  32. $c->addLoader(new \Symfony\Component\Routing\Loader\DependencyInjection\ServiceRouterLoader($this));
  33. $c->addLoader(($this->privates['sensio_framework_extra.routing.loader.annot_class'] ?? $this->load('getSensioFrameworkExtra_Routing_Loader_AnnotClassService.php')));
  34. $c->addLoader(($this->privates['sensio_framework_extra.routing.loader.annot_dir'] ?? $this->load('getSensioFrameworkExtra_Routing_Loader_AnnotDirService.php')));
  35. $c->addLoader(($this->privates['sensio_framework_extra.routing.loader.annot_file'] ?? $this->load('getSensioFrameworkExtra_Routing_Loader_AnnotFileService.php')));
  36. $c->addLoader($b);
  37. $c->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($a$b));
  38. $c->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($a$b));
  39. return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader(($this->privates['controller_name_converter'] ?? $this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)))), $c);