var/cache/dev/ContainerAdNOpQA/getGiftCheckoutControllerService.php line 17

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\Ecommerce\GiftCheckoutController' shared autowired service.
  6. include_once \dirname(__DIR__4).'/vendor/wearemarketing/corebundle/Util/Interfaces/RendererAwareInterface.php';
  7. include_once \dirname(__DIR__4).'/vendor/wearemarketing/corebundle/Util/Traits/RendererTrait.php';
  8. include_once \dirname(__DIR__4).'/vendor/wearemarketing/corebundle/Controller/Traits/RendererControllerTrait.php';
  9. include_once \dirname(__DIR__4).'/src/Controller/Ecommerce/Traits/ExtractsExtraTypesFromGift.php';
  10. include_once \dirname(__DIR__4).'/src/Controller/Ecommerce/GiftCheckoutController.php';
  11. $this->services['App\\Controller\\Ecommerce\\GiftCheckoutController'] = $instance = new \App\Controller\Ecommerce\GiftCheckoutController(($this->privates['App\\Repository\\Ecommerce\\Interfaces\\GiftRepositoryInterface'] ?? $this->getGiftRepositoryInterfaceService()), ($this->privates['App\\Factory\\Ecommerce\\GiftFormFactory'] ?? $this->load('getGiftFormFactoryService.php')), ($this->privates['App\\Processor\\Ecommerce\\GiftHasExtraProcessor'] ?? $this->load('getGiftHasExtraProcessorService.php')), ($this->services['App\\Service\\Ecommerce\\GiftToCartService'] ?? $this->load('getGiftToCartServiceService.php')), ($this->privates['App\\Assigner\\Ecommerce\\CartShippingAssigner'] ?? $this->load('getCartShippingAssignerService.php')));
  12. $instance->setTwig(($this->services['twig'] ?? $this->getTwigService()));
  13. $instance->setUrlGenerator(($this->services['router'] ?? $this->getRouterService()));
  14. return $instance;