var/cache/dev/ContainerBU7G59P/getBridgeService.php line 41

Open in your IDE?
  1. <?php
  2. namespace ContainerBU7G59P;
  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 getBridgeService extends Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'Hofff\Contao\Consent\Bridge\Bridge' shared service.
  12.      *
  13.      * @return \Hofff\Contao\Consent\Bridge\Bridge
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/hofff/contao-consent-bridge/src/Bridge.php';
  18.         include_once \dirname(__DIR__4).'/vendor/hofff/contao-consent-bridge/src/ConsentTool.php';
  19.         include_once \dirname(__DIR__4).'/vendor/hofff/contao-consent-core/src/ConsentBridge/HofffConsentTool.php';
  20.         include_once \dirname(__DIR__4).'/vendor/hofff/contao-consent-core/src/RootTagFactory.php';
  21.         $container->privates['Hofff\\Contao\\Consent\\Bridge\\Bridge'] = $instance = new \Hofff\Contao\Consent\Bridge\Bridge(new RewindableGenerator(function () use ($container) {
  22.             yield => ($container->privates['App\\ContaoConsent\\Plugin\\VideoHeroPlugin'] ?? ($container->privates['App\\ContaoConsent\\Plugin\\VideoHeroPlugin'] = new \App\ContaoConsent\Plugin\VideoHeroPlugin()));
  23.             yield => ($container->privates['Hofff\\Contao\\Consent\\Core\\ConsentBridge\\Plugin'] ?? ($container->privates['Hofff\\Contao\\Consent\\Core\\ConsentBridge\\Plugin'] = new \Hofff\Contao\Consent\Core\ConsentBridge\Plugin()));
  24.             yield => ($container->privates['Hofff\\Contao\\Consent\\YouTube\\ConsentBridgePlugin'] ?? ($container->privates['Hofff\\Contao\\Consent\\YouTube\\ConsentBridgePlugin'] = new \Hofff\Contao\Consent\YouTube\ConsentBridgePlugin()));
  25.             yield => ($container->privates['Hofff\\Contao\\Consent\\OpenStreetMap\\ConsentBridgePlugin'] ?? ($container->privates['Hofff\\Contao\\Consent\\OpenStreetMap\\ConsentBridgePlugin'] = new \Hofff\Contao\Consent\OpenStreetMap\ConsentBridgePlugin()));
  26.             yield => ($container->privates['Hofff\\Contao\\Consent\\AdobeFonts\\ConsentBridgePlugin'] ?? ($container->privates['Hofff\\Contao\\Consent\\AdobeFonts\\ConsentBridgePlugin'] = new \Hofff\Contao\Consent\AdobeFonts\ConsentBridgePlugin()));
  27.             yield => ($container->privates['Hofff\\Contao\\Consent\\Spotify\\ConsentBridgePlugin'] ?? ($container->privates['Hofff\\Contao\\Consent\\Spotify\\ConsentBridgePlugin'] = new \Hofff\Contao\Consent\Spotify\ConsentBridgePlugin()));
  28.             yield => ($container->privates['Hofff\\Contao\\Consent\\GoogleMaps\\ConsentBridgePlugin'] ?? ($container->privates['Hofff\\Contao\\Consent\\GoogleMaps\\ConsentBridgePlugin'] = new \Hofff\Contao\Consent\GoogleMaps\ConsentBridgePlugin()));
  29.             yield => ($container->privates['Hofff\\Contao\\Consent\\Soundcloud\\ConsentBridgePlugin'] ?? ($container->privates['Hofff\\Contao\\Consent\\Soundcloud\\ConsentBridgePlugin'] = new \Hofff\Contao\Consent\Soundcloud\ConsentBridgePlugin()));
  30.             yield => ($container->privates['Hofff\\Contao\\Consent\\Vimeo\\ConsentBridgePlugin'] ?? ($container->privates['Hofff\\Contao\\Consent\\Vimeo\\ConsentBridgePlugin'] = new \Hofff\Contao\Consent\Vimeo\ConsentBridgePlugin()));
  31.             yield => ($container->privates['Hofff\\Contao\\Consent\\GoogleWebfonts\\ConsentBridgePlugin'] ?? ($container->privates['Hofff\\Contao\\Consent\\GoogleWebfonts\\ConsentBridgePlugin'] = new \Hofff\Contao\Consent\GoogleWebfonts\ConsentBridgePlugin()));
  32.             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([], [])));
  33.         }, 11));
  34.         $a = ($container->privates['Hofff\\Contao\\Consent\\Core\\Tag\\TagTypeRegistry'] ?? $container->load('getTagTypeRegistryService'));
  35.         $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())));
  36.         return $instance;
  37.     }
  38. }