var/cache/dev/ContainerBFGx84J/srcApp_KernelDevDebugContainer.php line 397

Open in your IDE?
  1. <?php
  2. namespace ContainerBFGx84J;
  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. /**
  11.  * This class has been auto-generated
  12.  * by the Symfony Dependency Injection Component.
  13.  *
  14.  * @final since Symfony 3.3
  15.  */
  16. class srcApp_KernelDevDebugContainer extends Container
  17. {
  18.     private $buildParameters;
  19.     private $containerDir;
  20.     private $parameters;
  21.     private $targetDirs = [];
  22.     private $getService;
  23.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  24.     {
  25.         $this->getService = \Closure::fromCallable([$this'getService']);
  26.         $dir $this->targetDirs[0] = \dirname($containerDir);
  27.         for ($i 1$i <= 4; ++$i) {
  28.             $this->targetDirs[$i] = $dir = \dirname($dir);
  29.         }
  30.         $this->buildParameters $buildParameters;
  31.         $this->containerDir $containerDir;
  32.         $this->parameters $this->getDefaultParameters();
  33.         $this->services $this->privates = [];
  34.         $this->syntheticIds = [
  35.             'kernel' => true,
  36.         ];
  37.         $this->methodMap = [
  38.             'cache.app' => 'getCache_AppService',
  39.             'cache.system' => 'getCache_SystemService',
  40.             'data_collector.dump' => 'getDataCollector_DumpService',
  41.             'doctrine' => 'getDoctrineService',
  42.             'event_dispatcher' => 'getEventDispatcherService',
  43.             'http_kernel' => 'getHttpKernelService',
  44.             'profiler' => 'getProfilerService',
  45.             'request_stack' => 'getRequestStackService',
  46.             'router' => 'getRouterService',
  47.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  48.             'security.token_storage' => 'getSecurity_TokenStorageService',
  49.             'translator' => 'getTranslatorService',
  50.             'twig' => 'getTwigService',
  51.             'validator' => 'getValidatorService',
  52.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  53.         ];
  54.         $this->fileMap = [
  55.             'App\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService.php',
  56.             'App\\Controller\\Admin\\PalleteController' => 'getPalleteControllerService.php',
  57.             'App\\Controller\\Admin\\ProductController' => 'getProductControllerService.php',
  58.             'App\\Controller\\DefaultController' => 'getDefaultControllerService.php',
  59.             'App\\Controller\\HookController' => 'getHookControllerService.php',
  60.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  61.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  62.             'cache.app_clearer' => 'getCache_AppClearerService.php',
  63.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  64.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  65.             'cache_clearer' => 'getCacheClearerService.php',
  66.             'cache_warmer' => 'getCacheWarmerService.php',
  67.             'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService.php',
  68.             'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService.php',
  69.             'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService.php',
  70.             'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService.php',
  71.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  72.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService.php',
  73.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService.php',
  74.             'doctrine_cache.providers.doctrine.orm.default_metadata_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultMetadataCacheService.php',
  75.             'doctrine_cache.providers.doctrine.orm.default_query_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultQueryCacheService.php',
  76.             'doctrine_cache.providers.doctrine.orm.default_result_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService.php',
  77.             'filesystem' => 'getFilesystemService.php',
  78.             'form.factory' => 'getForm_FactoryService.php',
  79.             'form.type.file' => 'getForm_Type_FileService.php',
  80.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService.php',
  81.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService.php',
  82.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService.php',
  83.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService.php',
  84.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService.php',
  85.             'fos_user.user_manager' => 'getFosUser_UserManagerService.php',
  86.             'routing.loader' => 'getRouting_LoaderService.php',
  87.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  88.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
  89.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  90.             'serializer' => 'getSerializerService.php',
  91.             'services_resetter' => 'getServicesResetterService.php',
  92.             'session' => 'getSessionService.php',
  93.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  94.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  95.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService.php',
  96.             'swiftmailer.transport' => 'getSwiftmailer_TransportService.php',
  97.             'templating' => 'getTemplatingService.php',
  98.             'templating.loader' => 'getTemplating_LoaderService.php',
  99.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  100.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  101.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  102.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  103.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  104.         ];
  105.         $this->aliases = [
  106.             'database_connection' => 'doctrine.dbal.default_connection',
  107.             'doctrine.orm.default_metadata_cache' => 'doctrine_cache.providers.doctrine.orm.default_metadata_cache',
  108.             'doctrine.orm.default_query_cache' => 'doctrine_cache.providers.doctrine.orm.default_query_cache',
  109.             'doctrine.orm.default_result_cache' => 'doctrine_cache.providers.doctrine.orm.default_result_cache',
  110.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  111.             'mailer' => 'swiftmailer.mailer.default',
  112.         ];
  113.         $this->privates['service_container'] = function () {
  114.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  115.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  116.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  117.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  118.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  119.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  120.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  121.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  122.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  123.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  124.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  125.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  126.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  127.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  128.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  129.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/TerminableInterface.php';
  130.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/HttpKernel.php';
  131.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  132.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  133.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  134.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  135.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  136.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  137.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  138.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  139.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/RequestStack.php';
  140.             include_once $this->targetDirs[3].'/vendor/symfony/config/FileLocatorInterface.php';
  141.             include_once $this->targetDirs[3].'/vendor/symfony/config/FileLocator.php';
  142.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Config/FileLocator.php';
  143.             include_once $this->targetDirs[3].'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  144.             include_once $this->targetDirs[3].'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  145.             include_once $this->targetDirs[3].'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  146.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  147.             include_once $this->targetDirs[3].'/vendor/symfony/contracts/Cache/CacheInterface.php';
  148.             include_once $this->targetDirs[3].'/vendor/symfony/cache/PruneableInterface.php';
  149.             include_once $this->targetDirs[3].'/vendor/symfony/cache/ResettableInterface.php';
  150.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  151.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  152.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  153.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/AbstractTrait.php';
  154.             include_once $this->targetDirs[3].'/vendor/symfony/contracts/Cache/CacheTrait.php';
  155.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/ContractsTrait.php';
  156.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  157.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  158.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  159.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  160.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  161.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  162.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  163.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  164.             include_once $this->targetDirs[3].'/vendor/symfony/contracts/Service/ServiceLocatorTrait.php';
  165.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ServiceLocator.php';
  166.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Packages.php';
  167.             include_once $this->targetDirs[3].'/vendor/symfony/asset/PackageInterface.php';
  168.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Package.php';
  169.             include_once $this->targetDirs[3].'/vendor/symfony/asset/PathPackage.php';
  170.             include_once $this->targetDirs[3].'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  171.             include_once $this->targetDirs[3].'/vendor/symfony/asset/VersionStrategy/StaticVersionStrategy.php';
  172.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Context/ContextInterface.php';
  173.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Context/RequestStackContext.php';
  174.             include_once $this->targetDirs[3].'/vendor/symfony/templating/TemplateNameParserInterface.php';
  175.             include_once $this->targetDirs[3].'/vendor/symfony/templating/TemplateNameParser.php';
  176.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Templating/TemplateNameParser.php';
  177.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Templating/Loader/TemplateLocator.php';
  178.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validation.php';
  179.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  180.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  181.             include_once $this->targetDirs[3].'/vendor/symfony/contracts/Translation/LocaleAwareInterface.php';
  182.             include_once $this->targetDirs[3].'/vendor/symfony/translation/TranslatorInterface.php';
  183.             include_once $this->targetDirs[3].'/vendor/symfony/contracts/Translation/TranslatorInterface.php';
  184.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  185.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ObjectInitializerInterface.php';
  186.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  187.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  188.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/TranslatorListener.php';
  189.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  190.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  191.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  192.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  193.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  194.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Logger.php';
  195.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  196.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Logger.php';
  197.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  198.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  199.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  200.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  201.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  202.             include_once $this->targetDirs[3].'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  203.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  204.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  205.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  206.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  207.             include_once $this->targetDirs[3].'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  208.             include_once $this->targetDirs[3].'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  209.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  210.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  211.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  212.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  213.             include_once $this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  214.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  215.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  216.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  217.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  218.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  219.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  220.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  221.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  222.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  223.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  224.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  225.             include_once $this->targetDirs[3].'/vendor/symfony/stopwatch/Stopwatch.php';
  226.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  227.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RequestContext.php';
  228.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  229.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  230.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  231.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  232.             include_once $this->targetDirs[3].'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  233.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/ControllerListener.php';
  234.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/ParamConverterListener.php';
  235.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterManager.php';
  236.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterInterface.php';
  237.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DoctrineParamConverter.php';
  238.             include_once $this->targetDirs[3].'/vendor/symfony/expression-language/ExpressionLanguage.php';
  239.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DateTimeParamConverter.php';
  240.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/TemplateListener.php';
  241.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Templating/TemplateGuesser.php';
  242.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/HttpCacheListener.php';
  243.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/SecurityListener.php';
  244.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  245.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Security/ExpressionLanguage.php';
  246.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/IsGrantedListener.php';
  247.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ArgumentNameConverter.php';
  248.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  249.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  250.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  251.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  252.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/RegistryInterface.php';
  253.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Registry.php';
  254.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  255.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  256.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  257.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  258.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  259.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  260.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  261.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  262.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  263.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  264.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  265.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  266.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/FirewallMapInterface.php';
  267.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  268.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  269.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  270.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  271.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  272.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  273.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/Firewall.php';
  274.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  275.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  276.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Environment.php';
  277.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  278.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  279.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  280.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  281.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
  282.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  283.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  284.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  285.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  286.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  287.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  288.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  289.             include_once $this->targetDirs[3].'/vendor/symfony/contracts/Translation/TranslatorTrait.php';
  290.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  291.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  292.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  293.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  294.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  295.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  296.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  297.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  298.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  299.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  300.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  301.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  302.             include_once $this->targetDirs[3].'/src/Twig/BarcodeExtension.php';
  303.             include_once $this->targetDirs[3].'/src/Twig/MoneyExtension.php';
  304.             include_once $this->targetDirs[3].'/src/Twig/OrderStatusExtension.php';
  305.             include_once $this->targetDirs[3].'/src/Twig/SettingExtension.php';
  306.             include_once $this->targetDirs[3].'/src/Service/UserService.php';
  307.             include_once $this->targetDirs[3].'/src/Twig/TimeExtension.php';
  308.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  309.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  310.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  311.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  312.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  313.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  314.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  315.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/AppVariable.php';
  316.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  317.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  318.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  319.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Profiler/Profile.php';
  320.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  321.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  322.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  323.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  324.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  325.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  326.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  327.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  328.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  329.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  330.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  331.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  332.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  333.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  334.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Server/Connection.php';
  335.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  336.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  337.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  338.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  339.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  340.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  341.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  342.             include_once $this->targetDirs[3].'/vendor/symfony/translation/TranslatorBagInterface.php';
  343.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  344.             include_once $this->targetDirs[3].'/vendor/symfony/translation/DataCollectorTranslator.php';
  345.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Translator.php';
  346.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Translation/Translator.php';
  347.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  348.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  349.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  350.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  351.             include_once $this->targetDirs[3].'/vendor/symfony/translation/IdentityTranslator.php';
  352.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RequestContextAwareInterface.php';
  353.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  354.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  355.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RouterInterface.php';
  356.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  357.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Router.php';
  358.             include_once $this->targetDirs[3].'/vendor/symfony/contracts/Service/ServiceSubscriberInterface.php';
  359.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  360.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Routing/Router.php';
  361.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  362.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  363.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validator/TraceableValidator.php';
  364.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  365.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  366.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  367.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  368.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  369.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  370.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  371.         };
  372.     }
  373.     public function compile()
  374.     {
  375.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  376.     }
  377.     public function isCompiled()
  378.     {
  379.         return true;
  380.     }
  381.     public function getRemovedIds()
  382.     {
  383.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  384.     }
  385.     protected function load($file$lazyLoad true)
  386.     {
  387.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  388.     }
  389.     protected function createProxy($class, \Closure $factory)
  390.     {
  391.         class_exists($classfalse) || $this->load("{$class}.php");
  392.         return $factory();
  393.     }
  394.     /**
  395.      * Gets the public 'cache.app' shared service.
  396.      *
  397.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  398.      */
  399.     protected function getCache_AppService()
  400.     {
  401.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('zatqT-bzFd'0, ($this->targetDirs[0].'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  402.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  403.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  404.     }
  405.     /**
  406.      * Gets the public 'cache.system' shared service.
  407.      *
  408.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  409.      */
  410.     protected function getCache_SystemService()
  411.     {
  412.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('8QFLv7O7b3'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  413.     }
  414.     /**
  415.      * Gets the public 'data_collector.dump' shared service.
  416.      *
  417.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  418.      */
  419.     protected function getDataCollector_DumpService()
  420.     {
  421.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  422.     }
  423.     /**
  424.      * Gets the public 'doctrine' shared service.
  425.      *
  426.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  427.      */
  428.     protected function getDoctrineService()
  429.     {
  430.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  431.     }
  432.     /**
  433.      * Gets the public 'event_dispatcher' shared service.
  434.      *
  435.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  436.      */
  437.     protected function getEventDispatcherService()
  438.     {
  439.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  440.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  441.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  442.         $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);
  443.         $instance->addListener('kernel.controller', [=> function () {
  444.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  445.         }, => 'onKernelController'], 0);
  446.         $instance->addListener('kernel.response', [=> function () {
  447.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  448.         }, => 'onKernelResponse'], 0);
  449.         $instance->addListener('kernel.response', [=> function () {
  450.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  451.         }, => 'onKernelResponse'], -1024);
  452.         $instance->addListener('kernel.request', [=> function () {
  453.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  454.         }, => 'onKernelRequest'], 16);
  455.         $instance->addListener('kernel.finish_request', [=> function () {
  456.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  457.         }, => 'onKernelFinishRequest'], 0);
  458.         $instance->addListener('kernel.request', [=> function () {
  459.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  460.         }, => 'onKernelRequest'], 256);
  461.         $instance->addListener('kernel.request', [=> function () {
  462.             return ($this->privates['resolve_controller_name_subscriber'] ?? $this->getResolveControllerNameSubscriberService());
  463.         }, => 'onKernelRequest'], 24);
  464.         $instance->addListener('console.error', [=> function () {
  465.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  466.         }, => 'onConsoleError'], -128);
  467.         $instance->addListener('console.terminate', [=> function () {
  468.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  469.         }, => 'onConsoleTerminate'], -128);
  470.         $instance->addListener('kernel.request', [=> function () {
  471.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  472.         }, => 'onKernelRequest'], 128);
  473.         $instance->addListener('kernel.response', [=> function () {
  474.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  475.         }, => 'onKernelResponse'], -1000);
  476.         $instance->addListener('kernel.finish_request', [=> function () {
  477.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  478.         }, => 'onFinishRequest'], 0);
  479.         $instance->addListener('kernel.request', [=> function () {
  480.             return ($this->privates['translator_listener'] ?? $this->getTranslatorListenerService());
  481.         }, => 'onKernelRequest'], 10);
  482.         $instance->addListener('kernel.finish_request', [=> function () {
  483.             return ($this->privates['translator_listener'] ?? $this->getTranslatorListenerService());
  484.         }, => 'onKernelFinishRequest'], 0);
  485.         $instance->addListener('kernel.response', [=> function () {
  486.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  487.         }, => 'onKernelResponse'], -100);
  488.         $instance->addListener('kernel.exception', [=> function () {
  489.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  490.         }, => 'onKernelException'], 0);
  491.         $instance->addListener('kernel.terminate', [=> function () {
  492.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  493.         }, => 'onKernelTerminate'], -1024);
  494.         $instance->addListener('kernel.controller', [=> function () {
  495.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  496.         }, => 'onKernelController'], 0);
  497.         $instance->addListener('kernel.response', [=> function () {
  498.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  499.         }, => 'onKernelResponse'], 0);
  500.         $instance->addListener('kernel.request', [=> function () {
  501.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  502.         }, => 'configure'], 2048);
  503.         $instance->addListener('kernel.exception', [=> function () {
  504.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  505.         }, => 'onKernelException'], -2048);
  506.         $instance->addListener('kernel.request', [=> function () {
  507.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  508.         }, => 'onKernelRequest'], 32);
  509.         $instance->addListener('kernel.finish_request', [=> function () {
  510.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  511.         }, => 'onKernelFinishRequest'], 0);
  512.         $instance->addListener('kernel.exception', [=> function () {
  513.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  514.         }, => 'onKernelException'], -64);
  515.         $instance->addListener('kernel.response', [=> function () {
  516.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  517.         }, => 'onKernelResponse'], 0);
  518.         $instance->addListener('kernel.controller', [=> function () {
  519.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  520.         }, => 'onKernelController'], 0);
  521.         $instance->addListener('kernel.controller', [=> function () {
  522.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  523.         }, => 'onKernelController'], 0);
  524.         $instance->addListener('kernel.controller', [=> function () {
  525.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  526.         }, => 'onKernelController'], -128);
  527.         $instance->addListener('kernel.view', [=> function () {
  528.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  529.         }, => 'onKernelView'], 0);
  530.         $instance->addListener('kernel.controller', [=> function () {
  531.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  532.         }, => 'onKernelController'], 0);
  533.         $instance->addListener('kernel.response', [=> function () {
  534.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  535.         }, => 'onKernelResponse'], 0);
  536.         $instance->addListener('kernel.controller_arguments', [=> function () {
  537.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  538.         }, => 'onKernelControllerArguments'], 0);
  539.         $instance->addListener('kernel.controller_arguments', [=> function () {
  540.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  541.         }, => 'onKernelControllerArguments'], 0);
  542.         $instance->addListener('kernel.response', [=> function () {
  543.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  544.         }, => 'onKernelResponse'], 0);
  545.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  546.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService.php'));
  547.         }, => 'onVoterVote'], 0);
  548.         $instance->addListener('kernel.request', [=> function () {
  549.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  550.         }, => 'onKernelRequest'], 8);
  551.         $instance->addListener('kernel.finish_request', [=> function () {
  552.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  553.         }, => 'onKernelFinishRequest'], 0);
  554.         $instance->addListener('kernel.exception', [=> function () {
  555.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  556.         }, => 'onException'], 0);
  557.         $instance->addListener('kernel.terminate', [=> function () {
  558.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  559.         }, => 'onTerminate'], 0);
  560.         $instance->addListener('console.error', [=> function () {
  561.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  562.         }, => 'onException'], 0);
  563.         $instance->addListener('console.terminate', [=> function () {
  564.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  565.         }, => 'onTerminate'], 0);
  566.         $instance->addListener('kernel.exception', [=> function () {
  567.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  568.         }, => 'logKernelException'], 0);
  569.         $instance->addListener('kernel.exception', [=> function () {
  570.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  571.         }, => 'onKernelException'], -128);
  572.         $instance->addListener('kernel.response', [=> function () {
  573.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  574.         }, => 'onKernelResponse'], -128);
  575.         $instance->addListener('console.command', [=> function () {
  576.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  577.         }, => 'onCommand'], 255);
  578.         $instance->addListener('console.terminate', [=> function () {
  579.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  580.         }, => 'onTerminate'], -255);
  581.         $instance->addListener('console.command', [=> function () {
  582.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService.php'));
  583.         }, => 'configure'], 1024);
  584.         $instance->addListener('console.error', [=> function () {
  585.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  586.         }, => 'onConsoleError'], 0);
  587.         $instance->addListener('console.terminate', [=> function () {
  588.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  589.         }, => 'onConsoleTerminate'], 0);
  590.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  591.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
  592.         }, => 'onImplicitLogin'], 0);
  593.         $instance->addListener('security.interactive_login', [=> function () {
  594.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
  595.         }, => 'onSecurityInteractiveLogin'], 0);
  596.         $instance->addListener('fos_user.registration.completed', [=> function () {
  597.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  598.         }, => 'authenticate'], 0);
  599.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  600.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  601.         }, => 'authenticate'], 0);
  602.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  603.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  604.         }, => 'authenticate'], 0);
  605.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  606.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  607.         }, => 'addSuccessFlash'], 0);
  608.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  609.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  610.         }, => 'addSuccessFlash'], 0);
  611.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  612.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  613.         }, => 'addSuccessFlash'], 0);
  614.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  615.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  616.         }, => 'addSuccessFlash'], 0);
  617.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  618.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  619.         }, => 'addSuccessFlash'], 0);
  620.         $instance->addListener('fos_user.registration.completed', [=> function () {
  621.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  622.         }, => 'addSuccessFlash'], 0);
  623.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  624.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  625.         }, => 'addSuccessFlash'], 0);
  626.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  627.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  628.         }, => 'onResettingResetInitialize'], 0);
  629.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  630.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  631.         }, => 'onResettingResetSuccess'], 0);
  632.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  633.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  634.         }, => 'onResettingResetRequest'], 0);
  635.         return $instance;
  636.     }
  637.     /**
  638.      * Gets the public 'http_kernel' shared service.
  639.      *
  640.      * @return \Symfony\Component\HttpKernel\HttpKernel
  641.      */
  642.     protected function getHttpKernelService()
  643.     {
  644.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  645.         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['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1))))), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $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 () {
  646.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
  647.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
  648.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
  649.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
  650.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
  651.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
  652.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
  653.         }, 7)), $a));
  654.     }
  655.     /**
  656.      * Gets the public 'profiler' shared service.
  657.      *
  658.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  659.      */
  660.     protected function getProfilerService()
  661.     {
  662.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  663.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  664.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  665.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  666.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDirs[0].'/profiler')), $atrue);
  667.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  668.         $c = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  669.         $c->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  670.         $c->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  671.         $c->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  672.         $c->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  673.         $c->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  674.         $c->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  675.         $d = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  676.         $d->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  677.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  678.         if ($this->has('kernel')) {
  679.             $e->setKernel($b);
  680.         }
  681.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  682.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  683.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  684.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  685.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  686.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  687.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  688.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDirs[0].'/srcApp_KernelDevDebugContainer'), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))));
  689.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())));
  690.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  691.         $instance->add($c);
  692.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  693.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
  694.         $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())));
  695.         $instance->add($d);
  696.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  697.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  698.         $instance->add($e);
  699.         return $instance;
  700.     }
  701.     /**
  702.      * Gets the public 'request_stack' shared service.
  703.      *
  704.      * @return \Symfony\Component\HttpFoundation\RequestStack
  705.      */
  706.     protected function getRequestStackService()
  707.     {
  708.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  709.     }
  710.     /**
  711.      * Gets the public 'router' shared service.
  712.      *
  713.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  714.      */
  715.     protected function getRouterService()
  716.     {
  717.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  718.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  719.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  720.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  721.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  722.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService.php'true],
  723.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDirs[0], 'debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator''generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper''generator_cache_class' => 'srcApp_KernelDevDebugContainerUrlGenerator''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher''matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper''matcher_cache_class' => 'srcApp_KernelDevDebugContainerUrlMatcher''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');
  724.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  725.         return $instance;
  726.     }
  727.     /**
  728.      * Gets the public 'security.authorization_checker' shared service.
  729.      *
  730.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  731.      */
  732.     protected function getSecurity_AuthorizationCheckerService()
  733.     {
  734.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  735.     }
  736.     /**
  737.      * Gets the public 'security.token_storage' shared service.
  738.      *
  739.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  740.      */
  741.     protected function getSecurity_TokenStorageService()
  742.     {
  743.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  744.     }
  745.     /**
  746.      * Gets the public 'translator' shared service.
  747.      *
  748.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  749.      */
  750.     protected function getTranslatorService()
  751.     {
  752.         $a = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  753.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService.php'true],
  754.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService.php'true],
  755.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService.php'true],
  756.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService.php'true],
  757.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService.php'true],
  758.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService.php'true],
  759.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService.php'true],
  760.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService.php'true],
  761.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService.php'true],
  762.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService.php'true],
  763.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService.php'true],
  764.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDirs[0].'/translations'), 'debug' => true'resource_files' => ['af' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml')], 'az' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml')], 'ca' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml')], 'cs' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml')], 'cy' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml')], 'de' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml')], 'el' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml')], 'en' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), => ($this->targetDirs[3].'/translations/messages.en.yml')], 'es' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml')], 'et' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml')], 'fa' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml')], 'fi' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml')], 'fr' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml')], 'gl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml')], 'he' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml')], 'hr' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml')], 'hu' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml')], 'hy' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.hy.xlf')], 'id' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml')], 'it' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml')], 'ja' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml')], 'lb' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml')], 'lt' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml')], 'lv' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml')], 'mn' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.mn.xlf')], 'nb' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml')], 'nl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml')], 'nn' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml')], 'pt' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml')], 'pt_BR' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml')], 'ro' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml')], 'ru' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml')], 'sk' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml')], 'sl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml')], 'sq' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sq.xlf')], 'sr_Cyrl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml')], 'sv' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml')], 'th' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml')], 'tl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml')], 'uk' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml')], 'vi' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml')], 'zh_CN' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml')], 'zh_TW' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf')], 'pt_PT' => [=> ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.pt_PT.xlf')], 'bn' => [=> ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml')], 'ky' => [=> ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml')]]]);
  765.         $a->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  766.         $a->setFallbackLocales([=> 'en']);
  767.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator($a);
  768.     }
  769.     /**
  770.      * Gets the public 'twig' shared service.
  771.      *
  772.      * @return \Twig\Environment
  773.      */
  774.     protected function getTwigService()
  775.     {
  776.         $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? ($this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel'1))))), $this->targetDirs[3]);
  777.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  778.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  779.         $a->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  780.         $a->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  781.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  782.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  783.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  784.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  785.         $a->addPath(($this->targetDirs[3].'/templates/bundles/TwigBundle'), 'Twig');
  786.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  787.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  788.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  789.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  790.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  791.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  792.         $a->addPath(($this->targetDirs[3].'/templates/bundles/FOSUserBundle'), 'FOSUser');
  793.         $a->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  794.         $a->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  795.         $a->addPath(($this->targetDirs[3].'/templates'));
  796.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bridge/Resources/views/Form'));
  797.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['default_path' => ($this->targetDirs[3].'/templates'), 'debug' => true'strict_variables' => true'form_themes' => $this->parameters['twig.form.resources'], 'exception_controller' => 'twig.controller.exception::showAction''autoescape' => 'name''cache' => ($this->targetDirs[0].'/twig'), 'charset' => 'UTF-8''paths' => [], 'date' => ['format' => 'F j, Y H:i''interval_format' => '%d days''timezone' => NULL], 'number_format' => ['decimals' => 0'decimal_point' => '.''thousands_separator' => ',']]);
  798.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  799.         $c = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  800.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  801.         $e = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  802.         $e->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $c]);
  803.         $f = new \Symfony\Bridge\Twig\AppVariable();
  804.         $f->setEnvironment('dev');
  805.         $f->setDebug(true);
  806.         if ($this->has('security.token_storage')) {
  807.             $f->setTokenStorage(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  808.         }
  809.         if ($this->has('request_stack')) {
  810.             $f->setRequestStack($d);
  811.         }
  812.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  813.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  814.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  815.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  816.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService())));
  817.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  818.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($c$this->targetDirs[3], 'UTF-8'));
  819.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  820.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  821.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  822.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  823.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  824.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension($d, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService())));
  825.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  826.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([=> $this=> 'twig.form.renderer']));
  827.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  828.         $instance->addExtension(new \App\Twig\BarcodeExtension($this));
  829.         $instance->addExtension(new \App\Twig\MoneyExtension());
  830.         $instance->addExtension(new \App\Twig\OrderStatusExtension());
  831.         $instance->addExtension(new \App\Twig\SettingExtension(new \App\Service\UserService($this)));
  832.         $instance->addExtension(new \App\Twig\TimeExtension());
  833.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  834.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($e));
  835.         $instance->addGlobal('app'$f);
  836.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  837.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService.php'true],
  838.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService.php'true],
  839.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService.php'true],
  840.         ])));
  841.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  842.         return $instance;
  843.     }
  844.     /**
  845.      * Gets the public 'validator' shared service.
  846.      *
  847.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  848.      */
  849.     protected function getValidatorService()
  850.     {
  851.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  852.     }
  853.     /**
  854.      * Gets the public 'var_dumper.cloner' shared service.
  855.      *
  856.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  857.      */
  858.     protected function getVarDumper_ClonerService()
  859.     {
  860.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  861.         $instance->setMaxItems(2500);
  862.         $instance->setMinDepth(1);
  863.         $instance->setMaxString(-1);
  864.         return $instance;
  865.     }
  866.     /**
  867.      * Gets the private 'annotations.cached_reader' shared service.
  868.      *
  869.      * @return \Doctrine\Common\Annotations\CachedReader
  870.      */
  871.     protected function getAnnotations_CachedReaderService()
  872.     {
  873.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->load('getAnnotations_CacheService.php'), true);
  874.     }
  875.     /**
  876.      * Gets the private 'annotations.reader' shared service.
  877.      *
  878.      * @return \Doctrine\Common\Annotations\AnnotationReader
  879.      */
  880.     protected function getAnnotations_ReaderService()
  881.     {
  882.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  883.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  884.         $a->registerUniqueLoader('class_exists');
  885.         $instance->addGlobalIgnoredName('required'$a);
  886.         return $instance;
  887.     }
  888.     /**
  889.      * Gets the private 'assets.packages' shared service.
  890.      *
  891.      * @return \Symfony\Component\Asset\Packages
  892.      */
  893.     protected function getAssets_PackagesService()
  894.     {
  895.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('1.1.6''%s?v=%s'), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''false)), []);
  896.     }
  897.     /**
  898.      * Gets the private 'cache.annotations' shared service.
  899.      *
  900.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  901.      */
  902.     protected function getCache_AnnotationsService()
  903.     {
  904.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('vzRIC-MHY8'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  905.     }
  906.     /**
  907.      * Gets the private 'cache.security_expression_language' shared service.
  908.      *
  909.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  910.      */
  911.     protected function getCache_SecurityExpressionLanguageService()
  912.     {
  913.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+JKFUO+neE'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  914.     }
  915.     /**
  916.      * Gets the private 'cache.serializer' shared service.
  917.      *
  918.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  919.      */
  920.     protected function getCache_SerializerService()
  921.     {
  922.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('1G4sUO90Vg'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  923.     }
  924.     /**
  925.      * Gets the private 'cache.validator' shared service.
  926.      *
  927.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  928.      */
  929.     protected function getCache_ValidatorService()
  930.     {
  931.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jVCx86S4UD'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  932.     }
  933.     /**
  934.      * Gets the private 'config_cache_factory' shared service.
  935.      *
  936.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  937.      */
  938.     protected function getConfigCacheFactoryService()
  939.     {
  940.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  941.             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)));
  942.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  943.         }, 2));
  944.     }
  945.     /**
  946.      * Gets the private 'data_collector.form' shared service.
  947.      *
  948.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  949.      */
  950.     protected function getDataCollector_FormService()
  951.     {
  952.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  953.     }
  954.     /**
  955.      * Gets the private 'debug.debug_handlers_listener' shared service.
  956.      *
  957.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  958.      */
  959.     protected function getDebug_DebugHandlersListenerService()
  960.     {
  961.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  962.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  963.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  964.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  965.         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'UTF-8');
  966.     }
  967.     /**
  968.      * Gets the private 'debug.file_link_formatter' shared service.
  969.      *
  970.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  971.      */
  972.     protected function getDebug_FileLinkFormatterService()
  973.     {
  974.         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())), $this->targetDirs[3], function () {
  975.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
  976.         });
  977.     }
  978.     /**
  979.      * Gets the private 'debug.log_processor' shared service.
  980.      *
  981.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  982.      */
  983.     protected function getDebug_LogProcessorService()
  984.     {
  985.         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())));
  986.     }
  987.     /**
  988.      * Gets the private 'debug.security.access.decision_manager' shared service.
  989.      *
  990.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  991.      */
  992.     protected function getDebug_Security_Access_DecisionManagerService()
  993.     {
  994.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  995.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
  996.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService.php'));
  997.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService.php'));
  998.         }, 3), 'affirmative'falsetrue));
  999.     }
  1000.     /**
  1001.      * Gets the private 'debug.security.firewall' shared service.
  1002.      *
  1003.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1004.      */
  1005.     protected function getDebug_Security_FirewallService()
  1006.     {
  1007.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1008.     }
  1009.     /**
  1010.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  1011.      *
  1012.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  1013.      */
  1014.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  1015.     {
  1016.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  1017.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  1018.     }
  1019.     /**
  1020.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1021.      *
  1022.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1023.      */
  1024.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1025.     {
  1026.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  1027.     }
  1028.     /**
  1029.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1030.      *
  1031.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1032.      */
  1033.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1034.     {
  1035.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  1036.     }
  1037.     /**
  1038.      * Gets the private 'locale_listener' shared service.
  1039.      *
  1040.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1041.      */
  1042.     protected function getLocaleListenerService()
  1043.     {
  1044.         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()));
  1045.     }
  1046.     /**
  1047.      * Gets the private 'monolog.handler.console' shared service.
  1048.      *
  1049.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1050.      */
  1051.     protected function getMonolog_Handler_ConsoleService()
  1052.     {
  1053.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1054.     }
  1055.     /**
  1056.      * Gets the private 'monolog.handler.main' shared service.
  1057.      *
  1058.      * @return \Monolog\Handler\StreamHandler
  1059.      */
  1060.     protected function getMonolog_Handler_MainService()
  1061.     {
  1062.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler(($this->targetDirs[2].'/log/dev.log'), 100trueNULLfalse);
  1063.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1064.         return $instance;
  1065.     }
  1066.     /**
  1067.      * Gets the private 'monolog.logger' shared service.
  1068.      *
  1069.      * @return \Symfony\Bridge\Monolog\Logger
  1070.      */
  1071.     protected function getMonolog_LoggerService()
  1072.     {
  1073.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1074.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1075.         $instance->useMicrosecondTimestamps(true);
  1076.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1077.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1078.         return $instance;
  1079.     }
  1080.     /**
  1081.      * Gets the private 'monolog.logger.cache' shared service.
  1082.      *
  1083.      * @return \Symfony\Bridge\Monolog\Logger
  1084.      */
  1085.     protected function getMonolog_Logger_CacheService()
  1086.     {
  1087.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1088.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1089.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1090.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1091.         return $instance;
  1092.     }
  1093.     /**
  1094.      * Gets the private 'monolog.logger.request' shared service.
  1095.      *
  1096.      * @return \Symfony\Bridge\Monolog\Logger
  1097.      */
  1098.     protected function getMonolog_Logger_RequestService()
  1099.     {
  1100.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1101.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1102.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1103.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1104.         return $instance;
  1105.     }
  1106.     /**
  1107.      * Gets the private 'parameter_bag' shared service.
  1108.      *
  1109.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1110.      */
  1111.     protected function getParameterBagService()
  1112.     {
  1113.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1114.     }
  1115.     /**
  1116.      * Gets the private 'profiler_listener' shared service.
  1117.      *
  1118.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1119.      */
  1120.     protected function getProfilerListenerService()
  1121.     {
  1122.         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);
  1123.     }
  1124.     /**
  1125.      * Gets the private 'resolve_controller_name_subscriber' shared service.
  1126.      *
  1127.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  1128.      */
  1129.     protected function getResolveControllerNameSubscriberService()
  1130.     {
  1131.         return $this->privates['resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1))))));
  1132.     }
  1133.     /**
  1134.      * Gets the private 'router.request_context' shared service.
  1135.      *
  1136.      * @return \Symfony\Component\Routing\RequestContext
  1137.      */
  1138.     protected function getRouter_RequestContextService()
  1139.     {
  1140.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  1141.     }
  1142.     /**
  1143.      * Gets the private 'router_listener' shared service.
  1144.      *
  1145.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1146.      */
  1147.     protected function getRouterListenerService()
  1148.     {
  1149.         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()), $this->targetDirs[3], true);
  1150.     }
  1151.     /**
  1152.      * Gets the private 'security.authentication.manager' shared service.
  1153.      *
  1154.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  1155.      */
  1156.     protected function getSecurity_Authentication_ManagerService()
  1157.     {
  1158.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  1159.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->load('getSecurity_Authentication_Provider_Dao_MainService.php'));
  1160.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  1161.         }, 2), true);
  1162.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1163.         return $instance;
  1164.     }
  1165.     /**
  1166.      * Gets the private 'security.firewall.map' shared service.
  1167.      *
  1168.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1169.      */
  1170.     protected function getSecurity_Firewall_MapService()
  1171.     {
  1172.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1173.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService.php'true],
  1174.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService.php'true],
  1175.         ]), new RewindableGenerator(function () {
  1176.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  1177.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  1178.         }, 2));
  1179.     }
  1180.     /**
  1181.      * Gets the private 'security.logout_url_generator' shared service.
  1182.      *
  1183.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  1184.      */
  1185.     protected function getSecurity_LogoutUrlGeneratorService()
  1186.     {
  1187.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  1188.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  1189.         return $instance;
  1190.     }
  1191.     /**
  1192.      * Gets the private 'security.role_hierarchy' shared service.
  1193.      *
  1194.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  1195.      */
  1196.     protected function getSecurity_RoleHierarchyService()
  1197.     {
  1198.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  1199.     }
  1200.     /**
  1201.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  1202.      *
  1203.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  1204.      */
  1205.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  1206.     {
  1207.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1208.     }
  1209.     /**
  1210.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  1211.      *
  1212.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  1213.      */
  1214.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  1215.     {
  1216.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  1217.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  1218.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  1219.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  1220.     }
  1221.     /**
  1222.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  1223.      *
  1224.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  1225.      */
  1226.     protected function getSensioFrameworkExtra_Security_ListenerService()
  1227.     {
  1228.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1229.     }
  1230.     /**
  1231.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  1232.      *
  1233.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  1234.      */
  1235.     protected function getSensioFrameworkExtra_View_ListenerService()
  1236.     {
  1237.         return $this->privates['sensio_framework_extra.view.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))), ($this->services['twig'] ?? $this->getTwigService()));
  1238.     }
  1239.     /**
  1240.      * Gets the private 'session_listener' shared service.
  1241.      *
  1242.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  1243.      */
  1244.     protected function getSessionListenerService()
  1245.     {
  1246.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1247.             'initialized_session' => ['services''session'NULLtrue],
  1248.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1249.             'session' => ['services''session''getSessionService.php'true],
  1250.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService.php'true],
  1251.         ]));
  1252.     }
  1253.     /**
  1254.      * Gets the private 'templating.locator' shared service.
  1255.      *
  1256.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
  1257.      */
  1258.     protected function getTemplating_LocatorService()
  1259.     {
  1260.         return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->targetDirs[3].'/src/Resources'), [=> ($this->targetDirs[3].'/src')]))), $this->targetDirs[0]);
  1261.     }
  1262.     /**
  1263.      * Gets the private 'translator_listener' shared service.
  1264.      *
  1265.      * @return \Symfony\Component\HttpKernel\EventListener\TranslatorListener
  1266.      */
  1267.     protected function getTranslatorListenerService()
  1268.     {
  1269.         return $this->privates['translator_listener'] = new \Symfony\Component\HttpKernel\EventListener\TranslatorListener(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1270.     }
  1271.     /**
  1272.      * Gets the private 'validator.builder' shared service.
  1273.      *
  1274.      * @return \Symfony\Component\Validator\ValidatorBuilderInterface
  1275.      */
  1276.     protected function getValidator_BuilderService()
  1277.     {
  1278.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  1279.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1280.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  1281.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  1282.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService.php'true],
  1283.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  1284.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  1285.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  1286.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  1287.         ])));
  1288.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  1289.         $instance->setTranslationDomain('validators');
  1290.         $instance->addXmlMappings([=> ($this->targetDirs[3].'/vendor/symfony/form/Resources/config/validation.xml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
  1291.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1292.         $instance->addMethodMapping('loadValidatorMetadata');
  1293.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService())), => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()))]);
  1294.         $instance->addXmlMapping(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  1295.         return $instance;
  1296.     }
  1297.     /**
  1298.      * Gets the private 'var_dumper.html_dumper' shared service.
  1299.      *
  1300.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  1301.      */
  1302.     protected function getVarDumper_HtmlDumperService()
  1303.     {
  1304.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  1305.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  1306.         return $instance;
  1307.     }
  1308.     /**
  1309.      * Gets the private 'var_dumper.server_connection' shared service.
  1310.      *
  1311.      * @return \Symfony\Component\VarDumper\Server\Connection
  1312.      */
  1313.     protected function getVarDumper_ServerConnectionService()
  1314.     {
  1315.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'$this->targetDirs[3], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  1316.     }
  1317.     /**
  1318.      * Gets the private 'web_profiler.csp.handler' shared service.
  1319.      *
  1320.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  1321.      */
  1322.     protected function getWebProfiler_Csp_HandlerService()
  1323.     {
  1324.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  1325.     }
  1326.     /**
  1327.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  1328.      *
  1329.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  1330.      */
  1331.     protected function getWebProfiler_DebugToolbarService()
  1332.     {
  1333.         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()));
  1334.     }
  1335.     public function getParameter($name)
  1336.     {
  1337.         $name = (string) $name;
  1338.         if (isset($this->buildParameters[$name])) {
  1339.             return $this->buildParameters[$name];
  1340.         }
  1341.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  1342.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  1343.         }
  1344.         if (isset($this->loadedDynamicParameters[$name])) {
  1345.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1346.         }
  1347.         return $this->parameters[$name];
  1348.     }
  1349.     public function hasParameter($name)
  1350.     {
  1351.         $name = (string) $name;
  1352.         if (isset($this->buildParameters[$name])) {
  1353.             return true;
  1354.         }
  1355.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  1356.     }
  1357.     public function setParameter($name$value)
  1358.     {
  1359.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  1360.     }
  1361.     public function getParameterBag()
  1362.     {
  1363.         if (null === $this->parameterBag) {
  1364.             $parameters $this->parameters;
  1365.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  1366.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1367.             }
  1368.             foreach ($this->buildParameters as $name => $value) {
  1369.                 $parameters[$name] = $value;
  1370.             }
  1371.             $this->parameterBag = new FrozenParameterBag($parameters);
  1372.         }
  1373.         return $this->parameterBag;
  1374.     }
  1375.     private $loadedDynamicParameters = [
  1376.         'kernel.root_dir' => false,
  1377.         'kernel.project_dir' => false,
  1378.         'kernel.cache_dir' => false,
  1379.         'kernel.logs_dir' => false,
  1380.         'kernel.bundles_metadata' => false,
  1381.         'kernel.secret' => false,
  1382.         'validator.mapping.cache.file' => false,
  1383.         'translator.default_path' => false,
  1384.         'profiler.storage.dsn' => false,
  1385.         'debug.container.dump' => false,
  1386.         'serializer.mapping.cache.file' => false,
  1387.         'doctrine.orm.proxy_dir' => false,
  1388.         'swiftmailer.spool.default.memory.path' => false,
  1389.         'twig.default_path' => false,
  1390.     ];
  1391.     private $dynamicParameters = [];
  1392.     /**
  1393.      * Computes a dynamic parameter.
  1394.      *
  1395.      * @param string $name The name of the dynamic parameter to load
  1396.      *
  1397.      * @return mixed The value of the dynamic parameter
  1398.      *
  1399.      * @throws InvalidArgumentException When the dynamic parameter does not exist
  1400.      */
  1401.     private function getDynamicParameter($name)
  1402.     {
  1403.         switch ($name) {
  1404.             case 'kernel.root_dir'$value = ($this->targetDirs[3].'/src'); break;
  1405.             case 'kernel.project_dir'$value $this->targetDirs[3]; break;
  1406.             case 'kernel.cache_dir'$value $this->targetDirs[0]; break;
  1407.             case 'kernel.logs_dir'$value = ($this->targetDirs[2].'/log'); break;
  1408.             case 'kernel.bundles_metadata'$value = [
  1409.                 'FrameworkBundle' => [
  1410.                     'path' => ($this->targetDirs[3].'/vendor/symfony/framework-bundle'),
  1411.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  1412.                 ],
  1413.                 'DoctrineCacheBundle' => [
  1414.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-cache-bundle'),
  1415.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  1416.                 ],
  1417.                 'SensioFrameworkExtraBundle' => [
  1418.                     'path' => ($this->targetDirs[3].'/vendor/sensio/framework-extra-bundle'),
  1419.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  1420.                 ],
  1421.                 'DoctrineBundle' => [
  1422.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle'),
  1423.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  1424.                 ],
  1425.                 'DoctrineMigrationsBundle' => [
  1426.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-migrations-bundle'),
  1427.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  1428.                 ],
  1429.                 'SecurityBundle' => [
  1430.                     'path' => ($this->targetDirs[3].'/vendor/symfony/security-bundle'),
  1431.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  1432.                 ],
  1433.                 'SwiftmailerBundle' => [
  1434.                     'path' => ($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle'),
  1435.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  1436.                 ],
  1437.                 'TwigBundle' => [
  1438.                     'path' => ($this->targetDirs[3].'/vendor/symfony/twig-bundle'),
  1439.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  1440.                 ],
  1441.                 'WebProfilerBundle' => [
  1442.                     'path' => ($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle'),
  1443.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  1444.                 ],
  1445.                 'MonologBundle' => [
  1446.                     'path' => ($this->targetDirs[3].'/vendor/symfony/monolog-bundle'),
  1447.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  1448.                 ],
  1449.                 'DebugBundle' => [
  1450.                     'path' => ($this->targetDirs[3].'/vendor/symfony/debug-bundle'),
  1451.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  1452.                 ],
  1453.                 'MakerBundle' => [
  1454.                     'path' => ($this->targetDirs[3].'/vendor/symfony/maker-bundle/src'),
  1455.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  1456.                 ],
  1457.                 'WebServerBundle' => [
  1458.                     'path' => ($this->targetDirs[3].'/vendor/symfony/web-server-bundle'),
  1459.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  1460.                 ],
  1461.                 'FOSUserBundle' => [
  1462.                     'path' => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle'),
  1463.                     'namespace' => 'FOS\\UserBundle',
  1464.                 ],
  1465.                 'StofDoctrineExtensionsBundle' => [
  1466.                     'path' => ($this->targetDirs[3].'/vendor/stof/doctrine-extensions-bundle'),
  1467.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  1468.                 ],
  1469.             ]; break;
  1470.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  1471.             case 'validator.mapping.cache.file'$value = ($this->targetDirs[0].'/validation.php'); break;
  1472.             case 'translator.default_path'$value = ($this->targetDirs[3].'/translations'); break;
  1473.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDirs[0].'/profiler'); break;
  1474.             case 'debug.container.dump'$value = ($this->targetDirs[0].'/srcApp_KernelDevDebugContainer.xml'); break;
  1475.             case 'serializer.mapping.cache.file'$value = ($this->targetDirs[0].'/serialization.php'); break;
  1476.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDirs[0].'/doctrine/orm/Proxies'); break;
  1477.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDirs[0].'/swiftmailer/spool/default'); break;
  1478.             case 'twig.default_path'$value = ($this->targetDirs[3].'/templates'); break;
  1479.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  1480.         }
  1481.         $this->loadedDynamicParameters[$name] = true;
  1482.         return $this->dynamicParameters[$name] = $value;
  1483.     }
  1484.     /**
  1485.      * Gets the default parameters.
  1486.      *
  1487.      * @return array An array of the default parameters
  1488.      */
  1489.     protected function getDefaultParameters()
  1490.     {
  1491.         return [
  1492.             'kernel.environment' => 'dev',
  1493.             'kernel.debug' => true,
  1494.             'kernel.name' => 'src',
  1495.             'kernel.bundles' => [
  1496.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  1497.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  1498.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  1499.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  1500.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  1501.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  1502.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  1503.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  1504.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  1505.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  1506.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  1507.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  1508.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  1509.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  1510.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  1511.             ],
  1512.             'kernel.charset' => 'UTF-8',
  1513.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  1514.             'container.dumper.inline_class_loader' => true,
  1515.             'env(DATABASE_URL)' => '',
  1516.             'shopify_plugin_api_key' => '6c99246474555799e0f8e0fac16c563e',
  1517.             'shopify_plugin_api_password' => 'c71f0bda5741543c6410be47becbb1ef',
  1518.             'shopify_plugin_access_token' => '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',
  1519.             'locale' => 'en',
  1520.             'fragment.renderer.hinclude.global_template' => NULL,
  1521.             'fragment.path' => '/_fragment',
  1522.             'kernel.http_method_override' => true,
  1523.             'kernel.trusted_hosts' => [
  1524.             ],
  1525.             'kernel.default_locale' => 'en',
  1526.             'templating.helper.code.file_link_format' => NULL,
  1527.             'debug.file_link_format' => NULL,
  1528.             'session.metadata.storage_key' => '_sf2_meta',
  1529.             'session.storage.options' => [
  1530.                 'cache_limiter' => '0',
  1531.                 'cookie_secure' => 'auto',
  1532.                 'cookie_httponly' => true,
  1533.                 'cookie_samesite' => 'lax',
  1534.                 'gc_probability' => 1,
  1535.             ],
  1536.             'session.save_path' => '/var/lib/php/session',
  1537.             'session.metadata.update_threshold' => 0,
  1538.             'form.type_extension.csrf.enabled' => true,
  1539.             'form.type_extension.csrf.field_name' => '_token',
  1540.             'asset.request_context.base_path' => '',
  1541.             'asset.request_context.secure' => false,
  1542.             'templating.loader.cache.path' => NULL,
  1543.             'templating.engines' => [
  1544.                 => 'twig',
  1545.                 => 'php',
  1546.             ],
  1547.             'templating.helper.form.resources' => [
  1548.                 => 'FrameworkBundle:Form',
  1549.             ],
  1550.             'validator.mapping.cache.prefix' => '',
  1551.             'validator.translation_domain' => 'validators',
  1552.             'translator.logging' => false,
  1553.             'profiler_listener.only_exceptions' => false,
  1554.             'profiler_listener.only_master_requests' => false,
  1555.             'debug.error_handler.throw_at' => -1,
  1556.             'router.request_context.host' => 'localhost',
  1557.             'router.request_context.scheme' => 'http',
  1558.             'router.request_context.base_url' => '',
  1559.             'router.resource' => 'kernel::loadRoutes',
  1560.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  1561.             'request_listener.http_port' => 80,
  1562.             'request_listener.https_port' => 443,
  1563.             'serializer.mapping.cache.prefix' => '',
  1564.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  1565.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  1566.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  1567.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  1568.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  1569.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  1570.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  1571.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  1572.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  1573.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  1574.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  1575.             'doctrine_cache.memcache.host' => 'localhost',
  1576.             'doctrine_cache.memcache.port' => 11211,
  1577.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  1578.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  1579.             'doctrine_cache.memcached.host' => 'localhost',
  1580.             'doctrine_cache.memcached.port' => 11211,
  1581.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  1582.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  1583.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  1584.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  1585.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  1586.             'doctrine_cache.predis.scheme' => 'tcp',
  1587.             'doctrine_cache.predis.host' => 'localhost',
  1588.             'doctrine_cache.predis.port' => 6379,
  1589.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  1590.             'doctrine_cache.redis.connection.class' => 'Redis',
  1591.             'doctrine_cache.redis.host' => 'localhost',
  1592.             'doctrine_cache.redis.port' => 6379,
  1593.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  1594.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  1595.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  1596.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  1597.             'doctrine_cache.riak.host' => 'localhost',
  1598.             'doctrine_cache.riak.port' => 8087,
  1599.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  1600.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  1601.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  1602.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  1603.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  1604.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  1605.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  1606.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  1607.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  1608.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  1609.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  1610.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  1611.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  1612.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  1613.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  1614.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  1615.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  1616.             'doctrine.entity_managers' => [
  1617.                 'default' => 'doctrine.orm.default_entity_manager',
  1618.             ],
  1619.             'doctrine.default_entity_manager' => 'default',
  1620.             'doctrine.dbal.connection_factory.types' => [
  1621.             ],
  1622.             'doctrine.connections' => [
  1623.                 'default' => 'doctrine.dbal.default_connection',
  1624.             ],
  1625.             'doctrine.default_connection' => 'default',
  1626.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  1627.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  1628.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  1629.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  1630.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  1631.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  1632.             'doctrine.orm.cache.memcache_host' => 'localhost',
  1633.             'doctrine.orm.cache.memcache_port' => 11211,
  1634.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  1635.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  1636.             'doctrine.orm.cache.memcached_host' => 'localhost',
  1637.             'doctrine.orm.cache.memcached_port' => 11211,
  1638.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  1639.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  1640.             'doctrine.orm.cache.redis_host' => 'localhost',
  1641.             'doctrine.orm.cache.redis_port' => 6379,
  1642.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  1643.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  1644.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  1645.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  1646.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Common\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  1647.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  1648.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  1649.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  1650.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  1651.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  1652.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  1653.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  1654.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  1655.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  1656.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  1657.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  1658.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  1659.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  1660.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  1661.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  1662.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  1663.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  1664.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  1665.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  1666.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  1667.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  1668.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  1669.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  1670.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  1671.             'doctrine.orm.auto_generate_proxy_classes' => true,
  1672.             'doctrine.orm.proxy_namespace' => 'Proxies',
  1673.             'doctrine.migrations.preferred_em' => NULL,
  1674.             'doctrine.migrations.preferred_connection' => NULL,
  1675.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  1676.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  1677.             'security.role_hierarchy.roles' => [
  1678.                 'ROLE_ADMIN' => [
  1679.                     => 'ROLE_USER',
  1680.                 ],
  1681.                 'ROLE_SUPER_ADMIN' => [
  1682.                     => 'ROLE_ADMIN',
  1683.                 ],
  1684.             ],
  1685.             'security.access.denied_url' => NULL,
  1686.             'security.authentication.manager.erase_credentials' => true,
  1687.             'security.authentication.session_strategy.strategy' => 'migrate',
  1688.             'security.access.always_authenticate_before_granting' => false,
  1689.             'security.authentication.hide_user_not_found' => true,
  1690.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  1691.             'swiftmailer.mailer.default.spool.enabled' => true,
  1692.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  1693.             'swiftmailer.mailer.default.single_address' => NULL,
  1694.             'swiftmailer.mailer.default.delivery.enabled' => true,
  1695.             'swiftmailer.spool.enabled' => true,
  1696.             'swiftmailer.delivery.enabled' => true,
  1697.             'swiftmailer.single_address' => NULL,
  1698.             'swiftmailer.mailers' => [
  1699.                 'default' => 'swiftmailer.mailer.default',
  1700.             ],
  1701.             'swiftmailer.default_mailer' => 'default',
  1702.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  1703.             'twig.form.resources' => [
  1704.                 => 'form_div_layout.html.twig',
  1705.                 => 'bootstrap_4_layout.html.twig',
  1706.             ],
  1707.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  1708.             'web_profiler.debug_toolbar.mode' => 2,
  1709.             'monolog.use_microseconds' => true,
  1710.             'monolog.swift_mailer.handlers' => [
  1711.             ],
  1712.             'monolog.handlers_to_channels' => [
  1713.                 'monolog.handler.console' => [
  1714.                     'type' => 'exclusive',
  1715.                     'elements' => [
  1716.                         => 'event',
  1717.                         => 'doctrine',
  1718.                         => 'console',
  1719.                     ],
  1720.                 ],
  1721.                 'monolog.handler.main' => [
  1722.                     'type' => 'exclusive',
  1723.                     'elements' => [
  1724.                         => 'event',
  1725.                     ],
  1726.                 ],
  1727.             ],
  1728.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  1729.             'fos_user.backend_type_orm' => true,
  1730.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  1731.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  1732.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  1733.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  1734.             'fos_user.storage' => 'orm',
  1735.             'fos_user.firewall_name' => 'main',
  1736.             'fos_user.model_manager_name' => NULL,
  1737.             'fos_user.model.user.class' => 'App\\Entity\\User',
  1738.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  1739.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  1740.             'fos_user.profile.form.validation_groups' => [
  1741.                 => 'Profile',
  1742.                 => 'Default',
  1743.             ],
  1744.             'fos_user.registration.confirmation.from_email' => [
  1745.                 'info@itp.com' => 'info@itp.com',
  1746.             ],
  1747.             'fos_user.registration.confirmation.enabled' => false,
  1748.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  1749.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  1750.             'fos_user.registration.form.validation_groups' => [
  1751.                 => 'Registration',
  1752.                 => 'Default',
  1753.             ],
  1754.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  1755.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  1756.             'fos_user.change_password.form.validation_groups' => [
  1757.                 => 'ChangePassword',
  1758.                 => 'Default',
  1759.             ],
  1760.             'fos_user.resetting.email.from_email' => [
  1761.                 'info@itp.com' => 'info@itp.com',
  1762.             ],
  1763.             'fos_user.resetting.retry_ttl' => 7200,
  1764.             'fos_user.resetting.token_ttl' => 86400,
  1765.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  1766.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  1767.             'fos_user.resetting.form.validation_groups' => [
  1768.                 => 'ResetPassword',
  1769.                 => 'Default',
  1770.             ],
  1771.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  1772.             'stof_doctrine_extensions.default_locale' => 'en',
  1773.             'stof_doctrine_extensions.translation_fallback' => false,
  1774.             'stof_doctrine_extensions.persist_default_translation' => false,
  1775.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  1776.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  1777.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  1778.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  1779.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  1780.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  1781.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  1782.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  1783.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  1784.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  1785.             'data_collector.templates' => [
  1786.                 'data_collector.request' => [
  1787.                     => 'request',
  1788.                     => '@WebProfiler/Collector/request.html.twig',
  1789.                 ],
  1790.                 'data_collector.time' => [
  1791.                     => 'time',
  1792.                     => '@WebProfiler/Collector/time.html.twig',
  1793.                 ],
  1794.                 'data_collector.memory' => [
  1795.                     => 'memory',
  1796.                     => '@WebProfiler/Collector/memory.html.twig',
  1797.                 ],
  1798.                 'data_collector.validator' => [
  1799.                     => 'validator',
  1800.                     => '@WebProfiler/Collector/validator.html.twig',
  1801.                 ],
  1802.                 'data_collector.ajax' => [
  1803.                     => 'ajax',
  1804.                     => '@WebProfiler/Collector/ajax.html.twig',
  1805.                 ],
  1806.                 'data_collector.form' => [
  1807.                     => 'form',
  1808.                     => '@WebProfiler/Collector/form.html.twig',
  1809.                 ],
  1810.                 'data_collector.exception' => [
  1811.                     => 'exception',
  1812.                     => '@WebProfiler/Collector/exception.html.twig',
  1813.                 ],
  1814.                 'data_collector.logger' => [
  1815.                     => 'logger',
  1816.                     => '@WebProfiler/Collector/logger.html.twig',
  1817.                 ],
  1818.                 'data_collector.events' => [
  1819.                     => 'events',
  1820.                     => '@WebProfiler/Collector/events.html.twig',
  1821.                 ],
  1822.                 'data_collector.router' => [
  1823.                     => 'router',
  1824.                     => '@WebProfiler/Collector/router.html.twig',
  1825.                 ],
  1826.                 'data_collector.cache' => [
  1827.                     => 'cache',
  1828.                     => '@WebProfiler/Collector/cache.html.twig',
  1829.                 ],
  1830.                 'data_collector.translation' => [
  1831.                     => 'translation',
  1832.                     => '@WebProfiler/Collector/translation.html.twig',
  1833.                 ],
  1834.                 'data_collector.security' => [
  1835.                     => 'security',
  1836.                     => '@Security/Collector/security.html.twig',
  1837.                 ],
  1838.                 'data_collector.twig' => [
  1839.                     => 'twig',
  1840.                     => '@WebProfiler/Collector/twig.html.twig',
  1841.                 ],
  1842.                 'data_collector.doctrine' => [
  1843.                     => 'db',
  1844.                     => '@Doctrine/Collector/db.html.twig',
  1845.                 ],
  1846.                 'swiftmailer.data_collector' => [
  1847.                     => 'swiftmailer',
  1848.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  1849.                 ],
  1850.                 'data_collector.dump' => [
  1851.                     => 'dump',
  1852.                     => '@Debug/Profiler/dump.html.twig',
  1853.                 ],
  1854.                 'data_collector.config' => [
  1855.                     => 'config',
  1856.                     => '@WebProfiler/Collector/config.html.twig',
  1857.                 ],
  1858.             ],
  1859.             'console.command.ids' => [
  1860.                 => 'console.command.public_alias.doctrine_cache.contains_command',
  1861.                 => 'console.command.public_alias.doctrine_cache.delete_command',
  1862.                 => 'console.command.public_alias.doctrine_cache.flush_command',
  1863.                 => 'console.command.public_alias.doctrine_cache.stats_command',
  1864.             ],
  1865.         ];
  1866.     }
  1867. }