var/cache/dev/ContainerQXarePx/getSearchControllerService.php line 9

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 'App\Controller\SearchController' shared autowired service.
  6. $this->services['App\\Controller\\SearchController'] = $instance = new \App\Controller\SearchController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->load('getKnpPaginatorService.php')), ($this->services['serializer'] ?? $this->load('getSerializerService.php')));
  7. $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->load('get_ServiceLocator_VdmMuyEService.php'))->withContext('App\\Controller\\SearchController'$this));
  8. return $instance;