var/cache/dev/ContainerVJPm9f3/getSearchControllerService.php line 23

Open in your IDE?
  1. <?php
  2. namespace ContainerVJPm9f3;
  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 getSearchControllerService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'App\Controller\Api\SearchController' shared autowired service.
  12.      *
  13.      * @return \App\Controller\Api\SearchController
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  18.         include_once \dirname(__DIR__4).'/src/Controller/Api/SearchController.php';
  19.         $container->services['App\\Controller\\Api\\SearchController'] = $instance = new \App\Controller\Api\SearchController(($container->privates['App\\Service\\ElasticSearchService'] ?? $container->load('getElasticSearchServiceService')), ($container->services['.container.private.serializer'] ?? $container->get_Container_Private_SerializerService()), ($container->services['translator'] ?? $container->getTranslatorService()));
  20.         $instance->setContainer(($container->privates['.service_locator.O5.I8J.'] ?? $container->load('get_ServiceLocator_O5_I8J_Service'))->withContext('App\\Controller\\Api\\SearchController'$container));
  21.         return $instance;
  22.     }
  23. }