var/cache/dev/ContainerTsUjSSq/srcApp_KernelDevDebugContainer.php line 557

Open in your IDE?
  1. <?php
  2. namespace ContainerTsUjSSq;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class srcApp_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'cache.app' => 'getCache_AppService',
  37.             'cache.system' => 'getCache_SystemService',
  38.             'doctrine' => 'getDoctrineService',
  39.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  40.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  41.             'event_dispatcher' => 'getEventDispatcherService',
  42.             'http_kernel' => 'getHttpKernelService',
  43.             'profiler' => 'getProfilerService',
  44.             'request_stack' => 'getRequestStackService',
  45.             'router' => 'getRouterService',
  46.             'twig' => 'getTwigService',
  47.             'validator' => 'getValidatorService',
  48.         ];
  49.         $this->fileMap = [
  50.             'App\\Controller\\OptionsController' => 'getOptionsControllerService.php',
  51.             'App\\Controller\\OrdersController' => 'getOrdersControllerService.php',
  52.             'App\\Controller\\StoresController' => 'getStoresControllerService.php',
  53.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  54.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  55.             'Symfony\\Component\\Serializer\\Normalizer\\GetSetMethodNormalizer' => 'getGetSetMethodNormalizerService.php',
  56.             'cache.app_clearer' => 'getCache_AppClearerService.php',
  57.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  58.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  59.             'cache_clearer' => 'getCacheClearerService.php',
  60.             'cache_warmer' => 'getCacheWarmerService.php',
  61.             'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService.php',
  62.             'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService.php',
  63.             'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService.php',
  64.             'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService.php',
  65.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  66.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService.php',
  67.             'error_controller' => 'getErrorControllerService.php',
  68.             'filesystem' => 'getFilesystemService.php',
  69.             'form.factory' => 'getForm_FactoryService.php',
  70.             'form.type.file' => 'getForm_Type_FileService.php',
  71.             'routing.loader' => 'getRouting_LoaderService.php',
  72.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
  73.             'serializer' => 'getSerializerService.php',
  74.             'services_resetter' => 'getServicesResetterService.php',
  75.             'session' => 'getSessionService.php',
  76.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  77.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  78.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  79.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService.php',
  80.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  81.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  82.         ];
  83.         $this->aliases = [
  84.             'database_connection' => 'doctrine.dbal.default_connection',
  85.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  86.         ];
  87.         $this->privates['service_container'] = function () {
  88.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  89.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  90.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  91.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  92.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  93.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  94.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  95.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  96.             include_once \dirname(__DIR__4).'/src/EventListener/InitEventSubscriber.php';
  97.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  98.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  99.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  100.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  101.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  102.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  103.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  104.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  105.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  106.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  107.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  108.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  109.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  110.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  111.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  112.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  113.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  114.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  115.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  116.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  119.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  120.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  123.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  130.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  131.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  160.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  161.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  162.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  179.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  195.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  196.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  197.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  198.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/PhpArrayTrait.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  202.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  203.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  204.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  205.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  207.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  210.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  211.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  212.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  213.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  214.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  215.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  216.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  218.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  219.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  220.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  221.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  222.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  223.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  224.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  225.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  227.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  229.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  230.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  231.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  234.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  235.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  237.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  238.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  239.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  240.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  241.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  242.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  243.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  244.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  245.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  247.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  248.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  249.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  250.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  251.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  252.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  253.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  254.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  255.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  256.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  257.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  258.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  259.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/NativeFilesystemLoader.php';
  262.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  265.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  285.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  286.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  294.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  297.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  301.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  303.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  304.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  305.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  332.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  333.         };
  334.     }
  335.     public function compile(): void
  336.     {
  337.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  338.     }
  339.     public function isCompiled(): bool
  340.     {
  341.         return true;
  342.     }
  343.     public function getRemovedIds(): array
  344.     {
  345.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  346.     }
  347.     protected function load($file$lazyLoad true)
  348.     {
  349.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  350.     }
  351.     /**
  352.      * Gets the public 'cache.app' shared service.
  353.      *
  354.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  355.      */
  356.     protected function getCache_AppService()
  357.     {
  358.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('PZjRrFTmqu'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  359.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  360.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  361.     }
  362.     /**
  363.      * Gets the public 'cache.system' shared service.
  364.      *
  365.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  366.      */
  367.     protected function getCache_SystemService()
  368.     {
  369.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('tRKTnyHR2F'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  370.     }
  371.     /**
  372.      * Gets the public 'doctrine' shared service.
  373.      *
  374.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  375.      */
  376.     protected function getDoctrineService()
  377.     {
  378.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  379.     }
  380.     /**
  381.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  382.      *
  383.      * @return \Doctrine\DBAL\Connection
  384.      */
  385.     protected function getDoctrine_Dbal_DefaultConnectionService()
  386.     {
  387.         $a = new \Doctrine\DBAL\Configuration();
  388.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  389.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  390.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  391.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  392.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  393.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  394.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php'true],
  395.         ], [
  396.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  397.         ]));
  398.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  399.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['connection_override_options' => [], 'driver' => 'pdo_mysql''charset' => 'utf8mb4''url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => '8.0''defaultTableOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci']], $a$c, []);
  400.     }
  401.     /**
  402.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  403.      *
  404.      * @return \Doctrine\ORM\EntityManager
  405.      */
  406.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  407.     {
  408.         $a = new \Doctrine\ORM\Configuration();
  409.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  410.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  411.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  412.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  413.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  414.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  415.         $a->setMetadataDriverImpl($b);
  416.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  417.         $a->setProxyNamespace('Proxies');
  418.         $a->setAutoGenerateProxyClasses(true);
  419.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  420.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  421.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  422.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  423.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  424.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  425.             'App\\Repository\\LoggerServiceRepository' => ['privates''App\\Repository\\LoggerServiceRepository''getLoggerServiceRepositoryService.php'true],
  426.             'App\\Repository\\OptionRepository' => ['privates''App\\Repository\\OptionRepository''getOptionRepositoryService.php'true],
  427.             'App\\Repository\\OrderRepository' => ['privates''App\\Repository\\OrderRepository''getOrderRepositoryService.php'true],
  428.             'App\\Repository\\StoreRepository' => ['privates''App\\Repository\\StoreRepository''getStoreRepositoryService.php'true],
  429.         ], [
  430.             'App\\Repository\\LoggerServiceRepository' => '?',
  431.             'App\\Repository\\OptionRepository' => '?',
  432.             'App\\Repository\\OrderRepository' => '?',
  433.             'App\\Repository\\StoreRepository' => '?',
  434.         ])));
  435.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  436.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  437.         return $instance;
  438.     }
  439.     /**
  440.      * Gets the public 'event_dispatcher' shared service.
  441.      *
  442.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  443.      */
  444.     protected function getEventDispatcherService()
  445.     {
  446.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  447.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  448.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  449.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  450.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  451.         $instance->addListener('kernel.controller', [=> function () {
  452.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  453.         }, => 'onKernelController'], 0);
  454.         $instance->addListener('kernel.request', [=> function () {
  455.             return ($this->privates['App\\EventListener\\InitEventSubscriber'] ?? $this->getInitEventSubscriberService());
  456.         }, => 'onKernelRequest'], 0);
  457.         $instance->addListener('api.authenticate', [=> function () {
  458.             return ($this->privates['App\\EventSubscriber\\Api\\ApiSubscriber'] ?? $this->load('getApiSubscriberService.php'));
  459.         }, => 'onApiAuthenticate'], 0);
  460.         $instance->addListener('api.response', [=> function () {
  461.             return ($this->privates['App\\EventSubscriber\\Api\\ApiSubscriber'] ?? $this->load('getApiSubscriberService.php'));
  462.         }, => 'onApiResponse'], 0);
  463.         $instance->addListener('order.event', [=> function () {
  464.             return ($this->privates['App\\EventSubscriber\\Order\\OrderSubscriber'] ?? $this->load('getOrderSubscriberService.php'));
  465.         }, => 'onOrderEvent'], 0);
  466.         $instance->addListener('order.response', [=> function () {
  467.             return ($this->privates['App\\EventSubscriber\\Order\\OrderSubscriber'] ?? $this->load('getOrderSubscriberService.php'));
  468.         }, => 'onOrderResponse'], 0);
  469.         $instance->addListener('store.auth', [=> function () {
  470.             return ($this->privates['App\\EventSubscriber\\Store\\StoreSubscriber'] ?? $this->load('getStoreSubscriberService.php'));
  471.         }, => 'onStoreEventAuth'], 0);
  472.         $instance->addListener('store.event', [=> function () {
  473.             return ($this->privates['App\\EventSubscriber\\Store\\StoreSubscriber'] ?? $this->load('getStoreSubscriberService.php'));
  474.         }, => 'onStoreEventSave'], 0);
  475.         $instance->addListener('kernel.response', [=> function () {
  476.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  477.         }, => 'onKernelResponse'], 0);
  478.         $instance->addListener('kernel.response', [=> function () {
  479.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  480.         }, => 'onKernelResponse'], -1024);
  481.         $instance->addListener('kernel.request', [=> function () {
  482.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  483.         }, => 'setDefaultLocale'], 100);
  484.         $instance->addListener('kernel.request', [=> function () {
  485.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  486.         }, => 'onKernelRequest'], 16);
  487.         $instance->addListener('kernel.finish_request', [=> function () {
  488.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  489.         }, => 'onKernelFinishRequest'], 0);
  490.         $instance->addListener('kernel.request', [=> function () {
  491.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  492.         }, => 'onKernelRequest'], 256);
  493.         $instance->addListener('kernel.request', [=> function () {
  494.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  495.         }, => 'resolveControllerName'], 24);
  496.         $instance->addListener('kernel.response', [=> function () {
  497.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  498.         }, => 'onResponse'], -255);
  499.         $instance->addListener('kernel.controller_arguments', [=> function () {
  500.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  501.         }, => 'onControllerArguments'], 0);
  502.         $instance->addListener('kernel.exception', [=> function () {
  503.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  504.         }, => 'logKernelException'], 0);
  505.         $instance->addListener('kernel.exception', [=> function () {
  506.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  507.         }, => 'onKernelException'], -128);
  508.         $instance->addListener('console.error', [=> function () {
  509.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  510.         }, => 'onConsoleError'], -128);
  511.         $instance->addListener('console.terminate', [=> function () {
  512.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  513.         }, => 'onConsoleTerminate'], -128);
  514.         $instance->addListener('console.error', [=> function () {
  515.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  516.         }, => 'onConsoleError'], 0);
  517.         $instance->addListener('kernel.request', [=> function () {
  518.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  519.         }, => 'onKernelRequest'], 128);
  520.         $instance->addListener('kernel.response', [=> function () {
  521.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  522.         }, => 'onKernelResponse'], -1000);
  523.         $instance->addListener('kernel.finish_request', [=> function () {
  524.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  525.         }, => 'onFinishRequest'], 0);
  526.         $instance->addListener('kernel.response', [=> function () {
  527.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  528.         }, => 'onKernelResponse'], -100);
  529.         $instance->addListener('kernel.exception', [=> function () {
  530.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  531.         }, => 'onKernelException'], 0);
  532.         $instance->addListener('kernel.terminate', [=> function () {
  533.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  534.         }, => 'onKernelTerminate'], -1024);
  535.         $instance->addListener('kernel.controller', [=> function () {
  536.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  537.         }, => 'onKernelController'], 0);
  538.         $instance->addListener('kernel.response', [=> function () {
  539.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  540.         }, => 'onKernelResponse'], 0);
  541.         $instance->addListener('kernel.request', [=> function () {
  542.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  543.         }, => 'configure'], 2048);
  544.         $instance->addListener('console.command', [=> function () {
  545.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  546.         }, => 'configure'], 2048);
  547.         $instance->addListener('kernel.request', [=> function () {
  548.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  549.         }, => 'onKernelRequest'], 32);
  550.         $instance->addListener('kernel.finish_request', [=> function () {
  551.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  552.         }, => 'onKernelFinishRequest'], 0);
  553.         $instance->addListener('kernel.exception', [=> function () {
  554.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  555.         }, => 'onKernelException'], -64);
  556.         $instance->addListener('kernel.controller', [=> function () {
  557.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  558.         }, => 'onKernelController'], 0);
  559.         $instance->addListener('kernel.controller', [=> function () {
  560.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  561.         }, => 'onKernelController'], 0);
  562.         $instance->addListener('kernel.controller', [=> function () {
  563.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  564.         }, => 'onKernelController'], -128);
  565.         $instance->addListener('kernel.view', [=> function () {
  566.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  567.         }, => 'onKernelView'], 0);
  568.         $instance->addListener('kernel.controller', [=> function () {
  569.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  570.         }, => 'onKernelController'], 0);
  571.         $instance->addListener('kernel.response', [=> function () {
  572.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  573.         }, => 'onKernelResponse'], 0);
  574.         $instance->addListener('kernel.controller_arguments', [=> function () {
  575.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  576.         }, => 'onKernelControllerArguments'], 0);
  577.         $instance->addListener('console.error', [=> function () {
  578.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  579.         }, => 'onConsoleError'], 0);
  580.         $instance->addListener('console.terminate', [=> function () {
  581.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  582.         }, => 'onConsoleTerminate'], 0);
  583.         $instance->addListener('kernel.response', [=> function () {
  584.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  585.         }, => 'onKernelResponse'], -128);
  586.         $instance->addListener('console.command', [=> function () {
  587.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  588.         }, => 'onCommand'], 255);
  589.         $instance->addListener('console.terminate', [=> function () {
  590.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  591.         }, => 'onTerminate'], -255);
  592.         return $instance;
  593.     }
  594.     /**
  595.      * Gets the public 'http_kernel' shared service.
  596.      *
  597.      * @return \Symfony\Component\HttpKernel\HttpKernel
  598.      */
  599.     protected function getHttpKernelService()
  600.     {
  601.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  602.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false)))), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  603.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
  604.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
  605.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
  606.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
  607.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
  608.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
  609.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService.php'));
  610.         }, 7)), $a));
  611.     }
  612.     /**
  613.      * Gets the public 'profiler' shared service.
  614.      *
  615.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  616.      */
  617.     protected function getProfilerService()
  618.     {
  619.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  620.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  621.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  622.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  623.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  624.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  625.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  626.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  627.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  628.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  629.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  630.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  631.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  632.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  633.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  634.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  635.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  636.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  637.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  638.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  639.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  640.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  641.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  642.         if ($this->has('kernel')) {
  643.             $g->setKernel($b);
  644.         }
  645.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  646.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  647.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  648.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  649.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  650.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  651.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  652.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  653.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  654.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  655.         $instance->add($d);
  656.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  657.         $instance->add($e);
  658.         $instance->add($f);
  659.         $instance->add($g);
  660.         return $instance;
  661.     }
  662.     /**
  663.      * Gets the public 'request_stack' shared service.
  664.      *
  665.      * @return \Symfony\Component\HttpFoundation\RequestStack
  666.      */
  667.     protected function getRequestStackService()
  668.     {
  669.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  670.     }
  671.     /**
  672.      * Gets the public 'router' shared service.
  673.      *
  674.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  675.      */
  676.     protected function getRouterService()
  677.     {
  678.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  679.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  680.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  681.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  682.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  683.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  684.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService.php'true],
  685.         ], [
  686.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  687.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'en');
  688.         $instance->setConfigCacheFactory(new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  689.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  690.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  691.         }, 2)));
  692.         return $instance;
  693.     }
  694.     /**
  695.      * Gets the public 'twig' shared service.
  696.      *
  697.      * @return \Twig\Environment
  698.      */
  699.     protected function getTwigService()
  700.     {
  701.         $a = new \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader([], \dirname(__DIR__4));
  702.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  703.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  704.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  705.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  706.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  707.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  708.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  709.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  710.         $a->addPath((\dirname(__DIR__4).'/templates'));
  711.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  712.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  713.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  714.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  715.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  716.         $e = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  717.         $e->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  718.         $f = new \Symfony\Bridge\Twig\AppVariable();
  719.         $f->setEnvironment('dev');
  720.         $f->setDebug(true);
  721.         if ($this->has('request_stack')) {
  722.             $f->setRequestStack($c);
  723.         }
  724.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  725.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  726.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(NULL));
  727.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($c''false)), [])));
  728.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  729.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  730.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  731.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  732.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  733.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($c, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  734.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  735.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  736.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  737.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($e));
  738.         $instance->addGlobal('app'$f);
  739.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  740.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService.php'true],
  741.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService.php'true],
  742.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService.php'true],
  743.         ], [
  744.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  745.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  746.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  747.         ])));
  748.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  749.         return $instance;
  750.     }
  751.     /**
  752.      * Gets the public 'validator' shared service.
  753.      *
  754.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  755.      */
  756.     protected function getValidatorService()
  757.     {
  758.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  759.     }
  760.     /**
  761.      * Gets the private '.debug.http_client' shared service.
  762.      *
  763.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  764.      */
  765.     protected function get_Debug_HttpClientService()
  766.     {
  767.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  768.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  769.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  770.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  771.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  772.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  773.         $a->setLogger($b);
  774.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  775.     }
  776.     /**
  777.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  778.      *
  779.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  780.      */
  781.     protected function get_LegacyResolveControllerNameSubscriberService()
  782.     {
  783.         return $this->privates['.legacy_resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), false);
  784.     }
  785.     /**
  786.      * Gets the private 'App\EventListener\InitEventSubscriber' shared autowired service.
  787.      *
  788.      * @return \App\EventListener\InitEventSubscriber
  789.      */
  790.     protected function getInitEventSubscriberService()
  791.     {
  792.         return $this->privates['App\\EventListener\\InitEventSubscriber'] = new \App\EventListener\InitEventSubscriber(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  793.     }
  794.     /**
  795.      * Gets the private 'annotations.cache_adapter' shared service.
  796.      *
  797.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  798.      */
  799.     protected function getAnnotations_CacheAdapterService()
  800.     {
  801.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  802.     }
  803.     /**
  804.      * Gets the private 'annotations.cached_reader' shared service.
  805.      *
  806.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  807.      */
  808.     protected function getAnnotations_CachedReaderService()
  809.     {
  810.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  811.     }
  812.     /**
  813.      * Gets the private 'annotations.reader' shared service.
  814.      *
  815.      * @return \Doctrine\Common\Annotations\AnnotationReader
  816.      */
  817.     protected function getAnnotations_ReaderService()
  818.     {
  819.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  820.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  821.         $a->registerUniqueLoader('class_exists');
  822.         $instance->addGlobalIgnoredName('required'$a);
  823.         return $instance;
  824.     }
  825.     /**
  826.      * Gets the private 'cache.annotations' shared service.
  827.      *
  828.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  829.      */
  830.     protected function getCache_AnnotationsService()
  831.     {
  832.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bqLoNKZl9E'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  833.     }
  834.     /**
  835.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  836.      *
  837.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  838.      */
  839.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  840.     {
  841.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  842.     }
  843.     /**
  844.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  845.      *
  846.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  847.      */
  848.     protected function getCache_Doctrine_Orm_Default_QueryService()
  849.     {
  850.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  851.     }
  852.     /**
  853.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  854.      *
  855.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  856.      */
  857.     protected function getCache_Doctrine_Orm_Default_ResultService()
  858.     {
  859.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  860.     }
  861.     /**
  862.      * Gets the private 'cache.property_info' shared service.
  863.      *
  864.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  865.      */
  866.     protected function getCache_PropertyInfoService()
  867.     {
  868.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('q7sIoUy3zT'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  869.     }
  870.     /**
  871.      * Gets the private 'cache.serializer' shared service.
  872.      *
  873.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  874.      */
  875.     protected function getCache_SerializerService()
  876.     {
  877.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('p6thoJFvPG'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  878.     }
  879.     /**
  880.      * Gets the private 'cache.validator' shared service.
  881.      *
  882.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  883.      */
  884.     protected function getCache_ValidatorService()
  885.     {
  886.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('MauyRbfUUg'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  887.     }
  888.     /**
  889.      * Gets the private 'data_collector.form' shared service.
  890.      *
  891.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  892.      */
  893.     protected function getDataCollector_FormService()
  894.     {
  895.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  896.     }
  897.     /**
  898.      * Gets the private 'debug.debug_handlers_listener' shared service.
  899.      *
  900.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  901.      */
  902.     protected function getDebug_DebugHandlersListenerService()
  903.     {
  904.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  905.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  906.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  907.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  908.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  909.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  910.     }
  911.     /**
  912.      * Gets the private 'debug.file_link_formatter' shared service.
  913.      *
  914.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  915.      */
  916.     protected function getDebug_FileLinkFormatterService()
  917.     {
  918.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__4), function () {
  919.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
  920.         });
  921.     }
  922.     /**
  923.      * Gets the private 'debug.log_processor' shared service.
  924.      *
  925.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  926.      */
  927.     protected function getDebug_LogProcessorService()
  928.     {
  929.         return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  930.     }
  931.     /**
  932.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  933.      *
  934.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  935.      */
  936.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  937.     {
  938.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')]);
  939.     }
  940.     /**
  941.      * Gets the private 'exception_listener' shared service.
  942.      *
  943.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  944.      */
  945.     protected function getExceptionListenerService()
  946.     {
  947.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  948.     }
  949.     /**
  950.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  951.      *
  952.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  953.      */
  954.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  955.     {
  956.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory()))), NULL);
  957.     }
  958.     /**
  959.      * Gets the private 'locale_listener' shared service.
  960.      *
  961.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  962.      */
  963.     protected function getLocaleListenerService()
  964.     {
  965.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()));
  966.     }
  967.     /**
  968.      * Gets the private 'monolog.handler.console' shared service.
  969.      *
  970.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  971.      */
  972.     protected function getMonolog_Handler_ConsoleService()
  973.     {
  974.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  975.     }
  976.     /**
  977.      * Gets the private 'monolog.handler.main' shared service.
  978.      *
  979.      * @return \Monolog\Handler\StreamHandler
  980.      */
  981.     protected function getMonolog_Handler_MainService()
  982.     {
  983.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  984.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  985.         return $instance;
  986.     }
  987.     /**
  988.      * Gets the private 'monolog.logger' shared service.
  989.      *
  990.      * @return \Symfony\Bridge\Monolog\Logger
  991.      */
  992.     protected function getMonolog_LoggerService()
  993.     {
  994.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  995.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  996.         $instance->useMicrosecondTimestamps(true);
  997.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  998.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  999.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1000.         return $instance;
  1001.     }
  1002.     /**
  1003.      * Gets the private 'monolog.logger.cache' shared service.
  1004.      *
  1005.      * @return \Symfony\Bridge\Monolog\Logger
  1006.      */
  1007.     protected function getMonolog_Logger_CacheService()
  1008.     {
  1009.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1010.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1011.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1012.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1013.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1014.         return $instance;
  1015.     }
  1016.     /**
  1017.      * Gets the private 'monolog.logger.request' shared service.
  1018.      *
  1019.      * @return \Symfony\Bridge\Monolog\Logger
  1020.      */
  1021.     protected function getMonolog_Logger_RequestService()
  1022.     {
  1023.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1024.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1025.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1026.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1027.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1028.         return $instance;
  1029.     }
  1030.     /**
  1031.      * Gets the private 'parameter_bag' shared service.
  1032.      *
  1033.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1034.      */
  1035.     protected function getParameterBagService()
  1036.     {
  1037.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1038.     }
  1039.     /**
  1040.      * Gets the private 'profiler_listener' shared service.
  1041.      *
  1042.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1043.      */
  1044.     protected function getProfilerListenerService()
  1045.     {
  1046.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  1047.     }
  1048.     /**
  1049.      * Gets the private 'router.request_context' shared service.
  1050.      *
  1051.      * @return \Symfony\Component\Routing\RequestContext
  1052.      */
  1053.     protected function getRouter_RequestContextService()
  1054.     {
  1055.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  1056.     }
  1057.     /**
  1058.      * Gets the private 'router_listener' shared service.
  1059.      *
  1060.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1061.      */
  1062.     protected function getRouterListenerService()
  1063.     {
  1064.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  1065.     }
  1066.     /**
  1067.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  1068.      *
  1069.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  1070.      */
  1071.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  1072.     {
  1073.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1074.     }
  1075.     /**
  1076.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  1077.      *
  1078.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  1079.      */
  1080.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  1081.     {
  1082.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  1083.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL), 0'doctrine.orm');
  1084.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  1085.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  1086.     }
  1087.     /**
  1088.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  1089.      *
  1090.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  1091.      */
  1092.     protected function getSensioFrameworkExtra_View_ListenerService()
  1093.     {
  1094.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  1095.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1096.             'twig' => ['services''twig''getTwigService'false],
  1097.         ], [
  1098.             'twig' => 'Twig\\Environment',
  1099.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  1100.         return $instance;
  1101.     }
  1102.     /**
  1103.      * Gets the private 'session_listener' shared service.
  1104.      *
  1105.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  1106.      */
  1107.     protected function getSessionListenerService()
  1108.     {
  1109.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1110.             'initialized_session' => ['services''session'NULLtrue],
  1111.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1112.             'session' => ['services''session''getSessionService.php'true],
  1113.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService.php'true],
  1114.         ], [
  1115.             'initialized_session' => '?',
  1116.             'request_stack' => '?',
  1117.             'session' => '?',
  1118.             'session_storage' => '?',
  1119.         ]));
  1120.     }
  1121.     /**
  1122.      * Gets the private 'validator.builder' shared service.
  1123.      *
  1124.      * @return \Symfony\Component\Validator\ValidatorBuilder
  1125.      */
  1126.     protected function getValidator_BuilderService()
  1127.     {
  1128.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  1129.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1130.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  1131.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService.php'true],
  1132.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  1133.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService.php'true],
  1134.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  1135.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  1136.         ], [
  1137.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  1138.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  1139.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  1140.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  1141.             'doctrine.orm.validator.unique' => '?',
  1142.             'validator.expression' => '?',
  1143.         ])));
  1144.         $instance->setTranslationDomain('validators');
  1145.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  1146.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1147.         $instance->addMethodMapping('loadValidatorMetadata');
  1148.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  1149.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  1150.         return $instance;
  1151.     }
  1152.     /**
  1153.      * Gets the private 'web_profiler.csp.handler' shared service.
  1154.      *
  1155.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  1156.      */
  1157.     protected function getWebProfiler_Csp_HandlerService()
  1158.     {
  1159.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  1160.     }
  1161.     /**
  1162.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  1163.      *
  1164.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  1165.      */
  1166.     protected function getWebProfiler_DebugToolbarService()
  1167.     {
  1168.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  1169.     }
  1170.     /**
  1171.      * @return array|bool|float|int|string|\UnitEnum|null
  1172.      */
  1173.     public function getParameter($name)
  1174.     {
  1175.         $name = (string) $name;
  1176.         if (isset($this->buildParameters[$name])) {
  1177.             return $this->buildParameters[$name];
  1178.         }
  1179.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  1180.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  1181.         }
  1182.         if (isset($this->loadedDynamicParameters[$name])) {
  1183.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1184.         }
  1185.         return $this->parameters[$name];
  1186.     }
  1187.     public function hasParameter($name): bool
  1188.     {
  1189.         $name = (string) $name;
  1190.         if (isset($this->buildParameters[$name])) {
  1191.             return true;
  1192.         }
  1193.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  1194.     }
  1195.     public function setParameter($name$value): void
  1196.     {
  1197.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  1198.     }
  1199.     public function getParameterBag(): ParameterBagInterface
  1200.     {
  1201.         if (null === $this->parameterBag) {
  1202.             $parameters $this->parameters;
  1203.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  1204.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1205.             }
  1206.             foreach ($this->buildParameters as $name => $value) {
  1207.                 $parameters[$name] = $value;
  1208.             }
  1209.             $this->parameterBag = new FrozenParameterBag($parameters);
  1210.         }
  1211.         return $this->parameterBag;
  1212.     }
  1213.     private $loadedDynamicParameters = [
  1214.         'kernel.cache_dir' => false,
  1215.         'app.tn_app_id' => false,
  1216.         'app.tn_app_secret' => false,
  1217.         'app.tn_shipping_carrier_name' => false,
  1218.         'app.tn_app_root_domain' => false,
  1219.         'app.carrier_base_url' => false,
  1220.         'app.carrier_label_url' => false,
  1221.         'app.paquery_rate' => false,
  1222.         'kernel.secret' => false,
  1223.         'session.save_path' => false,
  1224.         'validator.mapping.cache.file' => false,
  1225.         'profiler.storage.dsn' => false,
  1226.         'debug.container.dump' => false,
  1227.         'serializer.mapping.cache.file' => false,
  1228.         'doctrine.orm.proxy_dir' => false,
  1229.     ];
  1230.     private $dynamicParameters = [];
  1231.     private function getDynamicParameter(string $name)
  1232.     {
  1233.         switch ($name) {
  1234.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  1235.             case 'app.tn_app_id'$value $this->getEnv('TIENDANUBE_APP_ID'); break;
  1236.             case 'app.tn_app_secret'$value $this->getEnv('TIENDANUBE_APP_SECRET'); break;
  1237.             case 'app.tn_shipping_carrier_name'$value $this->getEnv('TIENDANUBE_SHIPPING_CARRIER_NAME'); break;
  1238.             case 'app.tn_app_root_domain'$value $this->getEnv('TIENDANUBE_APP_ROOT_DOMAIN'); break;
  1239.             case 'app.carrier_base_url'$value $this->getEnv('CARRIER_BASE_URL'); break;
  1240.             case 'app.carrier_label_url'$value $this->getEnv('CARRIER_LABEL_URL'); break;
  1241.             case 'app.paquery_rate'$value $this->getEnv('PAQUERY_RATE'); break;
  1242.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  1243.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  1244.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  1245.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  1246.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  1247.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  1248.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  1249.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  1250.         }
  1251.         $this->loadedDynamicParameters[$name] = true;
  1252.         return $this->dynamicParameters[$name] = $value;
  1253.     }
  1254.     protected function getDefaultParameters(): array
  1255.     {
  1256.         return [
  1257.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  1258.             'kernel.project_dir' => \dirname(__DIR__4),
  1259.             'kernel.environment' => 'dev',
  1260.             'kernel.debug' => true,
  1261.             'kernel.name' => 'src',
  1262.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  1263.             'kernel.bundles' => [
  1264.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  1265.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  1266.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  1267.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  1268.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  1269.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  1270.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  1271.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  1272.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  1273.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  1274.             ],
  1275.             'kernel.bundles_metadata' => [
  1276.                 'FrameworkBundle' => [
  1277.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  1278.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  1279.                 ],
  1280.                 'SensioFrameworkExtraBundle' => [
  1281.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  1282.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  1283.                 ],
  1284.                 'DoctrineCacheBundle' => [
  1285.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle'),
  1286.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  1287.                 ],
  1288.                 'DoctrineBundle' => [
  1289.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  1290.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  1291.                 ],
  1292.                 'DoctrineMigrationsBundle' => [
  1293.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  1294.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  1295.                 ],
  1296.                 'MakerBundle' => [
  1297.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  1298.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  1299.                 ],
  1300.                 'TwigBundle' => [
  1301.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  1302.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  1303.                 ],
  1304.                 'WebProfilerBundle' => [
  1305.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  1306.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  1307.                 ],
  1308.                 'MonologBundle' => [
  1309.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  1310.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  1311.                 ],
  1312.                 'WebServerBundle' => [
  1313.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle'),
  1314.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  1315.                 ],
  1316.             ],
  1317.             'kernel.charset' => 'UTF-8',
  1318.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  1319.             'container.dumper.inline_class_loader' => true,
  1320.             'env(DATABASE_URL)' => '',
  1321.             'event_dispatcher.event_aliases' => [
  1322.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  1323.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  1324.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  1325.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  1326.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  1327.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  1328.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  1329.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  1330.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  1331.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  1332.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  1333.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  1334.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  1335.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  1336.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  1337.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  1338.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  1339.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  1340.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  1341.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  1342.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  1343.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  1344.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  1345.             ],
  1346.             'fragment.renderer.hinclude.global_template' => '',
  1347.             'fragment.path' => '/_fragment',
  1348.             'kernel.http_method_override' => true,
  1349.             'kernel.trusted_hosts' => [
  1350.             ],
  1351.             'kernel.default_locale' => 'en',
  1352.             'kernel.error_controller' => 'error_controller',
  1353.             'templating.helper.code.file_link_format' => NULL,
  1354.             'debug.file_link_format' => NULL,
  1355.             'session.metadata.storage_key' => '_sf2_meta',
  1356.             'session.storage.options' => [
  1357.                 'cache_limiter' => '0',
  1358.                 'cookie_secure' => 'auto',
  1359.                 'cookie_httponly' => true,
  1360.                 'cookie_samesite' => 'lax',
  1361.                 'gc_probability' => 1,
  1362.             ],
  1363.             'session.metadata.update_threshold' => 0,
  1364.             'form.type_extension.csrf.enabled' => true,
  1365.             'form.type_extension.csrf.field_name' => '_token',
  1366.             'asset.request_context.base_path' => '',
  1367.             'asset.request_context.secure' => false,
  1368.             'validator.translation_domain' => 'validators',
  1369.             'profiler_listener.only_exceptions' => false,
  1370.             'profiler_listener.only_master_requests' => false,
  1371.             'debug.error_handler.throw_at' => -1,
  1372.             'router.request_context.host' => 'localhost',
  1373.             'router.request_context.scheme' => 'http',
  1374.             'router.request_context.base_url' => '',
  1375.             'router.resource' => 'kernel::loadRoutes',
  1376.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  1377.             'request_listener.http_port' => 80,
  1378.             'request_listener.https_port' => 443,
  1379.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  1380.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  1381.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  1382.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  1383.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  1384.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  1385.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  1386.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  1387.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  1388.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  1389.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  1390.             'doctrine_cache.memcache.host' => 'localhost',
  1391.             'doctrine_cache.memcache.port' => 11211,
  1392.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  1393.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  1394.             'doctrine_cache.memcached.host' => 'localhost',
  1395.             'doctrine_cache.memcached.port' => 11211,
  1396.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  1397.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  1398.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  1399.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  1400.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  1401.             'doctrine_cache.predis.scheme' => 'tcp',
  1402.             'doctrine_cache.predis.host' => 'localhost',
  1403.             'doctrine_cache.predis.port' => 6379,
  1404.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  1405.             'doctrine_cache.redis.connection.class' => 'Redis',
  1406.             'doctrine_cache.redis.host' => 'localhost',
  1407.             'doctrine_cache.redis.port' => 6379,
  1408.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  1409.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  1410.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  1411.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  1412.             'doctrine_cache.riak.host' => 'localhost',
  1413.             'doctrine_cache.riak.port' => 8087,
  1414.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  1415.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  1416.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  1417.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  1418.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  1419.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  1420.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  1421.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  1422.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  1423.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  1424.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  1425.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  1426.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  1427.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  1428.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  1429.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  1430.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  1431.             'doctrine.entity_managers' => [
  1432.                 'default' => 'doctrine.orm.default_entity_manager',
  1433.             ],
  1434.             'doctrine.default_entity_manager' => 'default',
  1435.             'doctrine.dbal.connection_factory.types' => [
  1436.             ],
  1437.             'doctrine.connections' => [
  1438.                 'default' => 'doctrine.dbal.default_connection',
  1439.             ],
  1440.             'doctrine.default_connection' => 'default',
  1441.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  1442.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  1443.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  1444.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  1445.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  1446.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  1447.             'doctrine.orm.cache.memcache_host' => 'localhost',
  1448.             'doctrine.orm.cache.memcache_port' => 11211,
  1449.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  1450.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  1451.             'doctrine.orm.cache.memcached_host' => 'localhost',
  1452.             'doctrine.orm.cache.memcached_port' => 11211,
  1453.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  1454.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  1455.             'doctrine.orm.cache.redis_host' => 'localhost',
  1456.             'doctrine.orm.cache.redis_port' => 6379,
  1457.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  1458.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  1459.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  1460.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  1461.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  1462.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  1463.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  1464.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  1465.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  1466.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  1467.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  1468.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  1469.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  1470.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  1471.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  1472.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  1473.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  1474.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  1475.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  1476.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  1477.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  1478.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  1479.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  1480.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  1481.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  1482.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  1483.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  1484.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  1485.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  1486.             'doctrine.orm.auto_generate_proxy_classes' => true,
  1487.             'doctrine.orm.proxy_namespace' => 'Proxies',
  1488.             'doctrine_migrations.name' => 'Application Migrations',
  1489.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/src/Migrations'),
  1490.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  1491.             'doctrine_migrations.table_name' => 'migration_versions',
  1492.             'doctrine_migrations.column_name' => 'version',
  1493.             'doctrine_migrations.column_length' => 14,
  1494.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  1495.             'doctrine_migrations.all_or_nothing' => false,
  1496.             'doctrine_migrations.custom_template' => NULL,
  1497.             'doctrine_migrations.organize_migrations' => false,
  1498.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  1499.             'twig.form.resources' => [
  1500.                 => 'form_div_layout.html.twig',
  1501.             ],
  1502.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  1503.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  1504.             'web_profiler.debug_toolbar.mode' => 2,
  1505.             'monolog.use_microseconds' => true,
  1506.             'monolog.swift_mailer.handlers' => [
  1507.             ],
  1508.             'monolog.handlers_to_channels' => [
  1509.                 'monolog.handler.console' => [
  1510.                     'type' => 'exclusive',
  1511.                     'elements' => [
  1512.                         => 'event',
  1513.                         => 'doctrine',
  1514.                         => 'console',
  1515.                     ],
  1516.                 ],
  1517.                 'monolog.handler.main' => [
  1518.                     'type' => 'exclusive',
  1519.                     'elements' => [
  1520.                         => 'event',
  1521.                     ],
  1522.                 ],
  1523.             ],
  1524.             'maker.compatible_check.doctrine.supports_attributes' => false,
  1525.             'data_collector.templates' => [
  1526.                 'data_collector.request' => [
  1527.                     => 'request',
  1528.                     => '@WebProfiler/Collector/request.html.twig',
  1529.                 ],
  1530.                 'data_collector.time' => [
  1531.                     => 'time',
  1532.                     => '@WebProfiler/Collector/time.html.twig',
  1533.                 ],
  1534.                 'data_collector.memory' => [
  1535.                     => 'memory',
  1536.                     => '@WebProfiler/Collector/memory.html.twig',
  1537.                 ],
  1538.                 'data_collector.validator' => [
  1539.                     => 'validator',
  1540.                     => '@WebProfiler/Collector/validator.html.twig',
  1541.                 ],
  1542.                 'data_collector.ajax' => [
  1543.                     => 'ajax',
  1544.                     => '@WebProfiler/Collector/ajax.html.twig',
  1545.                 ],
  1546.                 'data_collector.form' => [
  1547.                     => 'form',
  1548.                     => '@WebProfiler/Collector/form.html.twig',
  1549.                 ],
  1550.                 'data_collector.exception' => [
  1551.                     => 'exception',
  1552.                     => '@WebProfiler/Collector/exception.html.twig',
  1553.                 ],
  1554.                 'data_collector.logger' => [
  1555.                     => 'logger',
  1556.                     => '@WebProfiler/Collector/logger.html.twig',
  1557.                 ],
  1558.                 'data_collector.events' => [
  1559.                     => 'events',
  1560.                     => '@WebProfiler/Collector/events.html.twig',
  1561.                 ],
  1562.                 'data_collector.router' => [
  1563.                     => 'router',
  1564.                     => '@WebProfiler/Collector/router.html.twig',
  1565.                 ],
  1566.                 'data_collector.cache' => [
  1567.                     => 'cache',
  1568.                     => '@WebProfiler/Collector/cache.html.twig',
  1569.                 ],
  1570.                 'data_collector.twig' => [
  1571.                     => 'twig',
  1572.                     => '@WebProfiler/Collector/twig.html.twig',
  1573.                 ],
  1574.                 'data_collector.http_client' => [
  1575.                     => 'http_client',
  1576.                     => '@WebProfiler/Collector/http_client.html.twig',
  1577.                 ],
  1578.                 'data_collector.doctrine' => [
  1579.                     => 'db',
  1580.                     => '@Doctrine/Collector/db.html.twig',
  1581.                 ],
  1582.                 'data_collector.config' => [
  1583.                     => 'config',
  1584.                     => '@WebProfiler/Collector/config.html.twig',
  1585.                 ],
  1586.             ],
  1587.             'console.command.ids' => [
  1588.                 => 'console.command.public_alias.doctrine_cache.contains_command',
  1589.                 => 'console.command.public_alias.doctrine_cache.delete_command',
  1590.                 => 'console.command.public_alias.doctrine_cache.flush_command',
  1591.                 => 'console.command.public_alias.doctrine_cache.stats_command',
  1592.             ],
  1593.         ];
  1594.     }
  1595. }