<?php

namespace ContainerD8i3oiX;

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 getEventsExtensionService extends App_KernelProdDebugContainer
{
    /**
     * Gets the private 'KevinPapst\AdminLTEBundle\Twig\EventsExtension' shared service.
     *
     * @return \KevinPapst\AdminLTEBundle\Twig\EventsExtension
     */
    public static function do($container, $lazyLoad = true)
    {
        include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Extension'.\DIRECTORY_SEPARATOR.'RuntimeExtensionInterface.php';
        include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'kevinpapst'.\DIRECTORY_SEPARATOR.'adminlte-bundle'.\DIRECTORY_SEPARATOR.'Twig'.\DIRECTORY_SEPARATOR.'EventsExtension.php';

        $a = ($container->services['event_dispatcher'] ?? $container->getEventDispatcherService());

        if (isset($container->privates['KevinPapst\\AdminLTEBundle\\Twig\\EventsExtension'])) {
            return $container->privates['KevinPapst\\AdminLTEBundle\\Twig\\EventsExtension'];
        }

        return $container->privates['KevinPapst\\AdminLTEBundle\\Twig\\EventsExtension'] = new \KevinPapst\AdminLTEBundle\Twig\EventsExtension($a, ($container->privates['admin_lte_theme.context_helper'] ?? $container->load('getAdminLteTheme_ContextHelperService')));
    }
}
