<?php
namespace ContainerBU7G59P;
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 getBridgeService extends Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer
{
/**
* Gets the private 'Hofff\Contao\Consent\Bridge\Bridge' shared service.
*
* @return \Hofff\Contao\Consent\Bridge\Bridge
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/hofff/contao-consent-bridge/src/Bridge.php';
include_once \dirname(__DIR__, 4).'/vendor/hofff/contao-consent-bridge/src/ConsentTool.php';
include_once \dirname(__DIR__, 4).'/vendor/hofff/contao-consent-core/src/ConsentBridge/HofffConsentTool.php';
include_once \dirname(__DIR__, 4).'/vendor/hofff/contao-consent-core/src/RootTagFactory.php';
$container->privates['Hofff\\Contao\\Consent\\Bridge\\Bridge'] = $instance = new \Hofff\Contao\Consent\Bridge\Bridge(new RewindableGenerator(function () use ($container) {
yield 0 => ($container->privates['App\\ContaoConsent\\Plugin\\VideoHeroPlugin'] ?? ($container->privates['App\\ContaoConsent\\Plugin\\VideoHeroPlugin'] = new \App\ContaoConsent\Plugin\VideoHeroPlugin()));
yield 1 => ($container->privates['Hofff\\Contao\\Consent\\Core\\ConsentBridge\\Plugin'] ?? ($container->privates['Hofff\\Contao\\Consent\\Core\\ConsentBridge\\Plugin'] = new \Hofff\Contao\Consent\Core\ConsentBridge\Plugin()));
yield 2 => ($container->privates['Hofff\\Contao\\Consent\\YouTube\\ConsentBridgePlugin'] ?? ($container->privates['Hofff\\Contao\\Consent\\YouTube\\ConsentBridgePlugin'] = new \Hofff\Contao\Consent\YouTube\ConsentBridgePlugin()));
yield 3 => ($container->privates['Hofff\\Contao\\Consent\\OpenStreetMap\\ConsentBridgePlugin'] ?? ($container->privates['Hofff\\Contao\\Consent\\OpenStreetMap\\ConsentBridgePlugin'] = new \Hofff\Contao\Consent\OpenStreetMap\ConsentBridgePlugin()));
yield 4 => ($container->privates['Hofff\\Contao\\Consent\\AdobeFonts\\ConsentBridgePlugin'] ?? ($container->privates['Hofff\\Contao\\Consent\\AdobeFonts\\ConsentBridgePlugin'] = new \Hofff\Contao\Consent\AdobeFonts\ConsentBridgePlugin()));
yield 5 => ($container->privates['Hofff\\Contao\\Consent\\Spotify\\ConsentBridgePlugin'] ?? ($container->privates['Hofff\\Contao\\Consent\\Spotify\\ConsentBridgePlugin'] = new \Hofff\Contao\Consent\Spotify\ConsentBridgePlugin()));
yield 6 => ($container->privates['Hofff\\Contao\\Consent\\GoogleMaps\\ConsentBridgePlugin'] ?? ($container->privates['Hofff\\Contao\\Consent\\GoogleMaps\\ConsentBridgePlugin'] = new \Hofff\Contao\Consent\GoogleMaps\ConsentBridgePlugin()));
yield 7 => ($container->privates['Hofff\\Contao\\Consent\\Soundcloud\\ConsentBridgePlugin'] ?? ($container->privates['Hofff\\Contao\\Consent\\Soundcloud\\ConsentBridgePlugin'] = new \Hofff\Contao\Consent\Soundcloud\ConsentBridgePlugin()));
yield 8 => ($container->privates['Hofff\\Contao\\Consent\\Vimeo\\ConsentBridgePlugin'] ?? ($container->privates['Hofff\\Contao\\Consent\\Vimeo\\ConsentBridgePlugin'] = new \Hofff\Contao\Consent\Vimeo\ConsentBridgePlugin()));
yield 9 => ($container->privates['Hofff\\Contao\\Consent\\GoogleWebfonts\\ConsentBridgePlugin'] ?? ($container->privates['Hofff\\Contao\\Consent\\GoogleWebfonts\\ConsentBridgePlugin'] = new \Hofff\Contao\Consent\GoogleWebfonts\ConsentBridgePlugin()));
yield 10 => ($container->privates['Hofff\\Contao\\Consent\\Bridge\\Plugin\\ConfigurationBasedPlugin'] ?? ($container->privates['Hofff\\Contao\\Consent\\Bridge\\Plugin\\ConfigurationBasedPlugin'] = new \Hofff\Contao\Consent\Bridge\Plugin\ConfigurationBasedPlugin([], [])));
}, 11));
$a = ($container->privates['Hofff\\Contao\\Consent\\Core\\Tag\\TagTypeRegistry'] ?? $container->load('getTagTypeRegistryService'));
$instance->registerConsentTool(new \Hofff\Contao\Consent\Core\ConsentBridge\HofffConsentTool(new \Hofff\Contao\Consent\Core\RootTagFactory($a, ($container->privates['Hofff\\Contao\\Consent\\Core\\Model\\TagModelRepository'] ?? ($container->privates['Hofff\\Contao\\Consent\\Core\\Model\\TagModelRepository'] = new \Hofff\Contao\Consent\Core\Model\ContaoTagModelRepository()))), $a, ($container->privates['netzmacht.contao_toolkit.repository_manager'] ?? $container->getNetzmacht_ContaoToolkit_RepositoryManagerService()), ($container->privates['netzmacht.contao_toolkit.template_renderer'] ?? $container->load('getNetzmacht_ContaoToolkit_TemplateRendererService')), ($container->services['router'] ?? $container->getRouterService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($container->services['event_dispatcher'] ?? $container->getEventDispatcherService()), ($container->privates['netzmacht.contao_toolkit.contao.controller_adapter'] ?? $container->load('getNetzmacht_ContaoToolkit_Contao_ControllerAdapterService')), ($container->services['contao.assets.assets_context'] ?? $container->getContao_Assets_AssetsContextService()), ($container->services['assets.packages'] ?? $container->getAssets_PackagesService())));
return $instance;
}
}