var/cache/dev/Container9xAzT7f/srcApp_KernelDevDebugContainer.php line 1527

Open in your IDE?
  1. <?php
  2. namespace Container9xAzT7f;
  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.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  43.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  44.             'doctrine_cache.providers.doctrine.orm.default_metadata_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultMetadataCacheService',
  45.             'doctrine_cache.providers.doctrine.orm.default_query_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultQueryCacheService',
  46.             'doctrine_cache.providers.doctrine.orm.default_result_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService',
  47.             'event_dispatcher' => 'getEventDispatcherService',
  48.             'http_kernel' => 'getHttpKernelService',
  49.             'parametres' => 'getParametresService',
  50.             'profiler' => 'getProfilerService',
  51.             'request_stack' => 'getRequestStackService',
  52.             'router' => 'getRouterService',
  53.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  54.             'security.token_storage' => 'getSecurity_TokenStorageService',
  55.             'translator' => 'getTranslatorService',
  56.             'twig' => 'getTwigService',
  57.             'validator' => 'getValidatorService',
  58.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  59.         ];
  60.         $this->fileMap = [
  61.             'App\\Controller\\AdminController' => 'getAdminControllerService.php',
  62.             'App\\Controller\\AideController' => 'getAideControllerService.php',
  63.             'App\\Controller\\BlogController' => 'getBlogControllerService.php',
  64.             'App\\Controller\\EntrepriseController' => 'getEntrepriseControllerService.php',
  65.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  66.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  67.             'cache.app_clearer' => 'getCache_AppClearerService.php',
  68.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  69.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  70.             'cache_clearer' => 'getCacheClearerService.php',
  71.             'cache_warmer' => 'getCacheWarmerService.php',
  72.             'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService.php',
  73.             'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService.php',
  74.             'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService.php',
  75.             'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService.php',
  76.             'console.command.public_alias.doctrine_migrations.diff_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_DiffCommandService.php',
  77.             'console.command.public_alias.doctrine_migrations.dump_schema_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_DumpSchemaCommandService.php',
  78.             'console.command.public_alias.doctrine_migrations.execute_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_ExecuteCommandService.php',
  79.             'console.command.public_alias.doctrine_migrations.generate_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_GenerateCommandService.php',
  80.             'console.command.public_alias.doctrine_migrations.latest_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_LatestCommandService.php',
  81.             'console.command.public_alias.doctrine_migrations.migrate_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_MigrateCommandService.php',
  82.             'console.command.public_alias.doctrine_migrations.rollup_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_RollupCommandService.php',
  83.             'console.command.public_alias.doctrine_migrations.status_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_StatusCommandService.php',
  84.             'console.command.public_alias.doctrine_migrations.up_to_date_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_UpToDateCommandService.php',
  85.             'console.command.public_alias.doctrine_migrations.version_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_VersionCommandService.php',
  86.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  87.             'filesystem' => 'getFilesystemService.php',
  88.             'form.factory' => 'getForm_FactoryService.php',
  89.             'form.type.file' => 'getForm_Type_FileService.php',
  90.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService.php',
  91.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService.php',
  92.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService.php',
  93.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService.php',
  94.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService.php',
  95.             'fos_user.user_manager' => 'getFosUser_UserManagerService.php',
  96.             'routing.loader' => 'getRouting_LoaderService.php',
  97.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  98.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
  99.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  100.             'serializer' => 'getSerializerService.php',
  101.             'services_resetter' => 'getServicesResetterService.php',
  102.             'session' => 'getSessionService.php',
  103.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  104.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  105.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService.php',
  106.             'swiftmailer.transport' => 'getSwiftmailer_TransportService.php',
  107.             'templating' => 'getTemplatingService.php',
  108.             'templating.loader' => 'getTemplating_LoaderService.php',
  109.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  110.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  111.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  112.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  113.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  114.         ];
  115.         $this->aliases = [
  116.             'database_connection' => 'doctrine.dbal.default_connection',
  117.             'doctrine.orm.default_metadata_cache' => 'doctrine_cache.providers.doctrine.orm.default_metadata_cache',
  118.             'doctrine.orm.default_query_cache' => 'doctrine_cache.providers.doctrine.orm.default_query_cache',
  119.             'doctrine.orm.default_result_cache' => 'doctrine_cache.providers.doctrine.orm.default_result_cache',
  120.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  121.             'mailer' => 'swiftmailer.mailer.default',
  122.         ];
  123.         $this->privates['service_container'] = function () {
  124.             include_once $this->targetDirs[3].'/src/Services/GetParametres.php';
  125.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  126.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  127.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  128.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  129.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  130.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  131.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  132.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  133.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  134.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  135.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  136.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  137.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  138.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  139.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  140.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  141.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/TerminableInterface.php';
  142.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/HttpKernel.php';
  143.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  144.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  145.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  146.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  147.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  148.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  149.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  150.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  151.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/RequestStack.php';
  152.             include_once $this->targetDirs[3].'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  153.             include_once $this->targetDirs[3].'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  154.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  155.             include_once $this->targetDirs[3].'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  156.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  157.             include_once $this->targetDirs[3].'/vendor/symfony/cache-contracts/CacheInterface.php';
  158.             include_once $this->targetDirs[3].'/vendor/symfony/cache/PruneableInterface.php';
  159.             include_once $this->targetDirs[3].'/vendor/symfony/cache/ResettableInterface.php';
  160.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  161.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  162.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  163.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/AbstractTrait.php';
  164.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  165.             include_once $this->targetDirs[3].'/vendor/symfony/cache-contracts/CacheTrait.php';
  166.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/ContractsTrait.php';
  167.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  168.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  169.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  170.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  171.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  172.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  173.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  174.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  175.             include_once $this->targetDirs[3].'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  176.             include_once $this->targetDirs[3].'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  177.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ServiceLocator.php';
  178.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Packages.php';
  179.             include_once $this->targetDirs[3].'/vendor/symfony/asset/PackageInterface.php';
  180.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Package.php';
  181.             include_once $this->targetDirs[3].'/vendor/symfony/asset/PathPackage.php';
  182.             include_once $this->targetDirs[3].'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  183.             include_once $this->targetDirs[3].'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  184.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Context/ContextInterface.php';
  185.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Context/RequestStackContext.php';
  186.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validation.php';
  187.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  188.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  189.             include_once $this->targetDirs[3].'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  190.             include_once $this->targetDirs[3].'/vendor/symfony/translation/TranslatorInterface.php';
  191.             include_once $this->targetDirs[3].'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  192.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  193.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ObjectInitializerInterface.php';
  194.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  195.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  196.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  197.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  198.             include_once $this->targetDirs[3].'/vendor/symfony/translation/TranslatorBagInterface.php';
  199.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Translator.php';
  200.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  201.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Translation/Translator.php';
  202.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  203.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  204.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  205.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  206.             include_once $this->targetDirs[3].'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  207.             include_once $this->targetDirs[3].'/vendor/symfony/translation/IdentityTranslator.php';
  208.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  209.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  210.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  211.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  212.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  213.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Logger.php';
  214.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  215.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Logger.php';
  216.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  217.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  218.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  219.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  220.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  221.             include_once $this->targetDirs[3].'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  222.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  223.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  224.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  225.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  226.             include_once $this->targetDirs[3].'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  227.             include_once $this->targetDirs[3].'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  228.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  229.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  230.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  231.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  232.             include_once $this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  233.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  234.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  235.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  236.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  237.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  238.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  239.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  240.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  241.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  242.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  243.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  244.             include_once $this->targetDirs[3].'/vendor/symfony/stopwatch/Stopwatch.php';
  245.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  246.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RequestContext.php';
  247.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  248.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  249.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  250.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  251.             include_once $this->targetDirs[3].'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  252.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/ControllerListener.php';
  253.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/ParamConverterListener.php';
  254.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterManager.php';
  255.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterInterface.php';
  256.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DoctrineParamConverter.php';
  257.             include_once $this->targetDirs[3].'/vendor/symfony/expression-language/ExpressionLanguage.php';
  258.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DateTimeParamConverter.php';
  259.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/TemplateListener.php';
  260.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Templating/TemplateGuesser.php';
  261.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/HttpCacheListener.php';
  262.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/SecurityListener.php';
  263.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  264.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Security/ExpressionLanguage.php';
  265.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/IsGrantedListener.php';
  266.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ArgumentNameConverter.php';
  267.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ConnectionRegistry.php';
  268.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ManagerRegistry.php';
  269.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php';
  270.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  271.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/RegistryInterface.php';
  272.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Registry.php';
  273.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  274.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  275.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  276.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  277.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  278.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  279.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  280.             include_once $this->targetDirs[3].'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  281.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  282.             include_once $this->targetDirs[3].'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  283.             include_once $this->targetDirs[3].'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/MappedEventSubscriber.php';
  284.             include_once $this->targetDirs[3].'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/TreeListener.php';
  285.             include_once $this->targetDirs[3].'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/TranslatableListener.php';
  286.             include_once $this->targetDirs[3].'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/SluggableListener.php';
  287.             include_once $this->targetDirs[3].'/vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/SoftDeleteableListener.php';
  288.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Doctrine/UserListener.php';
  289.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  290.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  291.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  292.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  293.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  294.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  295.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  296.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  297.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  298.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php';
  299.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ObjectManager.php';
  300.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  301.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  302.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  303.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php';
  304.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php';
  305.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php';
  306.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  307.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php';
  308.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  309.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/FileLocator.php';
  310.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  311.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  312.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  313.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  314.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  315.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  316.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  317.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  318.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  319.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  320.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  321.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  322.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  323.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  324.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  325.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  326.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  327.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  328.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  329.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  330.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  331.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  332.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  333.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/FirewallMapInterface.php';
  334.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  335.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  336.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  337.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  338.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  339.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  340.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/Firewall.php';
  341.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  342.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  343.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Environment.php';
  344.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  345.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  346.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  347.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  348.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
  349.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  350.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  351.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  352.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  353.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  354.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  355.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  356.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  357.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  358.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  359.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  360.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  361.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  362.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  363.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  364.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  365.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/UrlHelper.php';
  366.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  367.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  368.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  369.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  370.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  371.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  372.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  373.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  374.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  375.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  376.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/AppVariable.php';
  377.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  378.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  379.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  380.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Profiler/Profile.php';
  381.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  382.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  383.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  384.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  385.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  386.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  387.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  388.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  389.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  390.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  391.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  392.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  393.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  394.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  395.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Server/Connection.php';
  396.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  397.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  398.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  399.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  400.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdaterInterface.php';
  401.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdater.php';
  402.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  403.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  404.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  405.             include_once $this->targetDirs[3].'/vendor/stof/doctrine-extensions-bundle/EventListener/LocaleListener.php';
  406.             include_once $this->targetDirs[3].'/vendor/symfony/translation/DataCollectorTranslator.php';
  407.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RequestContextAwareInterface.php';
  408.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  409.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  410.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RouterInterface.php';
  411.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  412.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Router.php';
  413.             include_once $this->targetDirs[3].'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  414.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  415.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Routing/Router.php';
  416.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  417.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  418.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validator/TraceableValidator.php';
  419.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  420.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  421.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  422.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  423.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  424.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  425.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  426.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  427.         };
  428.     }
  429.     public function compile()
  430.     {
  431.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  432.     }
  433.     public function isCompiled()
  434.     {
  435.         return true;
  436.     }
  437.     public function getRemovedIds()
  438.     {
  439.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  440.     }
  441.     protected function load($file$lazyLoad true)
  442.     {
  443.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  444.     }
  445.     /**
  446.      * Gets the public 'cache.app' shared service.
  447.      *
  448.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  449.      */
  450.     protected function getCache_AppService()
  451.     {
  452.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('THecL1CMlT'0, ($this->targetDirs[0].'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  453.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  454.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  455.     }
  456.     /**
  457.      * Gets the public 'cache.system' shared service.
  458.      *
  459.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  460.      */
  461.     protected function getCache_SystemService()
  462.     {
  463.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('TPcy0Ypuq7'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  464.     }
  465.     /**
  466.      * Gets the public 'data_collector.dump' shared service.
  467.      *
  468.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  469.      */
  470.     protected function getDataCollector_DumpService()
  471.     {
  472.         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()));
  473.     }
  474.     /**
  475.      * Gets the public 'doctrine' shared service.
  476.      *
  477.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  478.      */
  479.     protected function getDoctrineService()
  480.     {
  481.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  482.     }
  483.     /**
  484.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  485.      *
  486.      * @return \Doctrine\DBAL\Connection
  487.      */
  488.     protected function getDoctrine_Dbal_DefaultConnectionService()
  489.     {
  490.         $a = new \Doctrine\DBAL\Configuration();
  491.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  492.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  493.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  494.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  495.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  496.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  497.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  498.         $a->setSQLLogger($b);
  499.         $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  500.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php'true],
  501.         ], [
  502.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  503.         ]));
  504.         $e = new \Gedmo\Tree\TreeListener();
  505.         $f = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  506.         $e->setAnnotationReader($f);
  507.         $g = new \Gedmo\Translatable\TranslatableListener();
  508.         $g->setAnnotationReader($f);
  509.         $g->setDefaultLocale('fr');
  510.         $g->setTranslationFallback(false);
  511.         $h = new \Gedmo\Sluggable\SluggableListener();
  512.         $h->setAnnotationReader($f);
  513.         $i = new \Gedmo\SoftDeleteable\SoftDeleteableListener();
  514.         $i->setAnnotationReader($f);
  515.         $j = new \Gedmo\Sluggable\SluggableListener();
  516.         $j->setAnnotationReader($f);
  517.         $d->addEventSubscriber($e);
  518.         $d->addEventSubscriber($g);
  519.         $d->addEventSubscriber($h);
  520.         $d->addEventSubscriber($i);
  521.         $d->addEventSubscriber(new \FOS\UserBundle\Doctrine\UserListener(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService())));
  522.         $d->addEventSubscriber($j);
  523.         $d->addEventSubscriber(($this->privates['stof_doctrine_extensions.listener.translatable'] ?? $this->getStofDoctrineExtensions_Listener_TranslatableService()));
  524.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  525.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql''charset' => 'utf8mb4''url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => '5.7''defaultTableOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci']], $a$d, []);
  526.     }
  527.     /**
  528.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  529.      *
  530.      * @return \Doctrine\ORM\EntityManager
  531.      */
  532.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  533.     {
  534.         $a = new \Doctrine\ORM\Configuration();
  535.         $b = new \Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain();
  536.         $c = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> ($this->targetDirs[3].'/src/Entity'), => ($this->targetDirs[3].'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Entity')]);
  537.         $b->addDriver($c'App\\Entity');
  538.         $b->addDriver($c'Gedmo\\Translatable\\Entity');
  539.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator([($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml')), 'FOS\\UserBundle\\Model');
  540.         $a->setEntityNamespaces(['App' => 'App\\Entity''GedmoTranslatable' => 'Gedmo\\Translatable\\Entity']);
  541.         $a->setMetadataCacheImpl(($this->services['doctrine_cache.providers.doctrine.orm.default_metadata_cache'] ?? $this->getDoctrineCache_Providers_Doctrine_Orm_DefaultMetadataCacheService()));
  542.         $a->setQueryCacheImpl(($this->services['doctrine_cache.providers.doctrine.orm.default_query_cache'] ?? $this->getDoctrineCache_Providers_Doctrine_Orm_DefaultQueryCacheService()));
  543.         $a->setResultCacheImpl(($this->services['doctrine_cache.providers.doctrine.orm.default_result_cache'] ?? $this->getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService()));
  544.         $a->setMetadataDriverImpl($b);
  545.         $a->setProxyDir(($this->targetDirs[0].'/doctrine/orm/Proxies'));
  546.         $a->setProxyNamespace('Proxies');
  547.         $a->setAutoGenerateProxyClasses(true);
  548.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  549.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  550.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  551.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  552.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  553.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  554.             'App\\Repository\\AbonneNewsletterRepository' => ['privates''App\\Repository\\AbonneNewsletterRepository''getAbonneNewsletterRepositoryService.php'true],
  555.             'App\\Repository\\AppUserRepository' => ['privates''App\\Repository\\AppUserRepository''getAppUserRepositoryService.php'true],
  556.             'App\\Repository\\ArticleAideRepository' => ['privates''App\\Repository\\ArticleAideRepository''getArticleAideRepositoryService.php'true],
  557.             'App\\Repository\\ArticleRepository' => ['privates''App\\Repository\\ArticleRepository''getArticleRepositoryService.php'true],
  558.             'App\\Repository\\CategorieArticleAideRepository' => ['privates''App\\Repository\\CategorieArticleAideRepository''getCategorieArticleAideRepositoryService.php'true],
  559.             'App\\Repository\\CategorieArticleRepository' => ['privates''App\\Repository\\CategorieArticleRepository''getCategorieArticleRepositoryService.php'true],
  560.             'App\\Repository\\CategoryRepository' => ['privates''App\\Repository\\CategoryRepository''getCategoryRepositoryService.php'true],
  561.             'App\\Repository\\CollectionPhotoRepository' => ['privates''App\\Repository\\CollectionPhotoRepository''getCollectionPhotoRepositoryService.php'true],
  562.             'App\\Repository\\CommentaireArticleRepository' => ['privates''App\\Repository\\CommentaireArticleRepository''getCommentaireArticleRepositoryService.php'true],
  563.             'App\\Repository\\CouponRepository' => ['privates''App\\Repository\\CouponRepository''getCouponRepositoryService.php'true],
  564.             'App\\Repository\\EntrepriseRepository' => ['privates''App\\Repository\\EntrepriseRepository''getEntrepriseRepositoryService.php'true],
  565.             'App\\Repository\\HomeCollectionRepository' => ['privates''App\\Repository\\HomeCollectionRepository''getHomeCollectionRepositoryService.php'true],
  566.             'App\\Repository\\ImageArticleBlogRepository' => ['privates''App\\Repository\\ImageArticleBlogRepository''getImageArticleBlogRepositoryService.php'true],
  567.             'App\\Repository\\OrderRepository' => ['privates''App\\Repository\\OrderRepository''getOrderRepositoryService.php'true],
  568.             'App\\Repository\\ProductCollectionRepository' => ['privates''App\\Repository\\ProductCollectionRepository''getProductCollectionRepositoryService.php'true],
  569.             'App\\Repository\\ProductOrderRepository' => ['privates''App\\Repository\\ProductOrderRepository''getProductOrderRepositoryService.php'true],
  570.             'App\\Repository\\ProductPhotoRepository' => ['privates''App\\Repository\\ProductPhotoRepository''getProductPhotoRepositoryService.php'true],
  571.             'App\\Repository\\ProductRepository' => ['privates''App\\Repository\\ProductRepository''getProductRepositoryService.php'true],
  572.             'App\\Repository\\ProduitMisDeCoteRepository' => ['privates''App\\Repository\\ProduitMisDeCoteRepository''getProduitMisDeCoteRepositoryService.php'true],
  573.             'App\\Repository\\ProgrammeRepository' => ['privates''App\\Repository\\ProgrammeRepository''getProgrammeRepositoryService.php'true],
  574.             'App\\Repository\\ReviewRepository' => ['privates''App\\Repository\\ReviewRepository''getReviewRepositoryService.php'true],
  575.             'App\\Repository\\ShippingMethodRepository' => ['privates''App\\Repository\\ShippingMethodRepository''getShippingMethodRepositoryService.php'true],
  576.             'App\\Repository\\SideBoxRepository' => ['privates''App\\Repository\\SideBoxRepository''getSideBoxRepositoryService.php'true],
  577.             'App\\Repository\\SlidePhotoRepository' => ['privates''App\\Repository\\SlidePhotoRepository''getSlidePhotoRepositoryService.php'true],
  578.             'App\\Repository\\SlidePromoRepository' => ['privates''App\\Repository\\SlidePromoRepository''getSlidePromoRepositoryService.php'true],
  579.             'App\\Repository\\SubCategoryRepository' => ['privates''App\\Repository\\SubCategoryRepository''getSubCategoryRepositoryService.php'true],
  580.             'App\\Repository\\SujetFAQRepository' => ['privates''App\\Repository\\SujetFAQRepository''getSujetFAQRepositoryService.php'true],
  581.             'App\\Repository\\UserSettingsRepository' => ['privates''App\\Repository\\UserSettingsRepository''getUserSettingsRepositoryService.php'true],
  582.             'App\\Repository\\WishListProductRepository' => ['privates''App\\Repository\\WishListProductRepository''getWishListProductRepositoryService.php'true],
  583.         ], [
  584.             'App\\Repository\\AbonneNewsletterRepository' => '?',
  585.             'App\\Repository\\AppUserRepository' => '?',
  586.             'App\\Repository\\ArticleAideRepository' => '?',
  587.             'App\\Repository\\ArticleRepository' => '?',
  588.             'App\\Repository\\CategorieArticleAideRepository' => '?',
  589.             'App\\Repository\\CategorieArticleRepository' => '?',
  590.             'App\\Repository\\CategoryRepository' => '?',
  591.             'App\\Repository\\CollectionPhotoRepository' => '?',
  592.             'App\\Repository\\CommentaireArticleRepository' => '?',
  593.             'App\\Repository\\CouponRepository' => '?',
  594.             'App\\Repository\\EntrepriseRepository' => '?',
  595.             'App\\Repository\\HomeCollectionRepository' => '?',
  596.             'App\\Repository\\ImageArticleBlogRepository' => '?',
  597.             'App\\Repository\\OrderRepository' => '?',
  598.             'App\\Repository\\ProductCollectionRepository' => '?',
  599.             'App\\Repository\\ProductOrderRepository' => '?',
  600.             'App\\Repository\\ProductPhotoRepository' => '?',
  601.             'App\\Repository\\ProductRepository' => '?',
  602.             'App\\Repository\\ProduitMisDeCoteRepository' => '?',
  603.             'App\\Repository\\ProgrammeRepository' => '?',
  604.             'App\\Repository\\ReviewRepository' => '?',
  605.             'App\\Repository\\ShippingMethodRepository' => '?',
  606.             'App\\Repository\\SideBoxRepository' => '?',
  607.             'App\\Repository\\SlidePhotoRepository' => '?',
  608.             'App\\Repository\\SlidePromoRepository' => '?',
  609.             'App\\Repository\\SubCategoryRepository' => '?',
  610.             'App\\Repository\\SujetFAQRepository' => '?',
  611.             'App\\Repository\\UserSettingsRepository' => '?',
  612.             'App\\Repository\\WishListProductRepository' => '?',
  613.         ])));
  614.         $a->addFilter('softdeleteable''Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
  615.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  616.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  617.         return $instance;
  618.     }
  619.     /**
  620.      * Gets the public 'doctrine_cache.providers.doctrine.orm.default_metadata_cache' shared service.
  621.      *
  622.      * @return \Doctrine\Common\Cache\ArrayCache
  623.      */
  624.     protected function getDoctrineCache_Providers_Doctrine_Orm_DefaultMetadataCacheService()
  625.     {
  626.         $this->services['doctrine_cache.providers.doctrine.orm.default_metadata_cache'] = $instance = new \Doctrine\Common\Cache\ArrayCache();
  627.         $instance->setNamespace('sf_orm_default_c2d5ef81f2ec771951e1196c71f7088205b71092eed525d57f58c536e4712d64');
  628.         return $instance;
  629.     }
  630.     /**
  631.      * Gets the public 'doctrine_cache.providers.doctrine.orm.default_query_cache' shared service.
  632.      *
  633.      * @return \Doctrine\Common\Cache\ArrayCache
  634.      */
  635.     protected function getDoctrineCache_Providers_Doctrine_Orm_DefaultQueryCacheService()
  636.     {
  637.         $this->services['doctrine_cache.providers.doctrine.orm.default_query_cache'] = $instance = new \Doctrine\Common\Cache\ArrayCache();
  638.         $instance->setNamespace('sf_orm_default_c2d5ef81f2ec771951e1196c71f7088205b71092eed525d57f58c536e4712d64');
  639.         return $instance;
  640.     }
  641.     /**
  642.      * Gets the public 'doctrine_cache.providers.doctrine.orm.default_result_cache' shared service.
  643.      *
  644.      * @return \Doctrine\Common\Cache\ArrayCache
  645.      */
  646.     protected function getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService()
  647.     {
  648.         $this->services['doctrine_cache.providers.doctrine.orm.default_result_cache'] = $instance = new \Doctrine\Common\Cache\ArrayCache();
  649.         $instance->setNamespace('sf_orm_default_c2d5ef81f2ec771951e1196c71f7088205b71092eed525d57f58c536e4712d64');
  650.         return $instance;
  651.     }
  652.     /**
  653.      * Gets the public 'event_dispatcher' shared service.
  654.      *
  655.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  656.      */
  657.     protected function getEventDispatcherService()
  658.     {
  659.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  660.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  661.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  662.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  663.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  664.         $instance->addListener('kernel.controller', [=> function () {
  665.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  666.         }, => 'onKernelController'], 0);
  667.         $instance->addListener('kernel.response', [=> function () {
  668.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  669.         }, => 'onKernelResponse'], 0);
  670.         $instance->addListener('kernel.response', [=> function () {
  671.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  672.         }, => 'onKernelResponse'], -1024);
  673.         $instance->addListener('kernel.request', [=> function () {
  674.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  675.         }, => 'setDefaultLocale'], 100);
  676.         $instance->addListener('kernel.request', [=> function () {
  677.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  678.         }, => 'onKernelRequest'], 16);
  679.         $instance->addListener('kernel.finish_request', [=> function () {
  680.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  681.         }, => 'onKernelFinishRequest'], 0);
  682.         $instance->addListener('kernel.request', [=> function () {
  683.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  684.         }, => 'onKernelRequest'], 256);
  685.         $instance->addListener('kernel.request', [=> function () {
  686.             return ($this->privates['resolve_controller_name_subscriber'] ?? $this->getResolveControllerNameSubscriberService());
  687.         }, => 'onKernelRequest'], 24);
  688.         $instance->addListener('kernel.response', [=> function () {
  689.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  690.         }, => 'onResponse'], -255);
  691.         $instance->addListener('kernel.request', [=> function () {
  692.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  693.         }, => 'onKernelRequest'], 15);
  694.         $instance->addListener('kernel.finish_request', [=> function () {
  695.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  696.         }, => 'onKernelFinishRequest'], -15);
  697.         $instance->addListener('console.error', [=> function () {
  698.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  699.         }, => 'onConsoleError'], -128);
  700.         $instance->addListener('console.terminate', [=> function () {
  701.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  702.         }, => 'onConsoleTerminate'], -128);
  703.         $instance->addListener('console.error', [=> function () {
  704.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  705.         }, => 'onConsoleError'], 0);
  706.         $instance->addListener('kernel.request', [=> function () {
  707.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  708.         }, => 'onKernelRequest'], 128);
  709.         $instance->addListener('kernel.response', [=> function () {
  710.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  711.         }, => 'onKernelResponse'], -1000);
  712.         $instance->addListener('kernel.finish_request', [=> function () {
  713.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  714.         }, => 'onFinishRequest'], 0);
  715.         $instance->addListener('kernel.response', [=> function () {
  716.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  717.         }, => 'onKernelResponse'], -100);
  718.         $instance->addListener('kernel.exception', [=> function () {
  719.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  720.         }, => 'onKernelException'], 0);
  721.         $instance->addListener('kernel.terminate', [=> function () {
  722.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  723.         }, => 'onKernelTerminate'], -1024);
  724.         $instance->addListener('kernel.controller', [=> function () {
  725.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  726.         }, => 'onKernelController'], 0);
  727.         $instance->addListener('kernel.response', [=> function () {
  728.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  729.         }, => 'onKernelResponse'], 0);
  730.         $instance->addListener('kernel.request', [=> function () {
  731.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  732.         }, => 'configure'], 2048);
  733.         $instance->addListener('kernel.exception', [=> function () {
  734.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  735.         }, => 'onKernelException'], -2048);
  736.         $instance->addListener('kernel.request', [=> function () {
  737.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  738.         }, => 'onKernelRequest'], 32);
  739.         $instance->addListener('kernel.finish_request', [=> function () {
  740.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  741.         }, => 'onKernelFinishRequest'], 0);
  742.         $instance->addListener('kernel.exception', [=> function () {
  743.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  744.         }, => 'onKernelException'], -64);
  745.         $instance->addListener('kernel.response', [=> function () {
  746.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  747.         }, => 'onKernelResponse'], 0);
  748.         $instance->addListener('kernel.controller', [=> function () {
  749.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  750.         }, => 'onKernelController'], 0);
  751.         $instance->addListener('kernel.controller', [=> function () {
  752.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  753.         }, => 'onKernelController'], 0);
  754.         $instance->addListener('kernel.controller', [=> function () {
  755.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  756.         }, => 'onKernelController'], -128);
  757.         $instance->addListener('kernel.view', [=> function () {
  758.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  759.         }, => 'onKernelView'], 0);
  760.         $instance->addListener('kernel.controller', [=> function () {
  761.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  762.         }, => 'onKernelController'], 0);
  763.         $instance->addListener('kernel.response', [=> function () {
  764.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  765.         }, => 'onKernelResponse'], 0);
  766.         $instance->addListener('kernel.controller_arguments', [=> function () {
  767.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  768.         }, => 'onKernelControllerArguments'], 0);
  769.         $instance->addListener('kernel.controller_arguments', [=> function () {
  770.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  771.         }, => 'onKernelControllerArguments'], 0);
  772.         $instance->addListener('kernel.response', [=> function () {
  773.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  774.         }, => 'onKernelResponse'], 0);
  775.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  776.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService.php'));
  777.         }, => 'onVoterVote'], 0);
  778.         $instance->addListener('kernel.request', [=> function () {
  779.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  780.         }, => 'configureLogoutUrlGenerator'], 8);
  781.         $instance->addListener('kernel.request', [=> function () {
  782.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  783.         }, => 'onKernelRequest'], 8);
  784.         $instance->addListener('kernel.finish_request', [=> function () {
  785.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  786.         }, => 'onKernelFinishRequest'], 0);
  787.         $instance->addListener('kernel.exception', [=> function () {
  788.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  789.         }, => 'onException'], 0);
  790.         $instance->addListener('kernel.terminate', [=> function () {
  791.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  792.         }, => 'onTerminate'], 0);
  793.         $instance->addListener('console.error', [=> function () {
  794.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  795.         }, => 'onException'], 0);
  796.         $instance->addListener('console.terminate', [=> function () {
  797.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  798.         }, => 'onTerminate'], 0);
  799.         $instance->addListener('kernel.exception', [=> function () {
  800.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  801.         }, => 'logKernelException'], 0);
  802.         $instance->addListener('kernel.exception', [=> function () {
  803.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  804.         }, => 'onKernelException'], -128);
  805.         $instance->addListener('kernel.response', [=> function () {
  806.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  807.         }, => 'onKernelResponse'], -128);
  808.         $instance->addListener('console.command', [=> function () {
  809.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  810.         }, => 'onCommand'], 255);
  811.         $instance->addListener('console.terminate', [=> function () {
  812.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  813.         }, => 'onTerminate'], -255);
  814.         $instance->addListener('console.command', [=> function () {
  815.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService.php'));
  816.         }, => 'configure'], 1024);
  817.         $instance->addListener('console.error', [=> function () {
  818.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  819.         }, => 'onConsoleError'], 0);
  820.         $instance->addListener('console.terminate', [=> function () {
  821.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  822.         }, => 'onConsoleTerminate'], 0);
  823.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  824.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
  825.         }, => 'onImplicitLogin'], 0);
  826.         $instance->addListener('security.interactive_login', [=> function () {
  827.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
  828.         }, => 'onSecurityInteractiveLogin'], 0);
  829.         $instance->addListener('fos_user.registration.completed', [=> function () {
  830.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  831.         }, => 'authenticate'], 0);
  832.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  833.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  834.         }, => 'authenticate'], 0);
  835.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  836.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  837.         }, => 'authenticate'], 0);
  838.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  839.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  840.         }, => 'addSuccessFlash'], 0);
  841.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  842.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  843.         }, => 'addSuccessFlash'], 0);
  844.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  845.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  846.         }, => 'addSuccessFlash'], 0);
  847.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  848.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  849.         }, => 'addSuccessFlash'], 0);
  850.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  851.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  852.         }, => 'addSuccessFlash'], 0);
  853.         $instance->addListener('fos_user.registration.completed', [=> function () {
  854.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  855.         }, => 'addSuccessFlash'], 0);
  856.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  857.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  858.         }, => 'addSuccessFlash'], 0);
  859.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  860.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  861.         }, => 'onResettingResetInitialize'], 0);
  862.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  863.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  864.         }, => 'onResettingResetSuccess'], 0);
  865.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  866.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  867.         }, => 'onResettingResetRequest'], 0);
  868.         $instance->addListener('kernel.request', [=> function () {
  869.             return ($this->privates['stof_doctrine_extensions.event_listener.locale'] ?? $this->getStofDoctrineExtensions_EventListener_LocaleService());
  870.         }, => 'onKernelRequest'], 0);
  871.         return $instance;
  872.     }
  873.     /**
  874.      * Gets the public 'http_kernel' shared service.
  875.      *
  876.      * @return \Symfony\Component\HttpKernel\HttpKernel
  877.      */
  878.     protected function getHttpKernelService()
  879.     {
  880.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  881.         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 () {
  882.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
  883.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
  884.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
  885.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
  886.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
  887.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
  888.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
  889.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService.php'));
  890.         }, 8)), $a));
  891.     }
  892.     /**
  893.      * Gets the public 'parametres' shared autowired service.
  894.      *
  895.      * @return \App\Services\GetParametres
  896.      */
  897.     protected function getParametresService()
  898.     {
  899.         return $this->services['parametres'] = new \App\Services\GetParametres(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  900.     }
  901.     /**
  902.      * Gets the public 'profiler' shared service.
  903.      *
  904.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  905.      */
  906.     protected function getProfilerService()
  907.     {
  908.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  909.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  910.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  911.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  912.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  913.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDirs[0].'/profiler')), $atrue);
  914.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  915.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  916.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  917.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  918.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  919.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  920.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  921.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  922.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  923.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  924.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  925.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  926.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  927.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  928.         if ($this->has('kernel')) {
  929.             $f->setKernel($b);
  930.         }
  931.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  932.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  933.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  934.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  935.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  936.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  937.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  938.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDirs[0].'/srcApp_KernelDevDebugContainer'), $c));
  939.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  940.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  941.         $instance->add($d);
  942.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  943.         $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())));
  944.         $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())));
  945.         $instance->add($e);
  946.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  947.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  948.         $instance->add($f);
  949.         return $instance;
  950.     }
  951.     /**
  952.      * Gets the public 'request_stack' shared service.
  953.      *
  954.      * @return \Symfony\Component\HttpFoundation\RequestStack
  955.      */
  956.     protected function getRequestStackService()
  957.     {
  958.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  959.     }
  960.     /**
  961.      * Gets the public 'router' shared service.
  962.      *
  963.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  964.      */
  965.     protected function getRouterService()
  966.     {
  967.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  968.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  969.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  970.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  971.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  972.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  973.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService.php'true],
  974.         ], [
  975.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  976.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDirs[0], 'debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'fr');
  977.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  978.         return $instance;
  979.     }
  980.     /**
  981.      * Gets the public 'security.authorization_checker' shared service.
  982.      *
  983.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  984.      */
  985.     protected function getSecurity_AuthorizationCheckerService()
  986.     {
  987.         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);
  988.     }
  989.     /**
  990.      * Gets the public 'security.token_storage' shared service.
  991.      *
  992.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  993.      */
  994.     protected function getSecurity_TokenStorageService()
  995.     {
  996.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  997.     }
  998.     /**
  999.      * Gets the public 'translator' shared service.
  1000.      *
  1001.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1002.      */
  1003.     protected function getTranslatorService()
  1004.     {
  1005.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1006.     }
  1007.     /**
  1008.      * Gets the public 'twig' shared service.
  1009.      *
  1010.      * @return \Twig\Environment
  1011.      */
  1012.     protected function getTwigService()
  1013.     {
  1014.         $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), $this->targetDirs[3]);
  1015.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  1016.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  1017.         $a->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1018.         $a->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1019.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1020.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1021.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  1022.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  1023.         $a->addPath(($this->targetDirs[3].'/templates/bundles/TwigBundle'), 'Twig');
  1024.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  1025.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  1026.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1027.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1028.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1029.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1030.         $a->addPath(($this->targetDirs[3].'/templates/bundles/FOSUserBundle'), 'FOSUser');
  1031.         $a->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  1032.         $a->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  1033.         $a->addPath(($this->targetDirs[3].'/templates'));
  1034.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1035.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDirs[0].'/twig'), 'charset' => 'UTF-8']);
  1036.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1037.         $c = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1038.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1039.         $e = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1040.         $e->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $c]);
  1041.         $f = new \Symfony\Bridge\Twig\AppVariable();
  1042.         $f->setEnvironment('dev');
  1043.         $f->setDebug(true);
  1044.         if ($this->has('security.token_storage')) {
  1045.             $f->setTokenStorage(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  1046.         }
  1047.         if ($this->has('request_stack')) {
  1048.             $f->setRequestStack($d);
  1049.         }
  1050.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1051.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1052.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  1053.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1054.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService())));
  1055.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1056.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($c$this->targetDirs[3], 'UTF-8'));
  1057.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  1058.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1059.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1060.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1061.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1062.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1063.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  1064.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([=> $this=> 'twig.form.renderer']));
  1065.         $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())));
  1066.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1067.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($e));
  1068.         $instance->addGlobal('app'$f);
  1069.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1070.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService.php'true],
  1071.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService.php'true],
  1072.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService.php'true],
  1073.         ], [
  1074.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1075.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1076.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1077.         ])));
  1078.         $instance->addGlobal('company_name''Guanu');
  1079.         $instance->addGlobal('default_title''Guanu');
  1080.         $instance->addGlobal('company_id'1);
  1081.         $instance->addGlobal('devise''FCFA');
  1082.         $instance->addGlobal('data_none''Aucune(s) donnée(s) disponible(s)');
  1083.         $instance->addGlobal('none''Aucun(e)');
  1084.         $instance->addGlobal('app_version''Version 1.0.0');
  1085.         $instance->addGlobal('copyright''Tous droits reservés.');
  1086.         $instance->addGlobal('parametres', ($this->services['parametres'] ?? $this->getParametresService()));
  1087.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1088.         return $instance;
  1089.     }
  1090.     /**
  1091.      * Gets the public 'validator' shared service.
  1092.      *
  1093.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1094.      */
  1095.     protected function getValidatorService()
  1096.     {
  1097.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1098.     }
  1099.     /**
  1100.      * Gets the public 'var_dumper.cloner' shared service.
  1101.      *
  1102.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1103.      */
  1104.     protected function getVarDumper_ClonerService()
  1105.     {
  1106.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1107.         $instance->setMaxItems(2500);
  1108.         $instance->setMinDepth(1);
  1109.         $instance->setMaxString(-1);
  1110.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1111.         return $instance;
  1112.     }
  1113.     /**
  1114.      * Gets the private 'annotations.cached_reader' shared service.
  1115.      *
  1116.      * @return \Doctrine\Common\Annotations\CachedReader
  1117.      */
  1118.     protected function getAnnotations_CachedReaderService()
  1119.     {
  1120.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->load('getAnnotations_CacheService.php'), true);
  1121.     }
  1122.     /**
  1123.      * Gets the private 'annotations.reader' shared service.
  1124.      *
  1125.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1126.      */
  1127.     protected function getAnnotations_ReaderService()
  1128.     {
  1129.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1130.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1131.         $a->registerUniqueLoader('class_exists');
  1132.         $instance->addGlobalIgnoredName('required'$a);
  1133.         return $instance;
  1134.     }
  1135.     /**
  1136.      * Gets the private 'assets.packages' shared service.
  1137.      *
  1138.      * @return \Symfony\Component\Asset\Packages
  1139.      */
  1140.     protected function getAssets_PackagesService()
  1141.     {
  1142.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''false)), []);
  1143.     }
  1144.     /**
  1145.      * Gets the private 'cache.annotations' shared service.
  1146.      *
  1147.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1148.      */
  1149.     protected function getCache_AnnotationsService()
  1150.     {
  1151.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('64P57BtyRb'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1152.     }
  1153.     /**
  1154.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  1155.      *
  1156.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1157.      */
  1158.     protected function getCache_Messenger_RestartWorkersSignalService()
  1159.     {
  1160.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('x090lq-lAS'0, ($this->targetDirs[0].'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  1161.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1162.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1163.     }
  1164.     /**
  1165.      * Gets the private 'cache.property_info' shared service.
  1166.      *
  1167.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1168.      */
  1169.     protected function getCache_PropertyInfoService()
  1170.     {
  1171.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('i3S+pXcNdr'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1172.     }
  1173.     /**
  1174.      * Gets the private 'cache.security_expression_language' shared service.
  1175.      *
  1176.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1177.      */
  1178.     protected function getCache_SecurityExpressionLanguageService()
  1179.     {
  1180.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('UfqtaJ+e-A'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1181.     }
  1182.     /**
  1183.      * Gets the private 'cache.serializer' shared service.
  1184.      *
  1185.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1186.      */
  1187.     protected function getCache_SerializerService()
  1188.     {
  1189.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hPVvGDGncz'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1190.     }
  1191.     /**
  1192.      * Gets the private 'cache.validator' shared service.
  1193.      *
  1194.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1195.      */
  1196.     protected function getCache_ValidatorService()
  1197.     {
  1198.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('usjhFWHPb2'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1199.     }
  1200.     /**
  1201.      * Gets the private 'config_cache_factory' shared service.
  1202.      *
  1203.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1204.      */
  1205.     protected function getConfigCacheFactoryService()
  1206.     {
  1207.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1208.             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)));
  1209.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1210.         }, 2));
  1211.     }
  1212.     /**
  1213.      * Gets the private 'data_collector.form' shared service.
  1214.      *
  1215.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1216.      */
  1217.     protected function getDataCollector_FormService()
  1218.     {
  1219.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1220.     }
  1221.     /**
  1222.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1223.      *
  1224.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1225.      */
  1226.     protected function getDebug_DebugHandlersListenerService()
  1227.     {
  1228.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1229.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1230.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1231.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1232.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1233.         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');
  1234.     }
  1235.     /**
  1236.      * Gets the private 'debug.file_link_formatter' shared service.
  1237.      *
  1238.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1239.      */
  1240.     protected function getDebug_FileLinkFormatterService()
  1241.     {
  1242.         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 () {
  1243.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
  1244.         });
  1245.     }
  1246.     /**
  1247.      * Gets the private 'debug.log_processor' shared service.
  1248.      *
  1249.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1250.      */
  1251.     protected function getDebug_LogProcessorService()
  1252.     {
  1253.         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())));
  1254.     }
  1255.     /**
  1256.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1257.      *
  1258.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1259.      */
  1260.     protected function getDebug_Security_Access_DecisionManagerService()
  1261.     {
  1262.         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 () {
  1263.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
  1264.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService.php'));
  1265.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService.php'));
  1266.         }, 3), 'affirmative'falsetrue));
  1267.     }
  1268.     /**
  1269.      * Gets the private 'debug.security.firewall' shared service.
  1270.      *
  1271.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1272.      */
  1273.     protected function getDebug_Security_FirewallService()
  1274.     {
  1275.         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()));
  1276.     }
  1277.     /**
  1278.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  1279.      *
  1280.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  1281.      */
  1282.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  1283.     {
  1284.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  1285.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  1286.     }
  1287.     /**
  1288.      * Gets the private 'fos_user.util.password_updater' shared service.
  1289.      *
  1290.      * @return \FOS\UserBundle\Util\PasswordUpdater
  1291.      */
  1292.     protected function getFosUser_Util_PasswordUpdaterService()
  1293.     {
  1294.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\PasswordUpdater(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  1295.     }
  1296.     /**
  1297.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1298.      *
  1299.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1300.      */
  1301.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1302.     {
  1303.         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())));
  1304.     }
  1305.     /**
  1306.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1307.      *
  1308.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1309.      */
  1310.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1311.     {
  1312.         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()));
  1313.     }
  1314.     /**
  1315.      * Gets the private 'locale_aware_listener' shared service.
  1316.      *
  1317.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1318.      */
  1319.     protected function getLocaleAwareListenerService()
  1320.     {
  1321.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1322.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1323.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1324.     }
  1325.     /**
  1326.      * Gets the private 'locale_listener' shared service.
  1327.      *
  1328.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1329.      */
  1330.     protected function getLocaleListenerService()
  1331.     {
  1332.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()));
  1333.     }
  1334.     /**
  1335.      * Gets the private 'monolog.handler.console' shared service.
  1336.      *
  1337.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1338.      */
  1339.     protected function getMonolog_Handler_ConsoleService()
  1340.     {
  1341.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1342.     }
  1343.     /**
  1344.      * Gets the private 'monolog.handler.main' shared service.
  1345.      *
  1346.      * @return \Monolog\Handler\StreamHandler
  1347.      */
  1348.     protected function getMonolog_Handler_MainService()
  1349.     {
  1350.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler(($this->targetDirs[2].'/log/dev.log'), 100trueNULLfalse);
  1351.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1352.         return $instance;
  1353.     }
  1354.     /**
  1355.      * Gets the private 'monolog.logger' shared service.
  1356.      *
  1357.      * @return \Symfony\Bridge\Monolog\Logger
  1358.      */
  1359.     protected function getMonolog_LoggerService()
  1360.     {
  1361.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1362.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1363.         $instance->useMicrosecondTimestamps(true);
  1364.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1365.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1366.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1367.         return $instance;
  1368.     }
  1369.     /**
  1370.      * Gets the private 'monolog.logger.cache' shared service.
  1371.      *
  1372.      * @return \Symfony\Bridge\Monolog\Logger
  1373.      */
  1374.     protected function getMonolog_Logger_CacheService()
  1375.     {
  1376.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1377.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1378.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1379.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1380.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1381.         return $instance;
  1382.     }
  1383.     /**
  1384.      * Gets the private 'monolog.logger.request' shared service.
  1385.      *
  1386.      * @return \Symfony\Bridge\Monolog\Logger
  1387.      */
  1388.     protected function getMonolog_Logger_RequestService()
  1389.     {
  1390.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1391.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1392.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1393.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1394.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1395.         return $instance;
  1396.     }
  1397.     /**
  1398.      * Gets the private 'parameter_bag' shared service.
  1399.      *
  1400.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1401.      */
  1402.     protected function getParameterBagService()
  1403.     {
  1404.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1405.     }
  1406.     /**
  1407.      * Gets the private 'profiler_listener' shared service.
  1408.      *
  1409.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1410.      */
  1411.     protected function getProfilerListenerService()
  1412.     {
  1413.         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);
  1414.     }
  1415.     /**
  1416.      * Gets the private 'resolve_controller_name_subscriber' shared service.
  1417.      *
  1418.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  1419.      */
  1420.     protected function getResolveControllerNameSubscriberService()
  1421.     {
  1422.         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))))));
  1423.     }
  1424.     /**
  1425.      * Gets the private 'router.request_context' shared service.
  1426.      *
  1427.      * @return \Symfony\Component\Routing\RequestContext
  1428.      */
  1429.     protected function getRouter_RequestContextService()
  1430.     {
  1431.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  1432.     }
  1433.     /**
  1434.      * Gets the private 'router_listener' shared service.
  1435.      *
  1436.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1437.      */
  1438.     protected function getRouterListenerService()
  1439.     {
  1440.         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);
  1441.     }
  1442.     /**
  1443.      * Gets the private 'security.authentication.manager' shared service.
  1444.      *
  1445.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  1446.      */
  1447.     protected function getSecurity_Authentication_ManagerService()
  1448.     {
  1449.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  1450.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->load('getSecurity_Authentication_Provider_Dao_MainService.php'));
  1451.             yield => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->load('getSecurity_Authentication_Provider_Rememberme_MainService.php'));
  1452.             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'))));
  1453.         }, 3), true);
  1454.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1455.         return $instance;
  1456.     }
  1457.     /**
  1458.      * Gets the private 'security.encoder_factory.generic' shared service.
  1459.      *
  1460.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  1461.      */
  1462.     protected function getSecurity_EncoderFactory_GenericService()
  1463.     {
  1464.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['FOS\\UserBundle\\Model\\UserInterface' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\BCryptPasswordEncoder''arguments' => [=> 13]], 'App\\Entity\\AppUser' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\BCryptPasswordEncoder''arguments' => [=> 13]]]);
  1465.     }
  1466.     /**
  1467.      * Gets the private 'security.firewall.map' shared service.
  1468.      *
  1469.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1470.      */
  1471.     protected function getSecurity_Firewall_MapService()
  1472.     {
  1473.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1474.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService.php'true],
  1475.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService.php'true],
  1476.         ], [
  1477.             'security.firewall.map.context.dev' => '?',
  1478.             'security.firewall.map.context.main' => '?',
  1479.         ]), new RewindableGenerator(function () {
  1480.             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)/')));
  1481.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  1482.         }, 2));
  1483.     }
  1484.     /**
  1485.      * Gets the private 'security.logout_url_generator' shared service.
  1486.      *
  1487.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  1488.      */
  1489.     protected function getSecurity_LogoutUrlGeneratorService()
  1490.     {
  1491.         $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())));
  1492.         $instance->registerListener('main''fos_user_security_logout''logout''_csrf_token'NULLNULL);
  1493.         return $instance;
  1494.     }
  1495.     /**
  1496.      * Gets the private 'security.role_hierarchy' shared service.
  1497.      *
  1498.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  1499.      */
  1500.     protected function getSecurity_RoleHierarchyService()
  1501.     {
  1502.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  1503.     }
  1504.     /**
  1505.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  1506.      *
  1507.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  1508.      */
  1509.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  1510.     {
  1511.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1512.     }
  1513.     /**
  1514.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  1515.      *
  1516.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  1517.      */
  1518.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  1519.     {
  1520.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  1521.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  1522.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  1523.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  1524.     }
  1525.     /**
  1526.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  1527.      *
  1528.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  1529.      */
  1530.     protected function getSensioFrameworkExtra_Security_ListenerService()
  1531.     {
  1532.         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()));
  1533.     }
  1534.     /**
  1535.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  1536.      *
  1537.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  1538.      */
  1539.     protected function getSensioFrameworkExtra_View_ListenerService()
  1540.     {
  1541.         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()));
  1542.     }
  1543.     /**
  1544.      * Gets the private 'session_listener' shared service.
  1545.      *
  1546.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  1547.      */
  1548.     protected function getSessionListenerService()
  1549.     {
  1550.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1551.             'initialized_session' => ['services''session'NULLtrue],
  1552.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1553.             'session' => ['services''session''getSessionService.php'true],
  1554.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService.php'true],
  1555.         ], [
  1556.             'initialized_session' => '?',
  1557.             'request_stack' => '?',
  1558.             'session' => '?',
  1559.             'session_storage' => '?',
  1560.         ]));
  1561.     }
  1562.     /**
  1563.      * Gets the private 'stof_doctrine_extensions.event_listener.locale' shared service.
  1564.      *
  1565.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener
  1566.      */
  1567.     protected function getStofDoctrineExtensions_EventListener_LocaleService()
  1568.     {
  1569.         return $this->privates['stof_doctrine_extensions.event_listener.locale'] = new \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener(($this->privates['stof_doctrine_extensions.listener.translatable'] ?? $this->getStofDoctrineExtensions_Listener_TranslatableService()));
  1570.     }
  1571.     /**
  1572.      * Gets the private 'stof_doctrine_extensions.listener.translatable' shared service.
  1573.      *
  1574.      * @return \Gedmo\Translatable\TranslatableListener
  1575.      */
  1576.     protected function getStofDoctrineExtensions_Listener_TranslatableService()
  1577.     {
  1578.         $this->privates['stof_doctrine_extensions.listener.translatable'] = $instance = new \Gedmo\Translatable\TranslatableListener();
  1579.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1580.         $instance->setDefaultLocale('en');
  1581.         $instance->setTranslatableLocale('en');
  1582.         $instance->setTranslationFallback(false);
  1583.         $instance->setPersistDefaultLocaleTranslation(false);
  1584.         $instance->setSkipOnLoad(false);
  1585.         return $instance;
  1586.     }
  1587.     /**
  1588.      * Gets the private 'translator.default' shared service.
  1589.      *
  1590.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  1591.      */
  1592.     protected function getTranslator_DefaultService()
  1593.     {
  1594.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1595.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService.php'true],
  1596.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService.php'true],
  1597.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService.php'true],
  1598.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService.php'true],
  1599.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService.php'true],
  1600.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService.php'true],
  1601.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService.php'true],
  1602.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService.php'true],
  1603.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService.php'true],
  1604.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService.php'true],
  1605.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService.php'true],
  1606.         ], [
  1607.             'translation.loader.csv' => '?',
  1608.             'translation.loader.dat' => '?',
  1609.             'translation.loader.ini' => '?',
  1610.             'translation.loader.json' => '?',
  1611.             'translation.loader.mo' => '?',
  1612.             'translation.loader.php' => '?',
  1613.             'translation.loader.po' => '?',
  1614.             'translation.loader.qt' => '?',
  1615.             'translation.loader.res' => '?',
  1616.             'translation.loader.xliff' => '?',
  1617.             'translation.loader.yml' => '?',
  1618.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['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.yaml')], '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'), => ($this->targetDirs[3].'/translations/messages.fr.yaml')], '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')]], 'scanned_directories' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations'), => ($this->targetDirs[3].'/translations'), => ($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/translations'), => ($this->targetDirs[3].'/src/Resources/FrameworkBundle/translations'), => ($this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Resources/translations'), => ($this->targetDirs[3].'/src/Resources/SensioFrameworkExtraBundle/translations'), => ($this->targetDirs[3].'/vendor/doctrine/doctrine-cache-bundle/Resources/translations'), 10 => ($this->targetDirs[3].'/src/Resources/DoctrineCacheBundle/translations'), 11 => ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/translations'), 12 => ($this->targetDirs[3].'/src/Resources/DoctrineBundle/translations'), 13 => ($this->targetDirs[3].'/vendor/doctrine/doctrine-migrations-bundle/Resources/translations'), 14 => ($this->targetDirs[3].'/src/Resources/DoctrineMigrationsBundle/translations'), 15 => ($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/translations'), 16 => ($this->targetDirs[3].'/src/Resources/SecurityBundle/translations'), 17 => ($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/translations'), 18 => ($this->targetDirs[3].'/src/Resources/SwiftmailerBundle/translations'), 19 => ($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/translations'), 20 => ($this->targetDirs[3].'/src/Resources/TwigBundle/translations'), 21 => ($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/translations'), 22 => ($this->targetDirs[3].'/src/Resources/WebProfilerBundle/translations'), 23 => ($this->targetDirs[3].'/vendor/symfony/monolog-bundle/Resources/translations'), 24 => ($this->targetDirs[3].'/src/Resources/MonologBundle/translations'), 25 => ($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/translations'), 26 => ($this->targetDirs[3].'/src/Resources/DebugBundle/translations'), 27 => ($this->targetDirs[3].'/vendor/symfony/maker-bundle/src/Resources/translations'), 28 => ($this->targetDirs[3].'/src/Resources/MakerBundle/translations'), 29 => ($this->targetDirs[3].'/vendor/symfony/web-server-bundle/Resources/translations'), 30 => ($this->targetDirs[3].'/src/Resources/WebServerBundle/translations'), 31 => ($this->targetDirs[3].'/src/Resources/FOSUserBundle/translations'), 32 => ($this->targetDirs[3].'/vendor/stof/doctrine-extensions-bundle/Resources/translations'), 33 => ($this->targetDirs[3].'/src/Resources/StofDoctrineExtensionsBundle/translations'), 34 => ($this->targetDirs[3].'/src/Resources/translations')]]);
  1619.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1620.         $instance->setFallbackLocales([=> 'en']);
  1621.         return $instance;
  1622.     }
  1623.     /**
  1624.      * Gets the private 'validator.builder' shared service.
  1625.      *
  1626.      * @return \Symfony\Component\Validator\ValidatorBuilderInterface
  1627.      */
  1628.     protected function getValidator_BuilderService()
  1629.     {
  1630.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  1631.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1632.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  1633.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  1634.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService.php'true],
  1635.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  1636.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService.php'true],
  1637.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  1638.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  1639.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  1640.         ], [
  1641.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  1642.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  1643.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  1644.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  1645.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  1646.             'doctrine.orm.validator.unique' => '?',
  1647.             'security.validator.user_password' => '?',
  1648.             'validator.expression' => '?',
  1649.         ])));
  1650.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  1651.         $instance->setTranslationDomain('validators');
  1652.         $instance->addXmlMappings([=> ($this->targetDirs[3].'/vendor/symfony/form/Resources/config/validation.xml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
  1653.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1654.         $instance->addMethodMapping('loadValidatorMetadata');
  1655.         $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()))]);
  1656.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  1657.         $instance->addXmlMapping(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  1658.         return $instance;
  1659.     }
  1660.     /**
  1661.      * Gets the private 'var_dumper.html_dumper' shared service.
  1662.      *
  1663.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  1664.      */
  1665.     protected function getVarDumper_HtmlDumperService()
  1666.     {
  1667.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  1668.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  1669.         return $instance;
  1670.     }
  1671.     /**
  1672.      * Gets the private 'var_dumper.server_connection' shared service.
  1673.      *
  1674.      * @return \Symfony\Component\VarDumper\Server\Connection
  1675.      */
  1676.     protected function getVarDumper_ServerConnectionService()
  1677.     {
  1678.         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()]);
  1679.     }
  1680.     /**
  1681.      * Gets the private 'web_profiler.csp.handler' shared service.
  1682.      *
  1683.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  1684.      */
  1685.     protected function getWebProfiler_Csp_HandlerService()
  1686.     {
  1687.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  1688.     }
  1689.     /**
  1690.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  1691.      *
  1692.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  1693.      */
  1694.     protected function getWebProfiler_DebugToolbarService()
  1695.     {
  1696.         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()));
  1697.     }
  1698.     public function getParameter($name)
  1699.     {
  1700.         $name = (string) $name;
  1701.         if (isset($this->buildParameters[$name])) {
  1702.             return $this->buildParameters[$name];
  1703.         }
  1704.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  1705.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  1706.         }
  1707.         if (isset($this->loadedDynamicParameters[$name])) {
  1708.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1709.         }
  1710.         return $this->parameters[$name];
  1711.     }
  1712.     public function hasParameter($name)
  1713.     {
  1714.         $name = (string) $name;
  1715.         if (isset($this->buildParameters[$name])) {
  1716.             return true;
  1717.         }
  1718.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  1719.     }
  1720.     public function setParameter($name$value)
  1721.     {
  1722.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  1723.     }
  1724.     public function getParameterBag()
  1725.     {
  1726.         if (null === $this->parameterBag) {
  1727.             $parameters $this->parameters;
  1728.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  1729.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1730.             }
  1731.             foreach ($this->buildParameters as $name => $value) {
  1732.                 $parameters[$name] = $value;
  1733.             }
  1734.             $this->parameterBag = new FrozenParameterBag($parameters);
  1735.         }
  1736.         return $this->parameterBag;
  1737.     }
  1738.     private $loadedDynamicParameters = [
  1739.         'kernel.root_dir' => false,
  1740.         'kernel.project_dir' => false,
  1741.         'kernel.cache_dir' => false,
  1742.         'kernel.logs_dir' => false,
  1743.         'kernel.bundles_metadata' => false,
  1744.         'kernel.secret' => false,
  1745.         'session.save_path' => false,
  1746.         'validator.mapping.cache.file' => false,
  1747.         'translator.default_path' => false,
  1748.         'profiler.storage.dsn' => false,
  1749.         'debug.container.dump' => false,
  1750.         'serializer.mapping.cache.file' => false,
  1751.         'doctrine.orm.proxy_dir' => false,
  1752.         'doctrine_migrations.dir_name' => false,
  1753.         'swiftmailer.spool.default.memory.path' => false,
  1754.         'twig.default_path' => false,
  1755.     ];
  1756.     private $dynamicParameters = [];
  1757.     /**
  1758.      * Computes a dynamic parameter.
  1759.      *
  1760.      * @param string $name The name of the dynamic parameter to load
  1761.      *
  1762.      * @return mixed The value of the dynamic parameter
  1763.      *
  1764.      * @throws InvalidArgumentException When the dynamic parameter does not exist
  1765.      */
  1766.     private function getDynamicParameter($name)
  1767.     {
  1768.         switch ($name) {
  1769.             case 'kernel.root_dir'$value = ($this->targetDirs[3].'/src'); break;
  1770.             case 'kernel.project_dir'$value $this->targetDirs[3]; break;
  1771.             case 'kernel.cache_dir'$value $this->targetDirs[0]; break;
  1772.             case 'kernel.logs_dir'$value = ($this->targetDirs[2].'/log'); break;
  1773.             case 'kernel.bundles_metadata'$value = [
  1774.                 'FrameworkBundle' => [
  1775.                     'path' => ($this->targetDirs[3].'/vendor/symfony/framework-bundle'),
  1776.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  1777.                 ],
  1778.                 'SensioFrameworkExtraBundle' => [
  1779.                     'path' => ($this->targetDirs[3].'/vendor/sensio/framework-extra-bundle'),
  1780.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  1781.                 ],
  1782.                 'DoctrineCacheBundle' => [
  1783.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-cache-bundle'),
  1784.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  1785.                 ],
  1786.                 'DoctrineBundle' => [
  1787.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle'),
  1788.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  1789.                 ],
  1790.                 'DoctrineMigrationsBundle' => [
  1791.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-migrations-bundle'),
  1792.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  1793.                 ],
  1794.                 'SecurityBundle' => [
  1795.                     'path' => ($this->targetDirs[3].'/vendor/symfony/security-bundle'),
  1796.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  1797.                 ],
  1798.                 'SwiftmailerBundle' => [
  1799.                     'path' => ($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle'),
  1800.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  1801.                 ],
  1802.                 'TwigBundle' => [
  1803.                     'path' => ($this->targetDirs[3].'/vendor/symfony/twig-bundle'),
  1804.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  1805.                 ],
  1806.                 'WebProfilerBundle' => [
  1807.                     'path' => ($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle'),
  1808.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  1809.                 ],
  1810.                 'MonologBundle' => [
  1811.                     'path' => ($this->targetDirs[3].'/vendor/symfony/monolog-bundle'),
  1812.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  1813.                 ],
  1814.                 'DebugBundle' => [
  1815.                     'path' => ($this->targetDirs[3].'/vendor/symfony/debug-bundle'),
  1816.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  1817.                 ],
  1818.                 'MakerBundle' => [
  1819.                     'path' => ($this->targetDirs[3].'/vendor/symfony/maker-bundle/src'),
  1820.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  1821.                 ],
  1822.                 'WebServerBundle' => [
  1823.                     'path' => ($this->targetDirs[3].'/vendor/symfony/web-server-bundle'),
  1824.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  1825.                 ],
  1826.                 'FOSUserBundle' => [
  1827.                     'path' => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle'),
  1828.                     'namespace' => 'FOS\\UserBundle',
  1829.                 ],
  1830.                 'StofDoctrineExtensionsBundle' => [
  1831.                     'path' => ($this->targetDirs[3].'/vendor/stof/doctrine-extensions-bundle'),
  1832.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  1833.                 ],
  1834.             ]; break;
  1835.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  1836.             case 'session.save_path'$value = ($this->targetDirs[2].'/sessions/dev'); break;
  1837.             case 'validator.mapping.cache.file'$value = ($this->targetDirs[0].'/validation.php'); break;
  1838.             case 'translator.default_path'$value = ($this->targetDirs[3].'/translations'); break;
  1839.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDirs[0].'/profiler'); break;
  1840.             case 'debug.container.dump'$value = ($this->targetDirs[0].'/srcApp_KernelDevDebugContainer.xml'); break;
  1841.             case 'serializer.mapping.cache.file'$value = ($this->targetDirs[0].'/serialization.php'); break;
  1842.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDirs[0].'/doctrine/orm/Proxies'); break;
  1843.             case 'doctrine_migrations.dir_name'$value = ($this->targetDirs[3].'/src/Migrations'); break;
  1844.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDirs[0].'/swiftmailer/spool/default'); break;
  1845.             case 'twig.default_path'$value = ($this->targetDirs[3].'/templates'); break;
  1846.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  1847.         }
  1848.         $this->loadedDynamicParameters[$name] = true;
  1849.         return $this->dynamicParameters[$name] = $value;
  1850.     }
  1851.     /**
  1852.      * Gets the default parameters.
  1853.      *
  1854.      * @return array An array of the default parameters
  1855.      */
  1856.     protected function getDefaultParameters()
  1857.     {
  1858.         return [
  1859.             'kernel.environment' => 'dev',
  1860.             'kernel.debug' => true,
  1861.             'kernel.name' => 'src',
  1862.             'kernel.bundles' => [
  1863.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  1864.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  1865.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  1866.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  1867.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  1868.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  1869.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  1870.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  1871.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  1872.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  1873.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  1874.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  1875.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  1876.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  1877.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  1878.             ],
  1879.             'kernel.charset' => 'UTF-8',
  1880.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  1881.             'container.dumper.inline_class_loader' => true,
  1882.             'locale' => 'fr',
  1883.             'fragment.renderer.hinclude.global_template' => NULL,
  1884.             'fragment.path' => '/_fragment',
  1885.             'kernel.http_method_override' => true,
  1886.             'kernel.trusted_hosts' => [
  1887.             ],
  1888.             'kernel.default_locale' => 'fr',
  1889.             'templating.helper.code.file_link_format' => NULL,
  1890.             'debug.file_link_format' => NULL,
  1891.             'session.metadata.storage_key' => '_sf2_meta',
  1892.             'session.storage.options' => [
  1893.                 'cache_limiter' => '0',
  1894.                 'cookie_secure' => 'auto',
  1895.                 'cookie_httponly' => true,
  1896.                 'cookie_samesite' => 'lax',
  1897.                 'gc_probability' => 100,
  1898.                 'gc_divisor' => 100,
  1899.             ],
  1900.             'session.metadata.update_threshold' => 0,
  1901.             'form.type_extension.csrf.enabled' => true,
  1902.             'form.type_extension.csrf.field_name' => '_token',
  1903.             'asset.request_context.base_path' => '',
  1904.             'asset.request_context.secure' => false,
  1905.             'templating.loader.cache.path' => NULL,
  1906.             'templating.engines' => [
  1907.                 => 'twig',
  1908.                 => 'php',
  1909.             ],
  1910.             'templating.helper.form.resources' => [
  1911.                 => 'FrameworkBundle:Form',
  1912.             ],
  1913.             'validator.mapping.cache.prefix' => '',
  1914.             'validator.translation_domain' => 'validators',
  1915.             'translator.logging' => false,
  1916.             'profiler_listener.only_exceptions' => false,
  1917.             'profiler_listener.only_master_requests' => false,
  1918.             'debug.error_handler.throw_at' => -1,
  1919.             'router.request_context.host' => 'localhost',
  1920.             'router.request_context.scheme' => 'http',
  1921.             'router.request_context.base_url' => '',
  1922.             'router.resource' => 'kernel::loadRoutes',
  1923.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  1924.             'request_listener.http_port' => 80,
  1925.             'request_listener.https_port' => 443,
  1926.             'serializer.mapping.cache.prefix' => '',
  1927.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  1928.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  1929.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  1930.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  1931.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  1932.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  1933.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  1934.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  1935.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  1936.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  1937.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  1938.             'doctrine_cache.memcache.host' => 'localhost',
  1939.             'doctrine_cache.memcache.port' => 11211,
  1940.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  1941.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  1942.             'doctrine_cache.memcached.host' => 'localhost',
  1943.             'doctrine_cache.memcached.port' => 11211,
  1944.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  1945.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  1946.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  1947.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  1948.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  1949.             'doctrine_cache.predis.scheme' => 'tcp',
  1950.             'doctrine_cache.predis.host' => 'localhost',
  1951.             'doctrine_cache.predis.port' => 6379,
  1952.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  1953.             'doctrine_cache.redis.connection.class' => 'Redis',
  1954.             'doctrine_cache.redis.host' => 'localhost',
  1955.             'doctrine_cache.redis.port' => 6379,
  1956.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  1957.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  1958.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  1959.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  1960.             'doctrine_cache.riak.host' => 'localhost',
  1961.             'doctrine_cache.riak.port' => 8087,
  1962.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  1963.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  1964.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  1965.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  1966.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  1967.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  1968.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  1969.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  1970.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  1971.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  1972.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  1973.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  1974.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  1975.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  1976.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  1977.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  1978.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  1979.             'doctrine.entity_managers' => [
  1980.                 'default' => 'doctrine.orm.default_entity_manager',
  1981.             ],
  1982.             'doctrine.default_entity_manager' => 'default',
  1983.             'doctrine.dbal.connection_factory.types' => [
  1984.             ],
  1985.             'doctrine.connections' => [
  1986.                 'default' => 'doctrine.dbal.default_connection',
  1987.             ],
  1988.             'doctrine.default_connection' => 'default',
  1989.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  1990.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  1991.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  1992.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  1993.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  1994.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  1995.             'doctrine.orm.cache.memcache_host' => 'localhost',
  1996.             'doctrine.orm.cache.memcache_port' => 11211,
  1997.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  1998.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  1999.             'doctrine.orm.cache.memcached_host' => 'localhost',
  2000.             'doctrine.orm.cache.memcached_port' => 11211,
  2001.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2002.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2003.             'doctrine.orm.cache.redis_host' => 'localhost',
  2004.             'doctrine.orm.cache.redis_port' => 6379,
  2005.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2006.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2007.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2008.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2009.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Common\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2010.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2011.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2012.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2013.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2014.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2015.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2016.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2017.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2018.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2019.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2020.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2021.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2022.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2023.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2024.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2025.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2026.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2027.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2028.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2029.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2030.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2031.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2032.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2033.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2034.             'doctrine.orm.auto_generate_proxy_classes' => true,
  2035.             'doctrine.orm.proxy_namespace' => 'Proxies',
  2036.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  2037.             'doctrine_migrations.table_name' => 'migration_versions',
  2038.             'doctrine_migrations.column_name' => 'version',
  2039.             'doctrine_migrations.column_length' => 14,
  2040.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  2041.             'doctrine_migrations.all_or_nothing' => false,
  2042.             'doctrine_migrations.name' => 'Application Migrations',
  2043.             'doctrine_migrations.custom_template' => NULL,
  2044.             'doctrine_migrations.organize_migrations' => false,
  2045.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  2046.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  2047.             'security.role_hierarchy.roles' => [
  2048.                 'ROLE_AUTEUR' => [
  2049.                     => 'ROLE_USER',
  2050.                 ],
  2051.                 'ROLE_ADMIN' => [
  2052.                     => 'ROLE_AUTEUR',
  2053.                 ],
  2054.                 'ROLE_SUPER_ADMIN' => [
  2055.                     => 'ROLE_ALLOWED_TO_SWITCH',
  2056.                 ],
  2057.             ],
  2058.             'security.access.denied_url' => NULL,
  2059.             'security.authentication.manager.erase_credentials' => true,
  2060.             'security.authentication.session_strategy.strategy' => 'migrate',
  2061.             'security.access.always_authenticate_before_granting' => false,
  2062.             'security.authentication.hide_user_not_found' => true,
  2063.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  2064.             'swiftmailer.mailer.default.spool.enabled' => true,
  2065.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  2066.             'swiftmailer.mailer.default.single_address' => NULL,
  2067.             'swiftmailer.mailer.default.delivery.enabled' => true,
  2068.             'swiftmailer.spool.enabled' => true,
  2069.             'swiftmailer.delivery.enabled' => true,
  2070.             'swiftmailer.single_address' => NULL,
  2071.             'swiftmailer.mailers' => [
  2072.                 'default' => 'swiftmailer.mailer.default',
  2073.             ],
  2074.             'swiftmailer.default_mailer' => 'default',
  2075.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  2076.             'twig.form.resources' => [
  2077.                 => 'form_div_layout.html.twig',
  2078.             ],
  2079.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  2080.             'web_profiler.debug_toolbar.mode' => 2,
  2081.             'monolog.use_microseconds' => true,
  2082.             'monolog.swift_mailer.handlers' => [
  2083.             ],
  2084.             'monolog.handlers_to_channels' => [
  2085.                 'monolog.handler.console' => [
  2086.                     'type' => 'exclusive',
  2087.                     'elements' => [
  2088.                         => 'event',
  2089.                         => 'doctrine',
  2090.                         => 'console',
  2091.                     ],
  2092.                 ],
  2093.                 'monolog.handler.main' => [
  2094.                     'type' => 'exclusive',
  2095.                     'elements' => [
  2096.                         => 'event',
  2097.                     ],
  2098.                 ],
  2099.             ],
  2100.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  2101.             'fos_user.backend_type_orm' => true,
  2102.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  2103.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  2104.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  2105.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  2106.             'fos_user.storage' => 'orm',
  2107.             'fos_user.firewall_name' => 'main',
  2108.             'fos_user.model_manager_name' => NULL,
  2109.             'fos_user.model.user.class' => 'App\\Entity\\AppUser',
  2110.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  2111.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  2112.             'fos_user.profile.form.validation_groups' => [
  2113.                 => 'Profile',
  2114.                 => 'Default',
  2115.             ],
  2116.             'fos_user.registration.confirmation.from_email' => [
  2117.                 'no-reply@mon-mail.fr' => 'no-reply@mon-mail.fr',
  2118.             ],
  2119.             'fos_user.registration.confirmation.enabled' => false,
  2120.             'fos_user.registration.form.type' => 'App\\Form\\RegistrationFormType',
  2121.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  2122.             'fos_user.registration.form.validation_groups' => [
  2123.                 => 'Registration',
  2124.                 => 'Default',
  2125.             ],
  2126.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  2127.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  2128.             'fos_user.change_password.form.validation_groups' => [
  2129.                 => 'ChangePassword',
  2130.                 => 'Default',
  2131.             ],
  2132.             'fos_user.resetting.email.from_email' => [
  2133.                 'no-reply@mon-mail.fr' => 'no-reply@mon-mail.fr',
  2134.             ],
  2135.             'fos_user.resetting.retry_ttl' => 7200,
  2136.             'fos_user.resetting.token_ttl' => 86400,
  2137.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  2138.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  2139.             'fos_user.resetting.form.validation_groups' => [
  2140.                 => 'ResetPassword',
  2141.                 => 'Default',
  2142.             ],
  2143.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  2144.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  2145.             'stof_doctrine_extensions.event_listener.locale.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LocaleListener',
  2146.             'stof_doctrine_extensions.default_locale' => 'en',
  2147.             'stof_doctrine_extensions.translation_fallback' => false,
  2148.             'stof_doctrine_extensions.persist_default_translation' => false,
  2149.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  2150.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  2151.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  2152.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  2153.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  2154.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  2155.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  2156.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  2157.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  2158.             'data_collector.templates' => [
  2159.                 'data_collector.request' => [
  2160.                     => 'request',
  2161.                     => '@WebProfiler/Collector/request.html.twig',
  2162.                 ],
  2163.                 'data_collector.time' => [
  2164.                     => 'time',
  2165.                     => '@WebProfiler/Collector/time.html.twig',
  2166.                 ],
  2167.                 'data_collector.memory' => [
  2168.                     => 'memory',
  2169.                     => '@WebProfiler/Collector/memory.html.twig',
  2170.                 ],
  2171.                 'data_collector.validator' => [
  2172.                     => 'validator',
  2173.                     => '@WebProfiler/Collector/validator.html.twig',
  2174.                 ],
  2175.                 'data_collector.ajax' => [
  2176.                     => 'ajax',
  2177.                     => '@WebProfiler/Collector/ajax.html.twig',
  2178.                 ],
  2179.                 'data_collector.form' => [
  2180.                     => 'form',
  2181.                     => '@WebProfiler/Collector/form.html.twig',
  2182.                 ],
  2183.                 'data_collector.exception' => [
  2184.                     => 'exception',
  2185.                     => '@WebProfiler/Collector/exception.html.twig',
  2186.                 ],
  2187.                 'data_collector.logger' => [
  2188.                     => 'logger',
  2189.                     => '@WebProfiler/Collector/logger.html.twig',
  2190.                 ],
  2191.                 'data_collector.events' => [
  2192.                     => 'events',
  2193.                     => '@WebProfiler/Collector/events.html.twig',
  2194.                 ],
  2195.                 'data_collector.router' => [
  2196.                     => 'router',
  2197.                     => '@WebProfiler/Collector/router.html.twig',
  2198.                 ],
  2199.                 'data_collector.cache' => [
  2200.                     => 'cache',
  2201.                     => '@WebProfiler/Collector/cache.html.twig',
  2202.                 ],
  2203.                 'data_collector.translation' => [
  2204.                     => 'translation',
  2205.                     => '@WebProfiler/Collector/translation.html.twig',
  2206.                 ],
  2207.                 'data_collector.security' => [
  2208.                     => 'security',
  2209.                     => '@Security/Collector/security.html.twig',
  2210.                 ],
  2211.                 'data_collector.twig' => [
  2212.                     => 'twig',
  2213.                     => '@WebProfiler/Collector/twig.html.twig',
  2214.                 ],
  2215.                 'data_collector.doctrine' => [
  2216.                     => 'db',
  2217.                     => '@Doctrine/Collector/db.html.twig',
  2218.                 ],
  2219.                 'swiftmailer.data_collector' => [
  2220.                     => 'swiftmailer',
  2221.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  2222.                 ],
  2223.                 'data_collector.dump' => [
  2224.                     => 'dump',
  2225.                     => '@Debug/Profiler/dump.html.twig',
  2226.                 ],
  2227.                 'data_collector.config' => [
  2228.                     => 'config',
  2229.                     => '@WebProfiler/Collector/config.html.twig',
  2230.                 ],
  2231.             ],
  2232.             'console.command.ids' => [
  2233.                 => 'console.command.public_alias.doctrine_cache.contains_command',
  2234.                 => 'console.command.public_alias.doctrine_cache.delete_command',
  2235.                 => 'console.command.public_alias.doctrine_cache.flush_command',
  2236.                 => 'console.command.public_alias.doctrine_cache.stats_command',
  2237.                 => 'console.command.public_alias.doctrine_migrations.diff_command',
  2238.                 => 'console.command.public_alias.doctrine_migrations.dump_schema_command',
  2239.                 => 'console.command.public_alias.doctrine_migrations.execute_command',
  2240.                 => 'console.command.public_alias.doctrine_migrations.generate_command',
  2241.                 => 'console.command.public_alias.doctrine_migrations.latest_command',
  2242.                 => 'console.command.public_alias.doctrine_migrations.migrate_command',
  2243.                 10 => 'console.command.public_alias.doctrine_migrations.rollup_command',
  2244.                 11 => 'console.command.public_alias.doctrine_migrations.status_command',
  2245.                 12 => 'console.command.public_alias.doctrine_migrations.up_to_date_command',
  2246.                 13 => 'console.command.public_alias.doctrine_migrations.version_command',
  2247.             ],
  2248.         ];
  2249.     }
  2250. }