var/cache/website/dev/ContainerPowmVZb/getBlockManagerService.php line 48

Open in your IDE?
  1. <?php
  2. namespace ContainerPowmVZb;
  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 getBlockManagerService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'App\BlockManager\BlockManager' shared autowired service.
  12.      *
  13.      * @return \App\BlockManager\BlockManager
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__5).'/src/BlockManager/BlockManager.php';
  18.         include_once \dirname(__DIR__5).'/src/BlockManager/Type/BaseBlock.php';
  19.         include_once \dirname(__DIR__5).'/src/BlockManager/Type/Banner.php';
  20.         include_once \dirname(__DIR__5).'/src/BlockManager/Type/Benefits.php';
  21.         include_once \dirname(__DIR__5).'/src/BlockManager/Type/Intro.php';
  22.         include_once \dirname(__DIR__5).'/src/BlockManager/Type/Articles.php';
  23.         include_once \dirname(__DIR__5).'/src/BlockManager/Type/Downloads.php';
  24.         include_once \dirname(__DIR__5).'/src/BlockManager/Type/Testimonials.php';
  25.         include_once \dirname(__DIR__5).'/src/BlockManager/Type/MediaWithText.php';
  26.         include_once \dirname(__DIR__5).'/src/BlockManager/Type/Signpost.php';
  27.         include_once \dirname(__DIR__5).'/src/BlockManager/Type/Persons.php';
  28.         include_once \dirname(__DIR__5).'/src/BlockManager/Type/ContactForm.php';
  29.         include_once \dirname(__DIR__5).'/src/Utils/FormManager.php';
  30.         include_once \dirname(__DIR__5).'/src/Service/FileUploader.php';
  31.         include_once \dirname(__DIR__5).'/vendor/symfony/mailer/MailerInterface.php';
  32.         include_once \dirname(__DIR__5).'/vendor/symfony/mailer/Mailer.php';
  33.         include_once \dirname(__DIR__5).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  34.         include_once \dirname(__DIR__5).'/vendor/symfony/mailer/Transport/Transports.php';
  35.         include_once \dirname(__DIR__5).'/vendor/symfony/mailer/Transport.php';
  36.         include_once \dirname(__DIR__5).'/src/BlockManager/Type/Branches.php';
  37.         include_once \dirname(__DIR__5).'/src/BlockManager/Type/Contacts.php';
  38.         include_once \dirname(__DIR__5).'/src/BlockManager/Type/TitlePerex.php';
  39.         $a = ($container->services['sulu_core.webspace.request_analyzer'] ?? $container->getSuluCore_Webspace_RequestAnalyzerService());
  40.         $b = ($container->privates['App\\Snippet\\Button'] ?? $container->load('getButtonService'));
  41.         $c = ($container->privates['App\\Utils\\SchemaManager'] ?? $container->load('getSchemaManagerService'));
  42.         $d = ($container->privates['App\\Utils\\MediaManager'] ?? $container->load('getMediaManagerService'));
  43.         $e = ($container->services['translator'] ?? $container->getTranslatorService());
  44.         $f $container->load('getSession_FlashBagService');
  45.         return $container->privates['App\\BlockManager\\BlockManager'] = new \App\BlockManager\BlockManager(($container->privates['App\\Block\\BlockResolver'] ?? $container->load('getBlockResolverService')), $a, new \App\BlockManager\Type\Banner($b), new \App\BlockManager\Type\Benefits(), new \App\BlockManager\Type\Intro($b), new \App\BlockManager\Type\Articles($b, ($container->privates['App\\Repository\\ArticleRepository'] ?? $container->load('getArticleRepositoryService')), $a$c), new \App\BlockManager\Type\Downloads(), new \App\BlockManager\Type\Testimonials(), new \App\BlockManager\Type\MediaWithText($b), new \App\BlockManager\Type\Signpost($b), new \App\BlockManager\Type\Persons($d, ($container->services['sulu.repository.contact'] ?? $container->getSulu_Repository_ContactService()), $a$c), new \App\BlockManager\Type\ContactForm(($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($container->services['.container.private.form.factory'] ?? $container->get_Container_Private_Form_FactoryService()), new \App\Utils\FormManager(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), new \App\Service\FileUploader(\dirname(__DIR__5), '/uploads', ($container->privates['slugger'] ?? ($container->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('cs'))), ($container->services['.container.private.filesystem'] ?? ($container->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem()))), new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () use ($container) {
  46.             yield => $container->load('getMailer_TransportFactory_MailgunService');
  47.             yield => $container->load('getMailer_TransportFactory_NullService');
  48.             yield => $container->load('getMailer_TransportFactory_SendmailService');
  49.             yield => $container->load('getMailer_TransportFactory_NativeService');
  50.             yield => $container->load('getMailer_TransportFactory_SmtpService');
  51.         }, 5)))->fromStrings(['main' => $container->getEnv('MAILER_DSN')]), NULL, ($container->services['event_dispatcher'] ?? $container->getEventDispatcherService())), $e$f, ($container->privates['twig'] ?? $container->getTwigService())), $f$e), new \App\BlockManager\Type\Branches($d, ($container->services['sulu.repository.account'] ?? $container->getSulu_Repository_AccountService()), $a$c), new \App\BlockManager\Type\Contacts(), new \App\BlockManager\Type\TitlePerex());
  52.     }
  53. }