var/cache/dev/ContainerXhyNa0j/getDocumentRendererService.php line 12

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 'Pimcore\Document\Renderer\DocumentRenderer' shared autowired service.
  6. include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Document/Renderer/DocumentRendererInterface.php';
  7. include_once \dirname(__DIR__4).'/vendor/pimcore/pimcore/lib/Document/Renderer/DocumentRenderer.php';
  8. $this->services['Pimcore\\Document\\Renderer\\DocumentRenderer'] = $instance = new \Pimcore\Document\Renderer\DocumentRenderer(($this->services['Pimcore\\Http\\RequestHelper'] ?? $this->getRequestHelperService()), ($this->services['pimcore.templating.action_renderer'] ?? $this->load('getPimcore_Templating_ActionRendererService.php')), ($this->privates['fragment.renderer.inline'] ?? $this->load('getFragment_Renderer_InlineService.php')), ($this->privates['Pimcore\\Routing\\Dynamic\\DocumentRouteHandler'] ?? $this->getDocumentRouteHandlerService()), ($this->services['Pimcore\\Targeting\\Document\\DocumentTargetingConfigurator'] ?? $this->getDocumentTargetingConfiguratorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Pimcore\\Localization\\LocaleServiceInterface'] ?? $this->load('getLocaleServiceInterfaceService.php')));
  9. $instance->setContainerService(($this->services['pimcore.templating.view_helper.placeholder.container_service'] ?? $this->load('getPimcore_Templating_ViewHelper_Placeholder_ContainerServiceService.php')));
  10. return $instance;