var/cache/dev/Container5ybCVI3/srcApp_KernelDevDebugContainer.php line 731

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