var/cache/dev/ContainerXhyNa0j/getPimcore_Templating_ViewHelper_NavigationService.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 'pimcore.templating.view_helper.navigation' shared autowired service.
  6. @trigger_error('The "pimcore.templating.view_helper.navigation" service is deprecated and will be removed in Pimcore 10'E_USER_DEPRECATED);
  7. if ($lazyLoad) {
  8.     return $this->services['pimcore.templating.view_helper.navigation'] = $this->createProxy('Navigation_a34f8f7', function () {
  9.         return \Navigation_a34f8f7::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  10.             $wrappedInstance $this->load('getPimcore_Templating_ViewHelper_NavigationService.php'false);
  11.             $proxy->setProxyInitializer(null);
  12.             return true;
  13.         });
  14.     });
  15. }
  16. return new \Pimcore\Templating\Helper\Navigation(($this->privates['Pimcore\\Navigation\\Builder'] ?? $this->load('getBuilderService.php')), ($this->privates['pimcore.templating.navigation.renderer_locator'] ?? $this->load('getPimcore_Templating_Navigation_RendererLocatorService.php')));