var/cache/dev/ContainerAMPhsfa/getSensioFrameworkExtra_Routing_Loader_AnnotFileService.php line 22

Open in your IDE?
  1. <?php
  2. namespace ContainerAMPhsfa;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6. * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7. */
  8. class getSensioFrameworkExtra_Routing_Loader_AnnotFileService extends App_KernelDevDebugContainer
  9. {
  10. /**
  11. * Gets the private 'sensio_framework_extra.routing.loader.annot_file' shared service.
  12. *
  13. * @return \Symfony\Component\Routing\Loader\AnnotationFileLoader
  14. *
  15. * @deprecated Since sensio/framework-extra-bundle 5.2: The "sensio_framework_extra.routing.loader.annot_file" service is deprecated since version 5.2
  16. */
  17. public static function do($container, $lazyLoad = true)
  18. {
  19. trigger_deprecation('sensio/framework-extra-bundle', '5.2', 'The "sensio_framework_extra.routing.loader.annot_file" service is deprecated since version 5.2');
  20. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';
  21. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocator.php';
  22. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  23. return new \Symfony\Component\Routing\Loader\AnnotationFileLoader(($container->privates['file_locator'] ?? ($container->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($container->services['kernel'] ?? $container->get('kernel', 1))))), ($container->privates['sensio_framework_extra.routing.loader.annot_class'] ?? $container->load('getSensioFrameworkExtra_Routing_Loader_AnnotClassService')));
  24. }
  25. }