var/cache/dev/ContainerSjYHASF/getRegistry3Service.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerSjYHASF;
  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 getRegistry3Service extends App_KernelDevDebugContainer
  9. {
  10. /**
  11. * Gets the private 'Ibexa\Core\Notification\Renderer\Registry' shared autowired service.
  12. *
  13. * @return \Ibexa\Core\Notification\Renderer\Registry
  14. */
  15. public static function do($container, $lazyLoad = true)
  16. {
  17. include_once \dirname(__DIR__, 4).'/vendor/se7enxweb/exponential-platform-dxp-core/src/lib/Notification/Renderer/Registry.php';
  18. include_once \dirname(__DIR__, 4).'/vendor/se7enxweb/exponential-platform-dxp-core/src/lib/Notification/Renderer/NotificationRenderer.php';
  19. include_once \dirname(__DIR__, 4).'/vendor/se7enxweb/exponential-platform-dxp-core/src/lib/Notification/Renderer/TypedNotificationRendererInterface.php';
  20. include_once \dirname(__DIR__, 4).'/vendor/ibexa/notifications/src/lib/SystemNotification/SystemNotificationRenderer.php';
  21. $container->privates['Ibexa\\Core\\Notification\\Renderer\\Registry'] = $instance = new \Ibexa\Core\Notification\Renderer\Registry();
  22. $instance->addRenderer('system', new \Ibexa\Notifications\SystemNotification\SystemNotificationRenderer(($container->services['.container.private.twig'] ?? $container->get_Container_Private_TwigService()), ($container->services['Ibexa\\Core\\MVC\\Symfony\\Routing\\ChainRouter'] ?? $container->getChainRouterService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($container->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $container->getTranslatorInterfaceService())));
  23. return $instance;
  24. }
  25. }