<?php
namespace ContainerSjYHASF;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getRegistry3Service extends App_KernelDevDebugContainer
{
/**
* Gets the private 'Ibexa\Core\Notification\Renderer\Registry' shared autowired service.
*
* @return \Ibexa\Core\Notification\Renderer\Registry
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/se7enxweb/exponential-platform-dxp-core/src/lib/Notification/Renderer/Registry.php';
include_once \dirname(__DIR__, 4).'/vendor/se7enxweb/exponential-platform-dxp-core/src/lib/Notification/Renderer/NotificationRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/se7enxweb/exponential-platform-dxp-core/src/lib/Notification/Renderer/TypedNotificationRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/ibexa/notifications/src/lib/SystemNotification/SystemNotificationRenderer.php';
$container->privates['Ibexa\\Core\\Notification\\Renderer\\Registry'] = $instance = new \Ibexa\Core\Notification\Renderer\Registry();
$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())));
return $instance;
}
}