var/cache/dev/ContainerFgy4jso/appDevDebugProjectContainer.php line 2109

Open in your IDE?
  1. <?php
  2. namespace ContainerFgy4jso;
  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 appDevDebugProjectContainer extends Container
  17. {
  18.     private $buildParameters;
  19.     private $containerDir;
  20.     private $parameters = [];
  21.     private $targetDirs = [];
  22.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  23.     {
  24.         $dir $this->targetDirs[0] = \dirname($containerDir);
  25.         for ($i 1$i <= 5; ++$i) {
  26.             $this->targetDirs[$i] = $dir = \dirname($dir);
  27.         }
  28.         $this->buildParameters $buildParameters;
  29.         $this->containerDir $containerDir;
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services = [];
  32.         $this->normalizedIds = [
  33.             'symfony\\bundle\\frameworkbundle\\controller\\redirectcontroller' => 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController',
  34.             'symfony\\bundle\\frameworkbundle\\controller\\templatecontroller' => 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController',
  35.         ];
  36.         $this->syntheticIds = [
  37.             'kernel' => true,
  38.         ];
  39.         $this->methodMap = [
  40.             'annotation_reader' => 'getAnnotationReaderService',
  41.             'annotations.reader' => 'getAnnotations_ReaderService',
  42.             'argument_metadata_factory' => 'getArgumentMetadataFactoryService',
  43.             'assets.context' => 'getAssets_ContextService',
  44.             'assets.packages' => 'getAssets_PackagesService',
  45.             'cache.annotations' => 'getCache_AnnotationsService',
  46.             'cache.app' => 'getCache_AppService',
  47.             'cache.doctrine.orm.default.metadata' => 'getCache_Doctrine_Orm_Default_MetadataService',
  48.             'cache.doctrine.orm.default.query' => 'getCache_Doctrine_Orm_Default_QueryService',
  49.             'cache.doctrine.orm.default.result' => 'getCache_Doctrine_Orm_Default_ResultService',
  50.             'cache.serializer' => 'getCache_SerializerService',
  51.             'cache.system' => 'getCache_SystemService',
  52.             'cache.validator' => 'getCache_ValidatorService',
  53.             'config_cache_factory' => 'getConfigCacheFactoryService',
  54.             'controller_name_converter' => 'getControllerNameConverterService',
  55.             'data_collector.dump' => 'getDataCollector_DumpService',
  56.             'data_collector.form' => 'getDataCollector_FormService',
  57.             'data_collector.form.extractor' => 'getDataCollector_Form_ExtractorService',
  58.             'data_collector.request' => 'getDataCollector_RequestService',
  59.             'data_collector.router' => 'getDataCollector_RouterService',
  60.             'data_collector.translation' => 'getDataCollector_TranslationService',
  61.             'debug.argument_resolver' => 'getDebug_ArgumentResolverService',
  62.             'debug.controller_resolver' => 'getDebug_ControllerResolverService',
  63.             'debug.debug_handlers_listener' => 'getDebug_DebugHandlersListenerService',
  64.             'debug.event_dispatcher' => 'getDebug_EventDispatcherService',
  65.             'debug.file_link_formatter' => 'getDebug_FileLinkFormatterService',
  66.             'debug.log_processor' => 'getDebug_LogProcessorService',
  67.             'debug.security.access.decision_manager' => 'getDebug_Security_Access_DecisionManagerService',
  68.             'debug.stopwatch' => 'getDebug_StopwatchService',
  69.             'doctrine' => 'getDoctrineService',
  70.             'doctrine.dbal.logger.profiling.default' => 'getDoctrine_Dbal_Logger_Profiling_DefaultService',
  71.             'doctrine.orm.validator_initializer' => 'getDoctrine_Orm_ValidatorInitializerService',
  72.             'file_locator' => 'getFileLocatorService',
  73.             'fos_user.util.canonical_fields_updater' => 'getFosUser_Util_CanonicalFieldsUpdaterService',
  74.             'fos_user.util.email_canonicalizer' => 'getFosUser_Util_EmailCanonicalizerService',
  75.             'fragment.listener' => 'getFragment_ListenerService',
  76.             'framework_extra_bundle.argument_name_convertor' => 'getFrameworkExtraBundle_ArgumentNameConvertorService',
  77.             'framework_extra_bundle.event.is_granted' => 'getFrameworkExtraBundle_Event_IsGrantedService',
  78.             'http_kernel' => 'getHttpKernelService',
  79.             'jms_i18n_routing.cookie_setting_listener' => 'getJmsI18nRouting_CookieSettingListenerService',
  80.             'locale_listener' => 'getLocaleListenerService',
  81.             'logger' => 'getLoggerService',
  82.             'monolog.handler.console' => 'getMonolog_Handler_ConsoleService',
  83.             'monolog.handler.main' => 'getMonolog_Handler_MainService',
  84.             'monolog.handler.server_log' => 'getMonolog_Handler_ServerLogService',
  85.             'monolog.logger.cache' => 'getMonolog_Logger_CacheService',
  86.             'monolog.logger.event' => 'getMonolog_Logger_EventService',
  87.             'monolog.logger.php' => 'getMonolog_Logger_PhpService',
  88.             'monolog.logger.profiler' => 'getMonolog_Logger_ProfilerService',
  89.             'monolog.logger.request' => 'getMonolog_Logger_RequestService',
  90.             'monolog.logger.translation' => 'getMonolog_Logger_TranslationService',
  91.             'profiler' => 'getProfilerService',
  92.             'profiler_listener' => 'getProfilerListenerService',
  93.             'request_stack' => 'getRequestStackService',
  94.             'resolve_controller_name_subscriber' => 'getResolveControllerNameSubscriberService',
  95.             'response_listener' => 'getResponseListenerService',
  96.             'router' => 'getRouterService',
  97.             'router.request_context' => 'getRouter_RequestContextService',
  98.             'router_listener' => 'getRouterListenerService',
  99.             'security.authentication.manager' => 'getSecurity_Authentication_ManagerService',
  100.             'security.authentication.trust_resolver' => 'getSecurity_Authentication_TrustResolverService',
  101.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  102.             'security.firewall' => 'getSecurity_FirewallService',
  103.             'security.firewall.map' => 'getSecurity_Firewall_MapService',
  104.             'security.logout_url_generator' => 'getSecurity_LogoutUrlGeneratorService',
  105.             'security.rememberme.response_listener' => 'getSecurity_Rememberme_ResponseListenerService',
  106.             'security.role_hierarchy' => 'getSecurity_RoleHierarchyService',
  107.             'security.token_storage' => 'getSecurity_TokenStorageService',
  108.             'sensio_framework_extra.cache.listener' => 'getSensioFrameworkExtra_Cache_ListenerService',
  109.             'sensio_framework_extra.controller.listener' => 'getSensioFrameworkExtra_Controller_ListenerService',
  110.             'sensio_framework_extra.converter.listener' => 'getSensioFrameworkExtra_Converter_ListenerService',
  111.             'sensio_framework_extra.converter.manager' => 'getSensioFrameworkExtra_Converter_ManagerService',
  112.             'sensio_framework_extra.security.listener' => 'getSensioFrameworkExtra_Security_ListenerService',
  113.             'sensio_framework_extra.view.listener' => 'getSensioFrameworkExtra_View_ListenerService',
  114.             'session.save_listener' => 'getSession_SaveListenerService',
  115.             'session_listener' => 'getSessionListenerService',
  116.             'streamed_response_listener' => 'getStreamedResponseListenerService',
  117.             'templating.locator' => 'getTemplating_LocatorService',
  118.             'templating.name_parser' => 'getTemplating_NameParserService',
  119.             'translator' => 'getTranslatorService',
  120.             'translator.default' => 'getTranslator_DefaultService',
  121.             'translator_listener' => 'getTranslatorListenerService',
  122.             'twig' => 'getTwigService',
  123.             'twig.loader' => 'getTwig_LoaderService',
  124.             'twig.profile' => 'getTwig_ProfileService',
  125.             'uri_signer' => 'getUriSignerService',
  126.             'validate_request_listener' => 'getValidateRequestListenerService',
  127.             'validator' => 'getValidatorService',
  128.             'validator.builder' => 'getValidator_BuilderService',
  129.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  130.             'web_profiler.csp.handler' => 'getWebProfiler_Csp_HandlerService',
  131.             'web_profiler.debug_toolbar' => 'getWebProfiler_DebugToolbarService',
  132.         ];
  133.         $this->fileMap = [
  134.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  135.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  136.             'annotations.cache' => 'getAnnotations_CacheService.php',
  137.             'annotations.cache_warmer' => 'getAnnotations_CacheWarmerService.php',
  138.             'argument_resolver.default' => 'getArgumentResolver_DefaultService.php',
  139.             'argument_resolver.request' => 'getArgumentResolver_RequestService.php',
  140.             'argument_resolver.request_attribute' => 'getArgumentResolver_RequestAttributeService.php',
  141.             'argument_resolver.service' => 'getArgumentResolver_ServiceService.php',
  142.             'argument_resolver.session' => 'getArgumentResolver_SessionService.php',
  143.             'argument_resolver.variadic' => 'getArgumentResolver_VariadicService.php',
  144.             'cache.default_clearer' => 'getCache_DefaultClearerService.php',
  145.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  146.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  147.             'cache_clearer' => 'getCacheClearerService.php',
  148.             'cache_warmer' => 'getCacheWarmerService.php',
  149.             'config.resource.self_checking_resource_checker' => 'getConfig_Resource_SelfCheckingResourceCheckerService.php',
  150.             'console.command.about' => 'getConsole_Command_AboutService.php',
  151.             'console.command.assets_install' => 'getConsole_Command_AssetsInstallService.php',
  152.             'console.command.cache_clear' => 'getConsole_Command_CacheClearService.php',
  153.             'console.command.cache_pool_clear' => 'getConsole_Command_CachePoolClearService.php',
  154.             'console.command.cache_pool_prune' => 'getConsole_Command_CachePoolPruneService.php',
  155.             'console.command.cache_warmup' => 'getConsole_Command_CacheWarmupService.php',
  156.             'console.command.config_debug' => 'getConsole_Command_ConfigDebugService.php',
  157.             'console.command.config_dump_reference' => 'getConsole_Command_ConfigDumpReferenceService.php',
  158.             'console.command.container_debug' => 'getConsole_Command_ContainerDebugService.php',
  159.             'console.command.debug_autowiring' => 'getConsole_Command_DebugAutowiringService.php',
  160.             'console.command.event_dispatcher_debug' => 'getConsole_Command_EventDispatcherDebugService.php',
  161.             'console.command.form_debug' => 'getConsole_Command_FormDebugService.php',
  162.             'console.command.router_debug' => 'getConsole_Command_RouterDebugService.php',
  163.             'console.command.router_match' => 'getConsole_Command_RouterMatchService.php',
  164.             'console.command.translation_debug' => 'getConsole_Command_TranslationDebugService.php',
  165.             'console.command.translation_update' => 'getConsole_Command_TranslationUpdateService.php',
  166.             'console.command.xliff_lint' => 'getConsole_Command_XliffLintService.php',
  167.             'console.command.yaml_lint' => 'getConsole_Command_YamlLintService.php',
  168.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  169.             'console.error_listener' => 'getConsole_ErrorListenerService.php',
  170.             'debug.dump_listener' => 'getDebug_DumpListenerService.php',
  171.             'debug.file_link_formatter.url_format' => 'getDebug_FileLinkFormatter_UrlFormatService.php',
  172.             'dependency_injection.config.container_parameters_resource_checker' => 'getDependencyInjection_Config_ContainerParametersResourceCheckerService.php',
  173.             'deprecated.form.registry' => 'getDeprecated_Form_RegistryService.php',
  174.             'deprecated.form.registry.csrf' => 'getDeprecated_Form_Registry_CsrfService.php',
  175.             'doctrine.cache_clear_metadata_command' => 'getDoctrine_CacheClearMetadataCommandService.php',
  176.             'doctrine.cache_clear_query_cache_command' => 'getDoctrine_CacheClearQueryCacheCommandService.php',
  177.             'doctrine.cache_clear_result_command' => 'getDoctrine_CacheClearResultCommandService.php',
  178.             'doctrine.cache_collection_region_command' => 'getDoctrine_CacheCollectionRegionCommandService.php',
  179.             'doctrine.clear_entity_region_command' => 'getDoctrine_ClearEntityRegionCommandService.php',
  180.             'doctrine.clear_query_region_command' => 'getDoctrine_ClearQueryRegionCommandService.php',
  181.             'doctrine.database_create_command' => 'getDoctrine_DatabaseCreateCommandService.php',
  182.             'doctrine.database_drop_command' => 'getDoctrine_DatabaseDropCommandService.php',
  183.             'doctrine.database_import_command' => 'getDoctrine_DatabaseImportCommandService.php',
  184.             'doctrine.dbal.connection_factory' => 'getDoctrine_Dbal_ConnectionFactoryService.php',
  185.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService.php',
  186.             'doctrine.ensure_production_settings_command' => 'getDoctrine_EnsureProductionSettingsCommandService.php',
  187.             'doctrine.generate_entities_command' => 'getDoctrine_GenerateEntitiesCommandService.php',
  188.             'doctrine.mapping_convert_command' => 'getDoctrine_MappingConvertCommandService.php',
  189.             'doctrine.mapping_import_command' => 'getDoctrine_MappingImportCommandService.php',
  190.             'doctrine.mapping_info_command' => 'getDoctrine_MappingInfoCommandService.php',
  191.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata' => 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_MetadataService.php',
  192.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.query' => 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_QueryService.php',
  193.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.result' => 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_ResultService.php',
  194.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService.php',
  195.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService.php',
  196.             'doctrine.orm.default_entity_manager.property_info_extractor' => 'getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php',
  197.             'doctrine.orm.default_listeners.attach_entity_listeners' => 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php',
  198.             'doctrine.orm.default_manager_configurator' => 'getDoctrine_Orm_DefaultManagerConfiguratorService.php',
  199.             'doctrine.orm.proxy_cache_warmer' => 'getDoctrine_Orm_ProxyCacheWarmerService.php',
  200.             'doctrine.orm.validator.unique' => 'getDoctrine_Orm_Validator_UniqueService.php',
  201.             'doctrine.query_dql_command' => 'getDoctrine_QueryDqlCommandService.php',
  202.             'doctrine.query_sql_command' => 'getDoctrine_QuerySqlCommandService.php',
  203.             'doctrine.schema_create_command' => 'getDoctrine_SchemaCreateCommandService.php',
  204.             'doctrine.schema_drop_command' => 'getDoctrine_SchemaDropCommandService.php',
  205.             'doctrine.schema_update_command' => 'getDoctrine_SchemaUpdateCommandService.php',
  206.             'doctrine.schema_validate_command' => 'getDoctrine_SchemaValidateCommandService.php',
  207.             'doctrine_cache.contains_command' => 'getDoctrineCache_ContainsCommandService.php',
  208.             'doctrine_cache.delete_command' => 'getDoctrineCache_DeleteCommandService.php',
  209.             'doctrine_cache.flush_command' => 'getDoctrineCache_FlushCommandService.php',
  210.             'doctrine_cache.stats_command' => 'getDoctrineCache_StatsCommandService.php',
  211.             'filesystem' => 'getFilesystemService.php',
  212.             'form.factory' => 'getForm_FactoryService.php',
  213.             'form.registry' => 'getForm_RegistryService.php',
  214.             'form.resolved_type_factory' => 'getForm_ResolvedTypeFactoryService.php',
  215.             'form.server_params' => 'getForm_ServerParamsService.php',
  216.             'form.type.birthday' => 'getForm_Type_BirthdayService.php',
  217.             'form.type.button' => 'getForm_Type_ButtonService.php',
  218.             'form.type.checkbox' => 'getForm_Type_CheckboxService.php',
  219.             'form.type.choice' => 'getForm_Type_ChoiceService.php',
  220.             'form.type.collection' => 'getForm_Type_CollectionService.php',
  221.             'form.type.country' => 'getForm_Type_CountryService.php',
  222.             'form.type.currency' => 'getForm_Type_CurrencyService.php',
  223.             'form.type.date' => 'getForm_Type_DateService.php',
  224.             'form.type.datetime' => 'getForm_Type_DatetimeService.php',
  225.             'form.type.email' => 'getForm_Type_EmailService.php',
  226.             'form.type.entity' => 'getForm_Type_EntityService.php',
  227.             'form.type.file' => 'getForm_Type_FileService.php',
  228.             'form.type.form' => 'getForm_Type_FormService.php',
  229.             'form.type.hidden' => 'getForm_Type_HiddenService.php',
  230.             'form.type.integer' => 'getForm_Type_IntegerService.php',
  231.             'form.type.language' => 'getForm_Type_LanguageService.php',
  232.             'form.type.locale' => 'getForm_Type_LocaleService.php',
  233.             'form.type.money' => 'getForm_Type_MoneyService.php',
  234.             'form.type.number' => 'getForm_Type_NumberService.php',
  235.             'form.type.password' => 'getForm_Type_PasswordService.php',
  236.             'form.type.percent' => 'getForm_Type_PercentService.php',
  237.             'form.type.radio' => 'getForm_Type_RadioService.php',
  238.             'form.type.range' => 'getForm_Type_RangeService.php',
  239.             'form.type.repeated' => 'getForm_Type_RepeatedService.php',
  240.             'form.type.reset' => 'getForm_Type_ResetService.php',
  241.             'form.type.search' => 'getForm_Type_SearchService.php',
  242.             'form.type.submit' => 'getForm_Type_SubmitService.php',
  243.             'form.type.text' => 'getForm_Type_TextService.php',
  244.             'form.type.textarea' => 'getForm_Type_TextareaService.php',
  245.             'form.type.time' => 'getForm_Type_TimeService.php',
  246.             'form.type.timezone' => 'getForm_Type_TimezoneService.php',
  247.             'form.type.url' => 'getForm_Type_UrlService.php',
  248.             'form.type_extension.csrf' => 'getForm_TypeExtension_CsrfService.php',
  249.             'form.type_extension.form.data_collector' => 'getForm_TypeExtension_Form_DataCollectorService.php',
  250.             'form.type_extension.form.http_foundation' => 'getForm_TypeExtension_Form_HttpFoundationService.php',
  251.             'form.type_extension.form.transformation_failure_handling' => 'getForm_TypeExtension_Form_TransformationFailureHandlingService.php',
  252.             'form.type_extension.form.validator' => 'getForm_TypeExtension_Form_ValidatorService.php',
  253.             'form.type_extension.repeated.validator' => 'getForm_TypeExtension_Repeated_ValidatorService.php',
  254.             'form.type_extension.submit.validator' => 'getForm_TypeExtension_Submit_ValidatorService.php',
  255.             'form.type_extension.upload.validator' => 'getForm_TypeExtension_Upload_ValidatorService.php',
  256.             'form.type_guesser.doctrine' => 'getForm_TypeGuesser_DoctrineService.php',
  257.             'form.type_guesser.validator' => 'getForm_TypeGuesser_ValidatorService.php',
  258.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService.php',
  259.             'fos_user.change_password.form.factory' => 'getFosUser_ChangePassword_Form_FactoryService.php',
  260.             'fos_user.change_password.form.type' => 'getFosUser_ChangePassword_Form_TypeService.php',
  261.             'fos_user.command.activate_user' => 'getFosUser_Command_ActivateUserService.php',
  262.             'fos_user.command.change_password' => 'getFosUser_Command_ChangePasswordService.php',
  263.             'fos_user.command.create_user' => 'getFosUser_Command_CreateUserService.php',
  264.             'fos_user.command.deactivate_user' => 'getFosUser_Command_DeactivateUserService.php',
  265.             'fos_user.command.demote_user' => 'getFosUser_Command_DemoteUserService.php',
  266.             'fos_user.command.promote_user' => 'getFosUser_Command_PromoteUserService.php',
  267.             'fos_user.listener.authentication' => 'getFosUser_Listener_AuthenticationService.php',
  268.             'fos_user.listener.flash' => 'getFosUser_Listener_FlashService.php',
  269.             'fos_user.listener.resetting' => 'getFosUser_Listener_ResettingService.php',
  270.             'fos_user.mailer' => 'getFosUser_MailerService.php',
  271.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService.php',
  272.             'fos_user.profile.form.factory' => 'getFosUser_Profile_Form_FactoryService.php',
  273.             'fos_user.profile.form.type' => 'getFosUser_Profile_Form_TypeService.php',
  274.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService.php',
  275.             'fos_user.registration.form.factory' => 'getFosUser_Registration_Form_FactoryService.php',
  276.             'fos_user.registration.form.type' => 'getFosUser_Registration_Form_TypeService.php',
  277.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService.php',
  278.             'fos_user.resetting.form.factory' => 'getFosUser_Resetting_Form_FactoryService.php',
  279.             'fos_user.resetting.form.type' => 'getFosUser_Resetting_Form_TypeService.php',
  280.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService.php',
  281.             'fos_user.security.interactive_login_listener' => 'getFosUser_Security_InteractiveLoginListenerService.php',
  282.             'fos_user.security.login_manager' => 'getFosUser_Security_LoginManagerService.php',
  283.             'fos_user.user_manager' => 'getFosUser_UserManagerService.php',
  284.             'fos_user.user_provider.username_email' => 'getFosUser_UserProvider_UsernameEmailService.php',
  285.             'fos_user.username_form_type' => 'getFosUser_UsernameFormTypeService.php',
  286.             'fos_user.util.password_updater' => 'getFosUser_Util_PasswordUpdaterService.php',
  287.             'fos_user.util.token_generator' => 'getFosUser_Util_TokenGeneratorService.php',
  288.             'fos_user.util.user_manipulator' => 'getFosUser_Util_UserManipulatorService.php',
  289.             'fragment.handler' => 'getFragment_HandlerService.php',
  290.             'fragment.renderer.hinclude' => 'getFragment_Renderer_HincludeService.php',
  291.             'fragment.renderer.inline' => 'getFragment_Renderer_InlineService.php',
  292.             'jms_i18n_routing.loader' => 'getJmsI18nRouting_LoaderService.php',
  293.             'jms_serializer' => 'getJmsSerializerService.php',
  294.             'jms_serializer.accessor_strategy' => 'getJmsSerializer_AccessorStrategyService.php',
  295.             'jms_serializer.array_collection_handler' => 'getJmsSerializer_ArrayCollectionHandlerService.php',
  296.             'jms_serializer.constraint_violation_handler' => 'getJmsSerializer_ConstraintViolationHandlerService.php',
  297.             'jms_serializer.datetime_handler' => 'getJmsSerializer_DatetimeHandlerService.php',
  298.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService.php',
  299.             'jms_serializer.doctrine_proxy_subscriber' => 'getJmsSerializer_DoctrineProxySubscriberService.php',
  300.             'jms_serializer.expression_evaluator' => 'getJmsSerializer_ExpressionEvaluatorService.php',
  301.             'jms_serializer.form_error_handler' => 'getJmsSerializer_FormErrorHandlerService.php',
  302.             'jms_serializer.handler_registry' => 'getJmsSerializer_HandlerRegistryService.php',
  303.             'jms_serializer.json_deserialization_visitor' => 'getJmsSerializer_JsonDeserializationVisitorService.php',
  304.             'jms_serializer.json_serialization_visitor' => 'getJmsSerializer_JsonSerializationVisitorService.php',
  305.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService.php',
  306.             'jms_serializer.naming_strategy' => 'getJmsSerializer_NamingStrategyService.php',
  307.             'jms_serializer.object_constructor' => 'getJmsSerializer_ObjectConstructorService.php',
  308.             'jms_serializer.php_collection_handler' => 'getJmsSerializer_PhpCollectionHandlerService.php',
  309.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService.php',
  310.             'jms_serializer.stopwatch_subscriber' => 'getJmsSerializer_StopwatchSubscriberService.php',
  311.             'jms_serializer.templating.helper.serializer' => 'getJmsSerializer_Templating_Helper_SerializerService.php',
  312.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php',
  313.             'jms_serializer.unserialize_object_constructor' => 'getJmsSerializer_UnserializeObjectConstructorService.php',
  314.             'jms_serializer.xml_deserialization_visitor' => 'getJmsSerializer_XmlDeserializationVisitorService.php',
  315.             'jms_serializer.xml_serialization_visitor' => 'getJmsSerializer_XmlSerializationVisitorService.php',
  316.             'jms_serializer.yaml_serialization_visitor' => 'getJmsSerializer_YamlSerializationVisitorService.php',
  317.             'kernel.class_cache.cache_warmer' => 'getKernel_ClassCache_CacheWarmerService.php',
  318.             'login_listener' => 'getLoginListenerService.php',
  319.             'monolog.handler.null_internal' => 'getMonolog_Handler_NullInternalService.php',
  320.             'monolog.logger.console' => 'getMonolog_Logger_ConsoleService.php',
  321.             'monolog.logger.doctrine' => 'getMonolog_Logger_DoctrineService.php',
  322.             'monolog.logger.security' => 'getMonolog_Logger_SecurityService.php',
  323.             'monolog.logger.templating' => 'getMonolog_Logger_TemplatingService.php',
  324.             'property_accessor' => 'getPropertyAccessorService.php',
  325.             'router.cache_warmer' => 'getRouter_CacheWarmerService.php',
  326.             'routing.loader' => 'getRouting_LoaderService.php',
  327.             'security.access.authenticated_voter' => 'getSecurity_Access_AuthenticatedVoterService.php',
  328.             'security.access.expression_voter' => 'getSecurity_Access_ExpressionVoterService.php',
  329.             'security.access.role_hierarchy_voter' => 'getSecurity_Access_RoleHierarchyVoterService.php',
  330.             'security.access_listener' => 'getSecurity_AccessListenerService.php',
  331.             'security.access_map' => 'getSecurity_AccessMapService.php',
  332.             'security.authentication.guard_handler' => 'getSecurity_Authentication_GuardHandlerService.php',
  333.             'security.authentication.listener.anonymous.main' => 'getSecurity_Authentication_Listener_Anonymous_MainService.php',
  334.             'security.authentication.listener.form.main' => 'getSecurity_Authentication_Listener_Form_MainService.php',
  335.             'security.authentication.listener.rememberme.main' => 'getSecurity_Authentication_Listener_Rememberme_MainService.php',
  336.             'security.authentication.provider.anonymous.main' => 'getSecurity_Authentication_Provider_Anonymous_MainService.php',
  337.             'security.authentication.provider.dao.main' => 'getSecurity_Authentication_Provider_Dao_MainService.php',
  338.             'security.authentication.provider.rememberme.main' => 'getSecurity_Authentication_Provider_Rememberme_MainService.php',
  339.             'security.authentication.rememberme.services.simplehash.main' => 'getSecurity_Authentication_Rememberme_Services_Simplehash_MainService.php',
  340.             'security.authentication.session_strategy.main' => 'getSecurity_Authentication_SessionStrategy_MainService.php',
  341.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  342.             'security.channel_listener' => 'getSecurity_ChannelListenerService.php',
  343.             'security.command.user_password_encoder' => 'getSecurity_Command_UserPasswordEncoderService.php',
  344.             'security.context_listener.0' => 'getSecurity_ContextListener_0Service.php',
  345.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
  346.             'security.csrf.token_storage' => 'getSecurity_Csrf_TokenStorageService.php',
  347.             'security.encoder_factory' => 'getSecurity_EncoderFactoryService.php',
  348.             'security.firewall.map.context.dev' => 'getSecurity_Firewall_Map_Context_DevService.php',
  349.             'security.firewall.map.context.main' => 'getSecurity_Firewall_Map_Context_MainService.php',
  350.             'security.http_utils' => 'getSecurity_HttpUtilsService.php',
  351.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  352.             'security.request_matcher.00qf1z7' => 'getSecurity_RequestMatcher_00qf1z7Service.php',
  353.             'security.request_matcher.zfhj2lw' => 'getSecurity_RequestMatcher_Zfhj2lwService.php',
  354.             'security.user_checker' => 'getSecurity_UserCheckerService.php',
  355.             'security.user_value_resolver' => 'getSecurity_UserValueResolverService.php',
  356.             'security.validator.user_password' => 'getSecurity_Validator_UserPasswordService.php',
  357.             'sensio_distribution.security_checker' => 'getSensioDistribution_SecurityCheckerService.php',
  358.             'sensio_distribution.security_checker.command' => 'getSensioDistribution_SecurityChecker_CommandService.php',
  359.             'sensio_framework_extra.routing.loader.annot_class' => 'getSensioFrameworkExtra_Routing_Loader_AnnotClassService.php',
  360.             'sensio_framework_extra.routing.loader.annot_dir' => 'getSensioFrameworkExtra_Routing_Loader_AnnotDirService.php',
  361.             'sensio_framework_extra.routing.loader.annot_file' => 'getSensioFrameworkExtra_Routing_Loader_AnnotFileService.php',
  362.             'service_locator.sr6ctxe' => 'getServiceLocator_Sr6ctxeService.php',
  363.             'services_resetter' => 'getServicesResetterService.php',
  364.             'session' => 'getSessionService.php',
  365.             'session.handler' => 'getSession_HandlerService.php',
  366.             'session.storage.filesystem' => 'getSession_Storage_FilesystemService.php',
  367.             'session.storage.metadata_bag' => 'getSession_Storage_MetadataBagService.php',
  368.             'session.storage.native' => 'getSession_Storage_NativeService.php',
  369.             'session.storage.php_bridge' => 'getSession_Storage_PhpBridgeService.php',
  370.             'swiftmailer.email_sender.listener' => 'getSwiftmailer_EmailSender_ListenerService.php',
  371.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  372.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  373.             'swiftmailer.mailer.default.spool' => 'getSwiftmailer_Mailer_Default_SpoolService.php',
  374.             'swiftmailer.mailer.default.transport' => 'getSwiftmailer_Mailer_Default_TransportService.php',
  375.             'swiftmailer.mailer.default.transport.eventdispatcher' => 'getSwiftmailer_Mailer_Default_Transport_EventdispatcherService.php',
  376.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService.php',
  377.             'swiftmailer.plugin.redirecting' => 'getSwiftmailer_Plugin_RedirectingService.php',
  378.             'templating' => 'getTemplatingService.php',
  379.             'templating.cache_warmer.template_paths' => 'getTemplating_CacheWarmer_TemplatePathsService.php',
  380.             'templating.filename_parser' => 'getTemplating_FilenameParserService.php',
  381.             'templating.finder' => 'getTemplating_FinderService.php',
  382.             'templating.helper.logout_url' => 'getTemplating_Helper_LogoutUrlService.php',
  383.             'templating.helper.security' => 'getTemplating_Helper_SecurityService.php',
  384.             'templating.loader' => 'getTemplating_LoaderService.php',
  385.             'translation.dumper.csv' => 'getTranslation_Dumper_CsvService.php',
  386.             'translation.dumper.ini' => 'getTranslation_Dumper_IniService.php',
  387.             'translation.dumper.json' => 'getTranslation_Dumper_JsonService.php',
  388.             'translation.dumper.mo' => 'getTranslation_Dumper_MoService.php',
  389.             'translation.dumper.php' => 'getTranslation_Dumper_PhpService.php',
  390.             'translation.dumper.po' => 'getTranslation_Dumper_PoService.php',
  391.             'translation.dumper.qt' => 'getTranslation_Dumper_QtService.php',
  392.             'translation.dumper.res' => 'getTranslation_Dumper_ResService.php',
  393.             'translation.dumper.xliff' => 'getTranslation_Dumper_XliffService.php',
  394.             'translation.dumper.yml' => 'getTranslation_Dumper_YmlService.php',
  395.             'translation.extractor' => 'getTranslation_ExtractorService.php',
  396.             'translation.extractor.php' => 'getTranslation_Extractor_PhpService.php',
  397.             'translation.loader' => 'getTranslation_LoaderService.php',
  398.             'translation.loader.csv' => 'getTranslation_Loader_CsvService.php',
  399.             'translation.loader.dat' => 'getTranslation_Loader_DatService.php',
  400.             'translation.loader.ini' => 'getTranslation_Loader_IniService.php',
  401.             'translation.loader.json' => 'getTranslation_Loader_JsonService.php',
  402.             'translation.loader.mo' => 'getTranslation_Loader_MoService.php',
  403.             'translation.loader.php' => 'getTranslation_Loader_PhpService.php',
  404.             'translation.loader.po' => 'getTranslation_Loader_PoService.php',
  405.             'translation.loader.qt' => 'getTranslation_Loader_QtService.php',
  406.             'translation.loader.res' => 'getTranslation_Loader_ResService.php',
  407.             'translation.loader.xliff' => 'getTranslation_Loader_XliffService.php',
  408.             'translation.loader.yml' => 'getTranslation_Loader_YmlService.php',
  409.             'translation.reader' => 'getTranslation_ReaderService.php',
  410.             'translation.warmer' => 'getTranslation_WarmerService.php',
  411.             'translation.writer' => 'getTranslation_WriterService.php',
  412.             'twig.cache_warmer' => 'getTwig_CacheWarmerService.php',
  413.             'twig.command.debug' => 'getTwig_Command_DebugService.php',
  414.             'twig.command.lint' => 'getTwig_Command_LintService.php',
  415.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  416.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  417.             'twig.exception_listener' => 'getTwig_ExceptionListenerService.php',
  418.             'twig.form.renderer' => 'getTwig_Form_RendererService.php',
  419.             'twig.runtime.httpkernel' => 'getTwig_Runtime_HttpkernelService.php',
  420.             'twig.template_cache_warmer' => 'getTwig_TemplateCacheWarmerService.php',
  421.             'twig.translation.extractor' => 'getTwig_Translation_ExtractorService.php',
  422.             'validator.email' => 'getValidator_EmailService.php',
  423.             'validator.expression' => 'getValidator_ExpressionService.php',
  424.             'validator.mapping.cache_warmer' => 'getValidator_Mapping_CacheWarmerService.php',
  425.             'var_dumper.cli_dumper' => 'getVarDumper_CliDumperService.php',
  426.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  427.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  428.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  429.             'web_server.command.server_log' => 'getWebServer_Command_ServerLogService.php',
  430.             'web_server.command.server_run' => 'getWebServer_Command_ServerRunService.php',
  431.             'web_server.command.server_start' => 'getWebServer_Command_ServerStartService.php',
  432.             'web_server.command.server_status' => 'getWebServer_Command_ServerStatusService.php',
  433.             'web_server.command.server_stop' => 'getWebServer_Command_ServerStopService.php',
  434.         ];
  435.         $this->privates = [
  436.             'fos_user.util.username_canonicalizer' => true,
  437.             'session.storage' => true,
  438.             'swiftmailer.mailer' => true,
  439.             'swiftmailer.plugin.messagelogger' => true,
  440.             'swiftmailer.spool' => true,
  441.             'swiftmailer.transport' => true,
  442.             'swiftmailer.transport.real' => true,
  443.             'annotation_reader' => true,
  444.             'annotations.cache' => true,
  445.             'annotations.cache_warmer' => true,
  446.             'annotations.reader' => true,
  447.             'argument_metadata_factory' => true,
  448.             'argument_resolver.default' => true,
  449.             'argument_resolver.request' => true,
  450.             'argument_resolver.request_attribute' => true,
  451.             'argument_resolver.service' => true,
  452.             'argument_resolver.session' => true,
  453.             'argument_resolver.variadic' => true,
  454.             'assets.context' => true,
  455.             'assets.packages' => true,
  456.             'cache.annotations' => true,
  457.             'cache.default_clearer' => true,
  458.             'cache.doctrine.orm.default.metadata' => true,
  459.             'cache.doctrine.orm.default.query' => true,
  460.             'cache.doctrine.orm.default.result' => true,
  461.             'cache.serializer' => true,
  462.             'cache.validator' => true,
  463.             'config.resource.self_checking_resource_checker' => true,
  464.             'config_cache_factory' => true,
  465.             'console.command.about' => true,
  466.             'console.command.assets_install' => true,
  467.             'console.command.cache_clear' => true,
  468.             'console.command.cache_pool_clear' => true,
  469.             'console.command.cache_pool_prune' => true,
  470.             'console.command.cache_warmup' => true,
  471.             'console.command.config_debug' => true,
  472.             'console.command.config_dump_reference' => true,
  473.             'console.command.container_debug' => true,
  474.             'console.command.debug_autowiring' => true,
  475.             'console.command.event_dispatcher_debug' => true,
  476.             'console.command.form_debug' => true,
  477.             'console.command.router_debug' => true,
  478.             'console.command.router_match' => true,
  479.             'console.command.translation_debug' => true,
  480.             'console.command.translation_update' => true,
  481.             'console.command.xliff_lint' => true,
  482.             'console.command.yaml_lint' => true,
  483.             'console.error_listener' => true,
  484.             'controller_name_converter' => true,
  485.             'data_collector.form' => true,
  486.             'data_collector.form.extractor' => true,
  487.             'data_collector.request' => true,
  488.             'data_collector.router' => true,
  489.             'data_collector.translation' => true,
  490.             'debug.argument_resolver' => true,
  491.             'debug.controller_resolver' => true,
  492.             'debug.debug_handlers_listener' => true,
  493.             'debug.dump_listener' => true,
  494.             'debug.event_dispatcher' => true,
  495.             'debug.file_link_formatter' => true,
  496.             'debug.file_link_formatter.url_format' => true,
  497.             'debug.log_processor' => true,
  498.             'debug.security.access.decision_manager' => true,
  499.             'debug.stopwatch' => true,
  500.             'dependency_injection.config.container_parameters_resource_checker' => true,
  501.             'deprecated.form.registry' => true,
  502.             'deprecated.form.registry.csrf' => true,
  503.             'doctrine.cache_clear_metadata_command' => true,
  504.             'doctrine.cache_clear_query_cache_command' => true,
  505.             'doctrine.cache_clear_result_command' => true,
  506.             'doctrine.cache_collection_region_command' => true,
  507.             'doctrine.clear_entity_region_command' => true,
  508.             'doctrine.clear_query_region_command' => true,
  509.             'doctrine.database_create_command' => true,
  510.             'doctrine.database_drop_command' => true,
  511.             'doctrine.database_import_command' => true,
  512.             'doctrine.dbal.connection_factory' => true,
  513.             'doctrine.dbal.logger.profiling.default' => true,
  514.             'doctrine.ensure_production_settings_command' => true,
  515.             'doctrine.generate_entities_command' => true,
  516.             'doctrine.mapping_convert_command' => true,
  517.             'doctrine.mapping_import_command' => true,
  518.             'doctrine.mapping_info_command' => true,
  519.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata' => true,
  520.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.query' => true,
  521.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.result' => true,
  522.             'doctrine.orm.default_entity_listener_resolver' => true,
  523.             'doctrine.orm.default_entity_manager.property_info_extractor' => true,
  524.             'doctrine.orm.default_listeners.attach_entity_listeners' => true,
  525.             'doctrine.orm.default_manager_configurator' => true,
  526.             'doctrine.orm.proxy_cache_warmer' => true,
  527.             'doctrine.orm.validator.unique' => true,
  528.             'doctrine.orm.validator_initializer' => true,
  529.             'doctrine.query_dql_command' => true,
  530.             'doctrine.query_sql_command' => true,
  531.             'doctrine.schema_create_command' => true,
  532.             'doctrine.schema_drop_command' => true,
  533.             'doctrine.schema_update_command' => true,
  534.             'doctrine.schema_validate_command' => true,
  535.             'doctrine_cache.contains_command' => true,
  536.             'doctrine_cache.delete_command' => true,
  537.             'doctrine_cache.flush_command' => true,
  538.             'doctrine_cache.stats_command' => true,
  539.             'file_locator' => true,
  540.             'form.registry' => true,
  541.             'form.resolved_type_factory' => true,
  542.             'form.server_params' => true,
  543.             'form.type.choice' => true,
  544.             'form.type.entity' => true,
  545.             'form.type.form' => true,
  546.             'form.type_extension.csrf' => true,
  547.             'form.type_extension.form.data_collector' => true,
  548.             'form.type_extension.form.http_foundation' => true,
  549.             'form.type_extension.form.transformation_failure_handling' => true,
  550.             'form.type_extension.form.validator' => true,
  551.             'form.type_extension.repeated.validator' => true,
  552.             'form.type_extension.submit.validator' => true,
  553.             'form.type_extension.upload.validator' => true,
  554.             'form.type_guesser.doctrine' => true,
  555.             'form.type_guesser.validator' => true,
  556.             'fos_user.change_password.form.factory' => true,
  557.             'fos_user.change_password.form.type' => true,
  558.             'fos_user.command.activate_user' => true,
  559.             'fos_user.command.change_password' => true,
  560.             'fos_user.command.create_user' => true,
  561.             'fos_user.command.deactivate_user' => true,
  562.             'fos_user.command.demote_user' => true,
  563.             'fos_user.command.promote_user' => true,
  564.             'fos_user.listener.authentication' => true,
  565.             'fos_user.listener.flash' => true,
  566.             'fos_user.listener.resetting' => true,
  567.             'fos_user.mailer' => true,
  568.             'fos_user.profile.form.factory' => true,
  569.             'fos_user.profile.form.type' => true,
  570.             'fos_user.registration.form.factory' => true,
  571.             'fos_user.registration.form.type' => true,
  572.             'fos_user.resetting.form.factory' => true,
  573.             'fos_user.resetting.form.type' => true,
  574.             'fos_user.security.interactive_login_listener' => true,
  575.             'fos_user.security.login_manager' => true,
  576.             'fos_user.user_provider.username_email' => true,
  577.             'fos_user.username_form_type' => true,
  578.             'fos_user.util.canonical_fields_updater' => true,
  579.             'fos_user.util.email_canonicalizer' => true,
  580.             'fos_user.util.password_updater' => true,
  581.             'fos_user.util.token_generator' => true,
  582.             'fos_user.util.user_manipulator' => true,
  583.             'fragment.handler' => true,
  584.             'fragment.listener' => true,
  585.             'fragment.renderer.hinclude' => true,
  586.             'fragment.renderer.inline' => true,
  587.             'framework_extra_bundle.argument_name_convertor' => true,
  588.             'framework_extra_bundle.event.is_granted' => true,
  589.             'jms_serializer.accessor_strategy' => true,
  590.             'jms_serializer.expression_evaluator' => true,
  591.             'jms_serializer.handler_registry' => true,
  592.             'jms_serializer.naming_strategy' => true,
  593.             'jms_serializer.templating.helper.serializer' => true,
  594.             'jms_serializer.unserialize_object_constructor' => true,
  595.             'kernel.class_cache.cache_warmer' => true,
  596.             'locale_listener' => true,
  597.             'logger' => true,
  598.             'login_listener' => true,
  599.             'monolog.handler.console' => true,
  600.             'monolog.handler.main' => true,
  601.             'monolog.handler.null_internal' => true,
  602.             'monolog.handler.server_log' => true,
  603.             'monolog.logger.cache' => true,
  604.             'monolog.logger.console' => true,
  605.             'monolog.logger.doctrine' => true,
  606.             'monolog.logger.event' => true,
  607.             'monolog.logger.php' => true,
  608.             'monolog.logger.profiler' => true,
  609.             'monolog.logger.request' => true,
  610.             'monolog.logger.security' => true,
  611.             'monolog.logger.templating' => true,
  612.             'monolog.logger.translation' => true,
  613.             'profiler_listener' => true,
  614.             'property_accessor' => true,
  615.             'resolve_controller_name_subscriber' => true,
  616.             'response_listener' => true,
  617.             'router.cache_warmer' => true,
  618.             'router.request_context' => true,
  619.             'router_listener' => true,
  620.             'security.access.authenticated_voter' => true,
  621.             'security.access.expression_voter' => true,
  622.             'security.access.role_hierarchy_voter' => true,
  623.             'security.access_listener' => true,
  624.             'security.access_map' => true,
  625.             'security.authentication.guard_handler' => true,
  626.             'security.authentication.listener.anonymous.main' => true,
  627.             'security.authentication.listener.form.main' => true,
  628.             'security.authentication.listener.rememberme.main' => true,
  629.             'security.authentication.manager' => true,
  630.             'security.authentication.provider.anonymous.main' => true,
  631.             'security.authentication.provider.dao.main' => true,
  632.             'security.authentication.provider.rememberme.main' => true,
  633.             'security.authentication.rememberme.services.simplehash.main' => true,
  634.             'security.authentication.session_strategy.main' => true,
  635.             'security.authentication.trust_resolver' => true,
  636.             'security.channel_listener' => true,
  637.             'security.command.user_password_encoder' => true,
  638.             'security.context_listener.0' => true,
  639.             'security.csrf.token_storage' => true,
  640.             'security.encoder_factory' => true,
  641.             'security.firewall' => true,
  642.             'security.firewall.map' => true,
  643.             'security.firewall.map.context.dev' => true,
  644.             'security.firewall.map.context.main' => true,
  645.             'security.http_utils' => true,
  646.             'security.logout_url_generator' => true,
  647.             'security.rememberme.response_listener' => true,
  648.             'security.request_matcher.00qf1z7' => true,
  649.             'security.request_matcher.zfhj2lw' => true,
  650.             'security.role_hierarchy' => true,
  651.             'security.user_checker' => true,
  652.             'security.user_value_resolver' => true,
  653.             'security.validator.user_password' => true,
  654.             'sensio_distribution.security_checker' => true,
  655.             'sensio_distribution.security_checker.command' => true,
  656.             'sensio_framework_extra.cache.listener' => true,
  657.             'sensio_framework_extra.controller.listener' => true,
  658.             'sensio_framework_extra.converter.listener' => true,
  659.             'sensio_framework_extra.converter.manager' => true,
  660.             'sensio_framework_extra.routing.loader.annot_class' => true,
  661.             'sensio_framework_extra.routing.loader.annot_dir' => true,
  662.             'sensio_framework_extra.routing.loader.annot_file' => true,
  663.             'sensio_framework_extra.security.listener' => true,
  664.             'sensio_framework_extra.view.listener' => true,
  665.             'service_locator.sr6ctxe' => true,
  666.             'session.handler' => true,
  667.             'session.save_listener' => true,
  668.             'session.storage.filesystem' => true,
  669.             'session.storage.metadata_bag' => true,
  670.             'session.storage.native' => true,
  671.             'session.storage.php_bridge' => true,
  672.             'session_listener' => true,
  673.             'streamed_response_listener' => true,
  674.             'swiftmailer.email_sender.listener' => true,
  675.             'swiftmailer.mailer.default.spool' => true,
  676.             'swiftmailer.mailer.default.transport' => true,
  677.             'swiftmailer.mailer.default.transport.eventdispatcher' => true,
  678.             'swiftmailer.plugin.redirecting' => true,
  679.             'templating.cache_warmer.template_paths' => true,
  680.             'templating.filename_parser' => true,
  681.             'templating.finder' => true,
  682.             'templating.helper.logout_url' => true,
  683.             'templating.helper.security' => true,
  684.             'templating.locator' => true,
  685.             'templating.name_parser' => true,
  686.             'translation.dumper.csv' => true,
  687.             'translation.dumper.ini' => true,
  688.             'translation.dumper.json' => true,
  689.             'translation.dumper.mo' => true,
  690.             'translation.dumper.php' => true,
  691.             'translation.dumper.po' => true,
  692.             'translation.dumper.qt' => true,
  693.             'translation.dumper.res' => true,
  694.             'translation.dumper.xliff' => true,
  695.             'translation.dumper.yml' => true,
  696.             'translation.extractor' => true,
  697.             'translation.extractor.php' => true,
  698.             'translation.loader' => true,
  699.             'translation.loader.csv' => true,
  700.             'translation.loader.dat' => true,
  701.             'translation.loader.ini' => true,
  702.             'translation.loader.json' => true,
  703.             'translation.loader.mo' => true,
  704.             'translation.loader.php' => true,
  705.             'translation.loader.po' => true,
  706.             'translation.loader.qt' => true,
  707.             'translation.loader.res' => true,
  708.             'translation.loader.xliff' => true,
  709.             'translation.loader.yml' => true,
  710.             'translation.reader' => true,
  711.             'translation.warmer' => true,
  712.             'translation.writer' => true,
  713.             'translator.default' => true,
  714.             'translator_listener' => true,
  715.             'twig.cache_warmer' => true,
  716.             'twig.command.debug' => true,
  717.             'twig.command.lint' => true,
  718.             'twig.exception_listener' => true,
  719.             'twig.form.renderer' => true,
  720.             'twig.loader' => true,
  721.             'twig.profile' => true,
  722.             'twig.runtime.httpkernel' => true,
  723.             'twig.template_cache_warmer' => true,
  724.             'twig.translation.extractor' => true,
  725.             'uri_signer' => true,
  726.             'validate_request_listener' => true,
  727.             'validator.builder' => true,
  728.             'validator.email' => true,
  729.             'validator.expression' => true,
  730.             'validator.mapping.cache_warmer' => true,
  731.             'var_dumper.cli_dumper' => true,
  732.             'web_profiler.csp.handler' => true,
  733.             'web_profiler.debug_toolbar' => true,
  734.             'web_server.command.server_log' => true,
  735.             'web_server.command.server_run' => true,
  736.             'web_server.command.server_start' => true,
  737.             'web_server.command.server_status' => true,
  738.             'web_server.command.server_stop' => true,
  739.         ];
  740.         $this->aliases = [
  741.             'cache.app_clearer' => 'cache.default_clearer',
  742.             'console.command.doctrine_bundle_doctrinecachebundle_command_containscommand' => 'doctrine_cache.contains_command',
  743.             'console.command.doctrine_bundle_doctrinecachebundle_command_deletecommand' => 'doctrine_cache.delete_command',
  744.             'console.command.doctrine_bundle_doctrinecachebundle_command_flushcommand' => 'doctrine_cache.flush_command',
  745.             'console.command.doctrine_bundle_doctrinecachebundle_command_statscommand' => 'doctrine_cache.stats_command',
  746.             'database_connection' => 'doctrine.dbal.default_connection',
  747.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  748.             'event_dispatcher' => 'debug.event_dispatcher',
  749.             'fos_user.util.username_canonicalizer' => 'fos_user.util.email_canonicalizer',
  750.             'mailer' => 'swiftmailer.mailer.default',
  751.             'session.storage' => 'session.storage.native',
  752.             'swiftmailer.mailer' => 'swiftmailer.mailer.default',
  753.             'swiftmailer.plugin.messagelogger' => 'swiftmailer.mailer.default.plugin.messagelogger',
  754.             'swiftmailer.spool' => 'swiftmailer.mailer.default.spool',
  755.             'swiftmailer.transport' => 'swiftmailer.mailer.default.transport',
  756.             'swiftmailer.transport.real' => 'swiftmailer.mailer.default.transport.real',
  757.         ];
  758.         $this->privates['service_container'] = function () {
  759.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerNameParser.php';
  760.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  761.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactory.php';
  762.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventSubscriberInterface.php';
  763.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ResponseListener.php';
  764.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/StreamedResponseListener.php';
  765.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/LocaleListener.php';
  766.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ValidateRequestListener.php';
  767.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/EventListener/ResolveControllerNameSubscriber.php';
  768.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernelInterface.php';
  769.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/TerminableInterface.php';
  770.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php';
  771.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RequestStack.php';
  772.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php';
  773.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php';
  774.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Config/FileLocator.php';
  775.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/UriSigner.php';
  776.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php';
  777.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php';
  778.             include_once $this->targetDirs[3].'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  779.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php';
  780.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php';
  781.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php';
  782.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/TraceableAdapter.php';
  783.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  784.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  785.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php';
  786.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php';
  787.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php';
  788.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php';
  789.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php';
  790.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/AbstractSessionListener.php';
  791.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/SessionListener.php';
  792.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php';
  793.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/SaveSessionListener.php';
  794.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/Packages.php';
  795.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/PackageInterface.php';
  796.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/Package.php';
  797.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/PathPackage.php';
  798.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/VersionStrategy/VersionStrategyInterface.php';
  799.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/VersionStrategy/EmptyVersionStrategy.php';
  800.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/Context/ContextInterface.php';
  801.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/Context/RequestStackContext.php';
  802.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Templating/TemplateNameParserInterface.php';
  803.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Templating/TemplateNameParser.php';
  804.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateNameParser.php';
  805.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Loader/TemplateLocator.php';
  806.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Validation.php';
  807.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorFactoryInterface.php';
  808.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/ContainerConstraintValidatorFactory.php';
  809.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/ObjectInitializerInterface.php';
  810.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  811.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/FragmentListener.php';
  812.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php';
  813.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php';
  814.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php';
  815.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/WarmableInterface.php';
  816.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Translation/Translator.php';
  817.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php';
  818.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php';
  819.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php';
  820.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Translation/MessageSelector.php';
  821.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/TranslatorListener.php';
  822.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/Profiler.php';
  823.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/ProfilerStorageInterface.php';
  824.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php';
  825.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DataCollectorInterface.php';
  826.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DataCollector.php';
  827.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/LateDataCollectorInterface.php';
  828.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/TimeDataCollector.php';
  829.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/MemoryDataCollector.php';
  830.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/DataCollector/ValidatorDataCollector.php';
  831.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/AjaxDataCollector.php';
  832.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/ExceptionDataCollector.php';
  833.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/LoggerDataCollector.php';
  834.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/EventDataCollector.php';
  835.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/DataCollector/CacheDataCollector.php';
  836.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php';
  837.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/DataCollector/TwigDataCollector.php';
  838.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DataCollector/DoctrineDataCollector.php';
  839.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  840.             include_once $this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  841.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/ConfigDataCollector.php';
  842.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php';
  843.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php';
  844.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DataCollector/RequestDataCollector.php';
  845.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/RouterDataCollector.php';
  846.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DataCollector/RouterDataCollector.php';
  847.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataExtractorInterface.php';
  848.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataExtractor.php';
  849.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataCollectorInterface.php';
  850.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataCollector.php';
  851.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Translation/DataCollector/TranslationDataCollector.php';
  852.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/DebugHandlersListener.php';
  853.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Debug/FileLinkFormatter.php';
  854.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Stopwatch/Stopwatch.php';
  855.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php';
  856.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php';
  857.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php';
  858.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php';
  859.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php';
  860.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php';
  861.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolverInterface.php';
  862.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolverInterface.php';
  863.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php';
  864.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php';
  865.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php';
  866.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php';
  867.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableArgumentResolver.php';
  868.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver.php';
  869.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Log/DebugLoggerInterface.php';
  870.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Processor/DebugProcessor.php';
  871.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php';
  872.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php';
  873.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  874.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  875.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  876.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AuthorizationCheckerInterface.php';
  877.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AuthorizationChecker.php';
  878.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorageInterface.php';
  879.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorage.php';
  880.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationManagerInterface.php';
  881.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationProviderManager.php';
  882.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolverInterface.php';
  883.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolver.php';
  884.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/RoleHierarchyInterface.php';
  885.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/RoleHierarchy.php';
  886.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallMap.php';
  887.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/FirewallMapInterface.php';
  888.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/LogoutUrlGenerator.php';
  889.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/RememberMe/ResponseListener.php';
  890.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManagerInterface.php';
  891.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/TraceableAccessDecisionManager.php';
  892.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManager.php';
  893.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Environment.php';
  894.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  895.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  896.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/LogoutUrlExtension.php';
  897.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/SecurityExtension.php';
  898.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  899.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php';
  900.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php';
  901.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/AssetExtension.php';
  902.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/CodeExtension.php';
  903.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/RoutingExtension.php';
  904.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/YamlExtension.php';
  905.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/StopwatchExtension.php';
  906.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ExpressionExtension.php';
  907.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelExtension.php';
  908.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpFoundationExtension.php';
  909.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/InitRuntimeInterface.php';
  910.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/InitRuntimeInterface.php';
  911.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php';
  912.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/DumpExtension.php';
  913.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/DataDumperInterface.php';
  914.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/DumperInterface.php';
  915.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/AbstractDumper.php';
  916.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/CliDumper.php';
  917.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php';
  918.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  919.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/Twig/SerializerRuntimeExtension.php';
  920.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Twig/WebProfilerExtension.php';
  921.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/AppVariable.php';
  922.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  923.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  924.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  925.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Profiler/Profile.php';
  926.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  927.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  928.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  929.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  930.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  931.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  932.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  933.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/ConsoleHandler.php';
  934.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/ServerLogHandler.php';
  935.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  936.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  937.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  938.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  939.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ManagerRegistry.php';
  940.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/RegistryInterface.php';
  941.             include_once $this->targetDirs[3].'/vendor/symfony/service-contracts/ResetInterface.php';
  942.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Registry.php';
  943.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  944.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  945.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Validator/DoctrineInitializer.php';
  946.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php';
  947.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php';
  948.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/ControllerListener.php';
  949.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/ParamConverterListener.php';
  950.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterManager.php';
  951.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterInterface.php';
  952.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DoctrineParamConverter.php';
  953.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionLanguage.php';
  954.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DateTimeParamConverter.php';
  955.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/TemplateListener.php';
  956.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Templating/TemplateGuesser.php';
  957.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/HttpCacheListener.php';
  958.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/SecurityListener.php';
  959.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/ExpressionLanguage.php';
  960.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Security/ExpressionLanguage.php';
  961.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/IsGrantedListener.php';
  962.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ArgumentNameConverter.php';
  963.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  964.             include_once $this->targetDirs[3].'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/EventListener/CookieSettingListener.php';
  965.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DumpDataCollector.php';
  966.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/ClonerInterface.php';
  967.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/AbstractCloner.php';
  968.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/VarCloner.php';
  969.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Csp/ContentSecurityPolicyHandler.php';
  970.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Csp/NonceGenerator.php';
  971.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/EventListener/WebDebugToolbarListener.php';
  972.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  973.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Logger.php';
  974.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Logger.php';
  975.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Translation/DataCollectorTranslator.php';
  976.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Translation/LoggingTranslator.php';
  977.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php';
  978.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php';
  979.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php';
  980.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php';
  981.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php';
  982.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php';
  983.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceSubscriberInterface.php';
  984.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php';
  985.             include_once $this->targetDirs[3].'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/I18nRouter.php';
  986.             include_once $this->targetDirs[3].'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/LocaleResolverInterface.php';
  987.             include_once $this->targetDirs[3].'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/DefaultLocaleResolver.php';
  988.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php';
  989.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/EventListener/FirewallListener.php';
  990.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Debug/TraceableFirewallListener.php';
  991.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  992.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  993.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  994.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  995.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  996.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  997.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php';
  998.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Factory/MetadataFactoryInterface.php';
  999.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/ValidatorInterface.php';
  1000.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/TraceableValidator.php';
  1001.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  1002.         };
  1003.     }
  1004.     public function getRemovedIds()
  1005.     {
  1006.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1007.     }
  1008.     public function compile()
  1009.     {
  1010.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1011.     }
  1012.     public function isCompiled()
  1013.     {
  1014.         return true;
  1015.     }
  1016.     public function isFrozen()
  1017.     {
  1018.         @trigger_error(sprintf('The %s() method is deprecated since Symfony 3.3 and will be removed in 4.0. Use the isCompiled() method instead.'__METHOD__), E_USER_DEPRECATED);
  1019.         return true;
  1020.     }
  1021.     protected function load($file$lazyLoad true)
  1022.     {
  1023.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1024.     }
  1025.     /**
  1026.      * Gets the public 'cache.app' shared service.
  1027.      *
  1028.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1029.      */
  1030.     protected function getCache_AppService()
  1031.     {
  1032.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('WkNHEpvkEn'0, ($this->targetDirs[0].'/pools'));
  1033.         $a->setLogger(${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->getMonolog_Logger_CacheService()) && false ?: '_'});
  1034.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1035.     }
  1036.     /**
  1037.      * Gets the public 'cache.system' shared service.
  1038.      *
  1039.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1040.      */
  1041.     protected function getCache_SystemService()
  1042.     {
  1043.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('WK97AnBNtk'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->getMonolog_Logger_CacheService()) && false ?: '_'}));
  1044.     }
  1045.     /**
  1046.      * Gets the public 'data_collector.dump' shared service.
  1047.      *
  1048.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1049.      */
  1050.     protected function getDataCollector_DumpService()
  1051.     {
  1052.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'}, ${($_ = isset($this->services['debug.file_link_formatter']) ? $this->services['debug.file_link_formatter'] : $this->getDebug_FileLinkFormatterService()) && false ?: '_'}, 'UTF-8', ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, NULL);
  1053.     }
  1054.     /**
  1055.      * Gets the public 'doctrine' shared service.
  1056.      *
  1057.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1058.      */
  1059.     protected function getDoctrineService()
  1060.     {
  1061.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1062.     }
  1063.     /**
  1064.      * Gets the public 'http_kernel' shared service.
  1065.      *
  1066.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1067.      */
  1068.     protected function getHttpKernelService()
  1069.     {
  1070.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'}, ${($_ = isset($this->services['debug.controller_resolver']) ? $this->services['debug.controller_resolver'] : $this->getDebug_ControllerResolverService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, ${($_ = isset($this->services['debug.argument_resolver']) ? $this->services['debug.argument_resolver'] : $this->getDebug_ArgumentResolverService()) && false ?: '_'});
  1071.     }
  1072.     /**
  1073.      * Gets the public 'jms_i18n_routing.cookie_setting_listener' shared service.
  1074.      *
  1075.      * @return \JMS\I18nRoutingBundle\EventListener\CookieSettingListener
  1076.      */
  1077.     protected function getJmsI18nRouting_CookieSettingListenerService()
  1078.     {
  1079.         return $this->services['jms_i18n_routing.cookie_setting_listener'] = new \JMS\I18nRoutingBundle\EventListener\CookieSettingListener('hl'31536000NULLNULLfalsefalse);
  1080.     }
  1081.     /**
  1082.      * Gets the public 'profiler' shared service.
  1083.      *
  1084.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1085.      */
  1086.     protected function getProfilerService()
  1087.     {
  1088.         $a = ${($_ = isset($this->services['monolog.logger.profiler']) ? $this->services['monolog.logger.profiler'] : $this->getMonolog_Logger_ProfilerService()) && false ?: '_'};
  1089.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDirs[0].'/profiler')), $atrue);
  1090.         $b = ${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel')) && false ?: '_'};
  1091.         $c = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1092.         $c->addInstance('cache.app', ${($_ = isset($this->services['cache.app']) ? $this->services['cache.app'] : $this->getCache_AppService()) && false ?: '_'});
  1093.         $c->addInstance('cache.system', ${($_ = isset($this->services['cache.system']) ? $this->services['cache.system'] : $this->getCache_SystemService()) && false ?: '_'});
  1094.         $c->addInstance('cache.validator', ${($_ = isset($this->services['cache.validator']) ? $this->services['cache.validator'] : $this->getCache_ValidatorService()) && false ?: '_'});
  1095.         $c->addInstance('cache.serializer', ${($_ = isset($this->services['cache.serializer']) ? $this->services['cache.serializer'] : $this->getCache_SerializerService()) && false ?: '_'});
  1096.         $c->addInstance('cache.annotations', ${($_ = isset($this->services['cache.annotations']) ? $this->services['cache.annotations'] : $this->getCache_AnnotationsService()) && false ?: '_'});
  1097.         $c->addInstance('cache.doctrine.orm.default.metadata', ${($_ = isset($this->services['cache.doctrine.orm.default.metadata']) ? $this->services['cache.doctrine.orm.default.metadata'] : $this->getCache_Doctrine_Orm_Default_MetadataService()) && false ?: '_'});
  1098.         $c->addInstance('cache.doctrine.orm.default.result', ${($_ = isset($this->services['cache.doctrine.orm.default.result']) ? $this->services['cache.doctrine.orm.default.result'] : $this->getCache_Doctrine_Orm_Default_ResultService()) && false ?: '_'});
  1099.         $c->addInstance('cache.doctrine.orm.default.query', ${($_ = isset($this->services['cache.doctrine.orm.default.query']) ? $this->services['cache.doctrine.orm.default.query'] : $this->getCache_Doctrine_Orm_Default_QueryService()) && false ?: '_'});
  1100.         $d = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'});
  1101.         $d->addLogger('default', ${($_ = isset($this->services['doctrine.dbal.logger.profiling.default']) ? $this->services['doctrine.dbal.logger.profiling.default'] : ($this->services['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())) && false ?: '_'});
  1102.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1103.         if ($this->has('kernel')) {
  1104.             $e->setKernel($b);
  1105.         }
  1106.         $instance->add(${($_ = isset($this->services['data_collector.request']) ? $this->services['data_collector.request'] : ($this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector())) && false ?: '_'});
  1107.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'}));
  1108.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1109.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(${($_ = isset($this->services['validator']) ? $this->services['validator'] : $this->getValidatorService()) && false ?: '_'}));
  1110.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1111.         $instance->add(${($_ = isset($this->services['data_collector.form']) ? $this->services['data_collector.form'] : $this->getDataCollector_FormService()) && false ?: '_'});
  1112.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1113.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDirs[0].'/appDevDebugProjectContainer')));
  1114.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'}));
  1115.         $instance->add(${($_ = isset($this->services['data_collector.router']) ? $this->services['data_collector.router'] : ($this->services['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())) && false ?: '_'});
  1116.         $instance->add($c);
  1117.         $instance->add(${($_ = isset($this->services['data_collector.translation']) ? $this->services['data_collector.translation'] : $this->getDataCollector_TranslationService()) && false ?: '_'});
  1118.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.role_hierarchy']) ? $this->services['security.role_hierarchy'] : $this->getSecurity_RoleHierarchyService()) && false ?: '_'}, ${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'}, ${($_ = isset($this->services['debug.security.access.decision_manager']) ? $this->services['debug.security.access.decision_manager'] : $this->getDebug_Security_Access_DecisionManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall.map']) ? $this->services['security.firewall.map'] : $this->getSecurity_Firewall_MapService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'}));
  1119.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(${($_ = isset($this->services['twig.profile']) ? $this->services['twig.profile'] : ($this->services['twig.profile'] = new \Twig\Profiler\Profile())) && false ?: '_'}, ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'}));
  1120.         $instance->add($d);
  1121.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1122.         $instance->add(${($_ = isset($this->services['data_collector.dump']) ? $this->services['data_collector.dump'] : $this->getDataCollector_DumpService()) && false ?: '_'});
  1123.         $instance->add($e);
  1124.         return $instance;
  1125.     }
  1126.     /**
  1127.      * Gets the public 'request_stack' shared service.
  1128.      *
  1129.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1130.      */
  1131.     protected function getRequestStackService()
  1132.     {
  1133.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1134.     }
  1135.     /**
  1136.      * Gets the public 'router' shared service.
  1137.      *
  1138.      * @return \JMS\I18nRoutingBundle\Router\I18nRouter
  1139.      */
  1140.     protected function getRouterService()
  1141.     {
  1142.         $this->services['router'] = $instance = new \JMS\I18nRoutingBundle\Router\I18nRouter($this, ($this->targetDirs[3].'/app/config/routing_dev.yml'), ['cache_dir' => $this->targetDirs[0], 'debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator''generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper''generator_cache_class' => 'appDevDebugProjectContainerUrlGenerator''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher''matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper''matcher_cache_class' => 'appDevDebugProjectContainerUrlMatcher''strict_requirements' => true], ${($_ = isset($this->services['router.request_context']) ? $this->services['router.request_context'] : $this->getRouter_RequestContextService()) && false ?: '_'});
  1143.         $instance->setConfigCacheFactory(${($_ = isset($this->services['config_cache_factory']) ? $this->services['config_cache_factory'] : $this->getConfigCacheFactoryService()) && false ?: '_'});
  1144.         $instance->setLocaleResolver(new \JMS\I18nRoutingBundle\Router\DefaultLocaleResolver('hl'));
  1145.         $instance->setI18nLoaderId('jms_i18n_routing.loader');
  1146.         $instance->setDefaultLocale('fr');
  1147.         $instance->setRedirectToHost(true);
  1148.         return $instance;
  1149.     }
  1150.     /**
  1151.      * Gets the public 'security.authorization_checker' shared service.
  1152.      *
  1153.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1154.      */
  1155.     protected function getSecurity_AuthorizationCheckerService()
  1156.     {
  1157.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.authentication.manager']) ? $this->services['security.authentication.manager'] : $this->getSecurity_Authentication_ManagerService()) && false ?: '_'}, ${($_ = isset($this->services['debug.security.access.decision_manager']) ? $this->services['debug.security.access.decision_manager'] : $this->getDebug_Security_Access_DecisionManagerService()) && false ?: '_'}, false);
  1158.     }
  1159.     /**
  1160.      * Gets the public 'security.token_storage' shared service.
  1161.      *
  1162.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  1163.      */
  1164.     protected function getSecurity_TokenStorageService()
  1165.     {
  1166.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  1167.     }
  1168.     /**
  1169.      * Gets the public 'translator' shared service.
  1170.      *
  1171.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1172.      */
  1173.     protected function getTranslatorService()
  1174.     {
  1175.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(new \Symfony\Component\Translation\LoggingTranslator(${($_ = isset($this->services['translator.default']) ? $this->services['translator.default'] : $this->getTranslator_DefaultService()) && false ?: '_'}, ${($_ = isset($this->services['monolog.logger.translation']) ? $this->services['monolog.logger.translation'] : $this->getMonolog_Logger_TranslationService()) && false ?: '_'}));
  1176.     }
  1177.     /**
  1178.      * Gets the public 'twig' shared service.
  1179.      *
  1180.      * @return \Twig\Environment
  1181.      */
  1182.     protected function getTwigService()
  1183.     {
  1184.         $this->services['twig'] = $instance = new \Twig\Environment(${($_ = isset($this->services['twig.loader']) ? $this->services['twig.loader'] : $this->getTwig_LoaderService()) && false ?: '_'}, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDirs[0].'/twig'), 'charset' => 'UTF-8']);
  1185.         $a = ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'};
  1186.         $b = ${($_ = isset($this->services['debug.file_link_formatter']) ? $this->services['debug.file_link_formatter'] : $this->getDebug_FileLinkFormatterService()) && false ?: '_'};
  1187.         $c = ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'};
  1188.         $d = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  1189.         $d->setDisplayOptions(['fileLinkFormat' => $b]);
  1190.         $e = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1191.         $e->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $b]);
  1192.         $f = new \Symfony\Bridge\Twig\AppVariable();
  1193.         $f->setEnvironment('dev');
  1194.         $f->setDebug(true);
  1195.         if ($this->has('security.token_storage')) {
  1196.             $f->setTokenStorage(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'});
  1197.         }
  1198.         if ($this->has('request_stack')) {
  1199.             $f->setRequestStack($c);
  1200.         }
  1201.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'}));
  1202.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(${($_ = isset($this->services['security.authorization_checker']) ? $this->services['security.authorization_checker'] : $this->getSecurity_AuthorizationCheckerService()) && false ?: '_'}));
  1203.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(${($_ = isset($this->services['twig.profile']) ? $this->services['twig.profile'] : ($this->services['twig.profile'] = new \Twig\Profiler\Profile())) && false ?: '_'}, $a));
  1204.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'}));
  1205.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(${($_ = isset($this->services['assets.packages']) ? $this->services['assets.packages'] : $this->getAssets_PackagesService()) && false ?: '_'}));
  1206.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($b, ($this->targetDirs[3].'/app'), 'UTF-8'));
  1207.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}));
  1208.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1209.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  1210.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1211.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1212.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension($c, ${($_ = isset($this->services['router.request_context']) ? $this->services['router.request_context'] : $this->getRouter_RequestContextService()) && false ?: '_'}));
  1213.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([=> $this=> 'twig.form.renderer']));
  1214.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(${($_ = isset($this->services['var_dumper.cloner']) ? $this->services['var_dumper.cloner'] : $this->getVarDumper_ClonerService()) && false ?: '_'}, $d));
  1215.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1216.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  1217.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($e));
  1218.         $instance->addGlobal('app'$f);
  1219.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\ServiceLocator(['JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => function () {
  1220.             return ${($_ = isset($this->services['jms_serializer.twig_extension.serializer_runtime_helper']) ? $this->services['jms_serializer.twig_extension.serializer_runtime_helper'] : $this->load('getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php')) && false ?: '_'};
  1221.         }, 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => function () {
  1222.             return ${($_ = isset($this->services['twig.runtime.httpkernel']) ? $this->services['twig.runtime.httpkernel'] : $this->load('getTwig_Runtime_HttpkernelService.php')) && false ?: '_'};
  1223.         }, 'Symfony\\Component\\Form\\FormRenderer' => function () {
  1224.             return ${($_ = isset($this->services['twig.form.renderer']) ? $this->services['twig.form.renderer'] : $this->load('getTwig_Form_RendererService.php')) && false ?: '_'};
  1225.         }])));
  1226.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1227.         return $instance;
  1228.     }
  1229.     /**
  1230.      * Gets the public 'validator' shared service.
  1231.      *
  1232.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1233.      */
  1234.     protected function getValidatorService()
  1235.     {
  1236.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(${($_ = isset($this->services['validator.builder']) ? $this->services['validator.builder'] : $this->getValidator_BuilderService()) && false ?: '_'}->getValidator());
  1237.     }
  1238.     /**
  1239.      * Gets the public 'var_dumper.cloner' shared service.
  1240.      *
  1241.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1242.      */
  1243.     protected function getVarDumper_ClonerService()
  1244.     {
  1245.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1246.         $instance->setMaxItems(2500);
  1247.         $instance->setMinDepth(1);
  1248.         $instance->setMaxString(-1);
  1249.         return $instance;
  1250.     }
  1251.     /**
  1252.      * Gets the private 'annotation_reader' shared service.
  1253.      *
  1254.      * @return \Doctrine\Common\Annotations\CachedReader
  1255.      */
  1256.     protected function getAnnotationReaderService()
  1257.     {
  1258.         return $this->services['annotation_reader'] = new \Doctrine\Common\Annotations\CachedReader(${($_ = isset($this->services['annotations.reader']) ? $this->services['annotations.reader'] : $this->getAnnotations_ReaderService()) && false ?: '_'}, ${($_ = isset($this->services['annotations.cache']) ? $this->services['annotations.cache'] : $this->load('getAnnotations_CacheService.php')) && false ?: '_'}, true);
  1259.     }
  1260.     /**
  1261.      * Gets the private 'annotations.reader' shared service.
  1262.      *
  1263.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1264.      */
  1265.     protected function getAnnotations_ReaderService()
  1266.     {
  1267.         $this->services['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1268.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1269.         $a->registerUniqueLoader('class_exists');
  1270.         $instance->addGlobalIgnoredName('required'$a);
  1271.         return $instance;
  1272.     }
  1273.     /**
  1274.      * Gets the private 'argument_metadata_factory' shared service.
  1275.      *
  1276.      * @return \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory
  1277.      */
  1278.     protected function getArgumentMetadataFactoryService()
  1279.     {
  1280.         return $this->services['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory();
  1281.     }
  1282.     /**
  1283.      * Gets the private 'assets.context' shared service.
  1284.      *
  1285.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  1286.      */
  1287.     protected function getAssets_ContextService()
  1288.     {
  1289.         return $this->services['assets.context'] = new \Symfony\Component\Asset\Context\RequestStackContext(${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, ''false);
  1290.     }
  1291.     /**
  1292.      * Gets the private 'assets.packages' shared service.
  1293.      *
  1294.      * @return \Symfony\Component\Asset\Packages
  1295.      */
  1296.     protected function getAssets_PackagesService()
  1297.     {
  1298.         return $this->services['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), ${($_ = isset($this->services['assets.context']) ? $this->services['assets.context'] : $this->getAssets_ContextService()) && false ?: '_'}), []);
  1299.     }
  1300.     /**
  1301.      * Gets the private 'cache.annotations' shared service.
  1302.      *
  1303.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1304.      */
  1305.     protected function getCache_AnnotationsService()
  1306.     {
  1307.         return $this->services['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('PqY6e8LCkc'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->getMonolog_Logger_CacheService()) && false ?: '_'}));
  1308.     }
  1309.     /**
  1310.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  1311.      *
  1312.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1313.      */
  1314.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  1315.     {
  1316.         return $this->services['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1317.     }
  1318.     /**
  1319.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1320.      *
  1321.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1322.      */
  1323.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1324.     {
  1325.         return $this->services['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1326.     }
  1327.     /**
  1328.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1329.      *
  1330.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1331.      */
  1332.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1333.     {
  1334.         return $this->services['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1335.     }
  1336.     /**
  1337.      * Gets the private 'cache.serializer' shared service.
  1338.      *
  1339.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1340.      */
  1341.     protected function getCache_SerializerService()
  1342.     {
  1343.         return $this->services['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('PXWPaTAzaJ'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->getMonolog_Logger_CacheService()) && false ?: '_'}));
  1344.     }
  1345.     /**
  1346.      * Gets the private 'cache.validator' shared service.
  1347.      *
  1348.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1349.      */
  1350.     protected function getCache_ValidatorService()
  1351.     {
  1352.         return $this->services['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('FWwxRStzDB'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->getMonolog_Logger_CacheService()) && false ?: '_'}));
  1353.     }
  1354.     /**
  1355.      * Gets the private 'config_cache_factory' shared service.
  1356.      *
  1357.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1358.      */
  1359.     protected function getConfigCacheFactoryService()
  1360.     {
  1361.         return $this->services['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1362.             yield => ${($_ = isset($this->services['dependency_injection.config.container_parameters_resource_checker']) ? $this->services['dependency_injection.config.container_parameters_resource_checker'] : ($this->services['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this))) && false ?: '_'};
  1363.             yield => ${($_ = isset($this->services['config.resource.self_checking_resource_checker']) ? $this->services['config.resource.self_checking_resource_checker'] : ($this->services['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker())) && false ?: '_'};
  1364.         }, 2));
  1365.     }
  1366.     /**
  1367.      * Gets the private 'controller_name_converter' shared service.
  1368.      *
  1369.      * @return \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser
  1370.      */
  1371.     protected function getControllerNameConverterService()
  1372.     {
  1373.         return $this->services['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'});
  1374.     }
  1375.     /**
  1376.      * Gets the private 'data_collector.form' shared service.
  1377.      *
  1378.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1379.      */
  1380.     protected function getDataCollector_FormService()
  1381.     {
  1382.         return $this->services['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(${($_ = isset($this->services['data_collector.form.extractor']) ? $this->services['data_collector.form.extractor'] : ($this->services['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor())) && false ?: '_'});
  1383.     }
  1384.     /**
  1385.      * Gets the private 'data_collector.form.extractor' shared service.
  1386.      *
  1387.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor
  1388.      */
  1389.     protected function getDataCollector_Form_ExtractorService()
  1390.     {
  1391.         return $this->services['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor();
  1392.     }
  1393.     /**
  1394.      * Gets the private 'data_collector.request' shared service.
  1395.      *
  1396.      * @return \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector
  1397.      */
  1398.     protected function getDataCollector_RequestService()
  1399.     {
  1400.         return $this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector();
  1401.     }
  1402.     /**
  1403.      * Gets the private 'data_collector.router' shared service.
  1404.      *
  1405.      * @return \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector
  1406.      */
  1407.     protected function getDataCollector_RouterService()
  1408.     {
  1409.         return $this->services['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector();
  1410.     }
  1411.     /**
  1412.      * Gets the private 'data_collector.translation' shared service.
  1413.      *
  1414.      * @return \Symfony\Component\Translation\DataCollector\TranslationDataCollector
  1415.      */
  1416.     protected function getDataCollector_TranslationService()
  1417.     {
  1418.         return $this->services['data_collector.translation'] = new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'});
  1419.     }
  1420.     /**
  1421.      * Gets the private 'debug.argument_resolver' shared service.
  1422.      *
  1423.      * @return \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver
  1424.      */
  1425.     protected function getDebug_ArgumentResolverService()
  1426.     {
  1427.         return $this->services['debug.argument_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(${($_ = isset($this->services['argument_metadata_factory']) ? $this->services['argument_metadata_factory'] : ($this->services['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())) && false ?: '_'}, new RewindableGenerator(function () {
  1428.             yield => ${($_ = isset($this->services['argument_resolver.request_attribute']) ? $this->services['argument_resolver.request_attribute'] : ($this->services['argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver())) && false ?: '_'};
  1429.             yield => ${($_ = isset($this->services['argument_resolver.request']) ? $this->services['argument_resolver.request'] : ($this->services['argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver())) && false ?: '_'};
  1430.             yield => ${($_ = isset($this->services['argument_resolver.session']) ? $this->services['argument_resolver.session'] : ($this->services['argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver())) && false ?: '_'};
  1431.             yield => ${($_ = isset($this->services['security.user_value_resolver']) ? $this->services['security.user_value_resolver'] : $this->load('getSecurity_UserValueResolverService.php')) && false ?: '_'};
  1432.             yield => ${($_ = isset($this->services['argument_resolver.service']) ? $this->services['argument_resolver.service'] : $this->load('getArgumentResolver_ServiceService.php')) && false ?: '_'};
  1433.             yield => ${($_ = isset($this->services['argument_resolver.default']) ? $this->services['argument_resolver.default'] : ($this->services['argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver())) && false ?: '_'};
  1434.             yield => ${($_ = isset($this->services['argument_resolver.variadic']) ? $this->services['argument_resolver.variadic'] : ($this->services['argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver())) && false ?: '_'};
  1435.         }, 7)), ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'});
  1436.     }
  1437.     /**
  1438.      * Gets the private 'debug.controller_resolver' shared service.
  1439.      *
  1440.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  1441.      */
  1442.     protected function getDebug_ControllerResolverService()
  1443.     {
  1444.         return $this->services['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ${($_ = isset($this->services['controller_name_converter']) ? $this->services['controller_name_converter'] : ($this->services['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}))) && false ?: '_'}, ${($_ = isset($this->services['monolog.logger.request']) ? $this->services['monolog.logger.request'] : $this->getMonolog_Logger_RequestService()) && false ?: '_'}), ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'}, ${($_ = isset($this->services['debug.argument_resolver']) ? $this->services['debug.argument_resolver'] : $this->getDebug_ArgumentResolverService()) && false ?: '_'});
  1445.     }
  1446.     /**
  1447.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1448.      *
  1449.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1450.      */
  1451.     protected function getDebug_DebugHandlersListenerService()
  1452.     {
  1453.         return $this->services['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, ${($_ = isset($this->services['monolog.logger.php']) ? $this->services['monolog.logger.php'] : $this->getMonolog_Logger_PhpService()) && false ?: '_'}, -1, -1true, ${($_ = isset($this->services['debug.file_link_formatter']) ? $this->services['debug.file_link_formatter'] : $this->getDebug_FileLinkFormatterService()) && false ?: '_'}, true);
  1454.     }
  1455.     /**
  1456.      * Gets the private 'debug.event_dispatcher' shared service.
  1457.      *
  1458.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1459.      */
  1460.     protected function getDebug_EventDispatcherService()
  1461.     {
  1462.         $this->services['debug.event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher($this), ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'}, ${($_ = isset($this->services['monolog.logger.event']) ? $this->services['monolog.logger.event'] : $this->getMonolog_Logger_EventService()) && false ?: '_'});
  1463.         $instance->addListener('security.interactive_login', [=> function () {
  1464.             return ${($_ = isset($this->services['login_listener']) ? $this->services['login_listener'] : $this->load('getLoginListenerService.php')) && false ?: '_'};
  1465.         }, => 'onSecurityInteractiveLogin'], 0);
  1466.         $instance->addListener('kernel.controller', [=> function () {
  1467.             return ${($_ = isset($this->services['data_collector.router']) ? $this->services['data_collector.router'] : ($this->services['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())) && false ?: '_'};
  1468.         }, => 'onKernelController'], 0);
  1469.         $instance->addListener('kernel.response', [=> function () {
  1470.             return ${($_ = isset($this->services['jms_i18n_routing.cookie_setting_listener']) ? $this->services['jms_i18n_routing.cookie_setting_listener'] : $this->getJmsI18nRouting_CookieSettingListenerService()) && false ?: '_'};
  1471.         }, => 'onKernelResponse'], 256);
  1472.         $instance->addListener('kernel.response', [=> function () {
  1473.             return ${($_ = isset($this->services['response_listener']) ? $this->services['response_listener'] : ($this->services['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'))) && false ?: '_'};
  1474.         }, => 'onKernelResponse'], 0);
  1475.         $instance->addListener('kernel.response', [=> function () {
  1476.             return ${($_ = isset($this->services['streamed_response_listener']) ? $this->services['streamed_response_listener'] : ($this->services['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener())) && false ?: '_'};
  1477.         }, => 'onKernelResponse'], -1024);
  1478.         $instance->addListener('kernel.request', [=> function () {
  1479.             return ${($_ = isset($this->services['locale_listener']) ? $this->services['locale_listener'] : $this->getLocaleListenerService()) && false ?: '_'};
  1480.         }, => 'onKernelRequest'], 16);
  1481.         $instance->addListener('kernel.finish_request', [=> function () {
  1482.             return ${($_ = isset($this->services['locale_listener']) ? $this->services['locale_listener'] : $this->getLocaleListenerService()) && false ?: '_'};
  1483.         }, => 'onKernelFinishRequest'], 0);
  1484.         $instance->addListener('kernel.request', [=> function () {
  1485.             return ${($_ = isset($this->services['validate_request_listener']) ? $this->services['validate_request_listener'] : ($this->services['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener())) && false ?: '_'};
  1486.         }, => 'onKernelRequest'], 256);
  1487.         $instance->addListener('kernel.request', [=> function () {
  1488.             return ${($_ = isset($this->services['resolve_controller_name_subscriber']) ? $this->services['resolve_controller_name_subscriber'] : $this->getResolveControllerNameSubscriberService()) && false ?: '_'};
  1489.         }, => 'onKernelRequest'], 24);
  1490.         $instance->addListener('console.error', [=> function () {
  1491.             return ${($_ = isset($this->services['console.error_listener']) ? $this->services['console.error_listener'] : $this->load('getConsole_ErrorListenerService.php')) && false ?: '_'};
  1492.         }, => 'onConsoleError'], -128);
  1493.         $instance->addListener('console.terminate', [=> function () {
  1494.             return ${($_ = isset($this->services['console.error_listener']) ? $this->services['console.error_listener'] : $this->load('getConsole_ErrorListenerService.php')) && false ?: '_'};
  1495.         }, => 'onConsoleTerminate'], -128);
  1496.         $instance->addListener('kernel.request', [=> function () {
  1497.             return ${($_ = isset($this->services['session_listener']) ? $this->services['session_listener'] : $this->getSessionListenerService()) && false ?: '_'};
  1498.         }, => 'onKernelRequest'], 128);
  1499.         $instance->addListener('kernel.response', [=> function () {
  1500.             return ${($_ = isset($this->services['session_listener']) ? $this->services['session_listener'] : $this->getSessionListenerService()) && false ?: '_'};
  1501.         }, => 'onKernelResponse'], -1000);
  1502.         $instance->addListener('kernel.finish_request', [=> function () {
  1503.             return ${($_ = isset($this->services['session_listener']) ? $this->services['session_listener'] : $this->getSessionListenerService()) && false ?: '_'};
  1504.         }, => 'onFinishRequest'], 0);
  1505.         $instance->addListener('kernel.response', [=> function () {
  1506.             return ${($_ = isset($this->services['session.save_listener']) ? $this->services['session.save_listener'] : ($this->services['session.save_listener'] = new \Symfony\Component\HttpKernel\EventListener\SaveSessionListener())) && false ?: '_'};
  1507.         }, => 'onKernelResponse'], -1000);
  1508.         $instance->addListener('kernel.request', [=> function () {
  1509.             return ${($_ = isset($this->services['fragment.listener']) ? $this->services['fragment.listener'] : $this->getFragment_ListenerService()) && false ?: '_'};
  1510.         }, => 'onKernelRequest'], 48);
  1511.         $instance->addListener('kernel.request', [=> function () {
  1512.             return ${($_ = isset($this->services['translator_listener']) ? $this->services['translator_listener'] : $this->getTranslatorListenerService()) && false ?: '_'};
  1513.         }, => 'onKernelRequest'], 10);
  1514.         $instance->addListener('kernel.finish_request', [=> function () {
  1515.             return ${($_ = isset($this->services['translator_listener']) ? $this->services['translator_listener'] : $this->getTranslatorListenerService()) && false ?: '_'};
  1516.         }, => 'onKernelFinishRequest'], 0);
  1517.         $instance->addListener('kernel.response', [=> function () {
  1518.             return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
  1519.         }, => 'onKernelResponse'], -100);
  1520.         $instance->addListener('kernel.exception', [=> function () {
  1521.             return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
  1522.         }, => 'onKernelException'], 0);
  1523.         $instance->addListener('kernel.terminate', [=> function () {
  1524.             return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
  1525.         }, => 'onKernelTerminate'], -1024);
  1526.         $instance->addListener('kernel.controller', [=> function () {
  1527.             return ${($_ = isset($this->services['data_collector.request']) ? $this->services['data_collector.request'] : ($this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector())) && false ?: '_'};
  1528.         }, => 'onKernelController'], 0);
  1529.         $instance->addListener('kernel.response', [=> function () {
  1530.             return ${($_ = isset($this->services['data_collector.request']) ? $this->services['data_collector.request'] : ($this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector())) && false ?: '_'};
  1531.         }, => 'onKernelResponse'], 0);
  1532.         $instance->addListener('kernel.request', [=> function () {
  1533.             return ${($_ = isset($this->services['debug.debug_handlers_listener']) ? $this->services['debug.debug_handlers_listener'] : $this->getDebug_DebugHandlersListenerService()) && false ?: '_'};
  1534.         }, => 'configure'], 2048);
  1535.         $instance->addListener('console.command', [=> function () {
  1536.             return ${($_ = isset($this->services['debug.debug_handlers_listener']) ? $this->services['debug.debug_handlers_listener'] : $this->getDebug_DebugHandlersListenerService()) && false ?: '_'};
  1537.         }, => 'configure'], 2048);
  1538.         $instance->addListener('kernel.request', [=> function () {
  1539.             return ${($_ = isset($this->services['router_listener']) ? $this->services['router_listener'] : $this->getRouterListenerService()) && false ?: '_'};
  1540.         }, => 'onKernelRequest'], 32);
  1541.         $instance->addListener('kernel.finish_request', [=> function () {
  1542.             return ${($_ = isset($this->services['router_listener']) ? $this->services['router_listener'] : $this->getRouterListenerService()) && false ?: '_'};
  1543.         }, => 'onKernelFinishRequest'], 0);
  1544.         $instance->addListener('kernel.exception', [=> function () {
  1545.             return ${($_ = isset($this->services['router_listener']) ? $this->services['router_listener'] : $this->getRouterListenerService()) && false ?: '_'};
  1546.         }, => 'onKernelException'], -64);
  1547.         $instance->addListener('kernel.response', [=> function () {
  1548.             return ${($_ = isset($this->services['security.rememberme.response_listener']) ? $this->services['security.rememberme.response_listener'] : ($this->services['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener())) && false ?: '_'};
  1549.         }, => 'onKernelResponse'], 0);
  1550.         $instance->addListener('kernel.request', [=> function () {
  1551.             return ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'};
  1552.         }, => 'onKernelRequest'], 8);
  1553.         $instance->addListener('kernel.finish_request', [=> function () {
  1554.             return ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'};
  1555.         }, => 'onKernelFinishRequest'], 0);
  1556.         $instance->addListener('kernel.exception', [=> function () {
  1557.             return ${($_ = isset($this->services['twig.exception_listener']) ? $this->services['twig.exception_listener'] : $this->load('getTwig_ExceptionListenerService.php')) && false ?: '_'};
  1558.         }, => 'onKernelException'], -128);
  1559.         $instance->addListener('console.command', [=> function () {
  1560.             return ${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'};
  1561.         }, => 'onCommand'], 255);
  1562.         $instance->addListener('console.terminate', [=> function () {
  1563.             return ${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'};
  1564.         }, => 'onTerminate'], -255);
  1565.         $instance->addListener('kernel.exception', [=> function () {
  1566.             return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
  1567.         }, => 'onException'], 0);
  1568.         $instance->addListener('kernel.terminate', [=> function () {
  1569.             return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
  1570.         }, => 'onTerminate'], 0);
  1571.         $instance->addListener('console.error', [=> function () {
  1572.             return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
  1573.         }, => 'onException'], 0);
  1574.         $instance->addListener('console.terminate', [=> function () {
  1575.             return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
  1576.         }, => 'onTerminate'], 0);
  1577.         $instance->addListener('kernel.controller', [=> function () {
  1578.             return ${($_ = isset($this->services['sensio_framework_extra.controller.listener']) ? $this->services['sensio_framework_extra.controller.listener'] : $this->getSensioFrameworkExtra_Controller_ListenerService()) && false ?: '_'};
  1579.         }, => 'onKernelController'], 0);
  1580.         $instance->addListener('kernel.controller', [=> function () {
  1581.             return ${($_ = isset($this->services['sensio_framework_extra.converter.listener']) ? $this->services['sensio_framework_extra.converter.listener'] : $this->getSensioFrameworkExtra_Converter_ListenerService()) && false ?: '_'};
  1582.         }, => 'onKernelController'], 0);
  1583.         $instance->addListener('kernel.controller', [=> function () {
  1584.             return ${($_ = isset($this->services['sensio_framework_extra.view.listener']) ? $this->services['sensio_framework_extra.view.listener'] : $this->getSensioFrameworkExtra_View_ListenerService()) && false ?: '_'};
  1585.         }, => 'onKernelController'], -128);
  1586.         $instance->addListener('kernel.view', [=> function () {
  1587.             return ${($_ = isset($this->services['sensio_framework_extra.view.listener']) ? $this->services['sensio_framework_extra.view.listener'] : $this->getSensioFrameworkExtra_View_ListenerService()) && false ?: '_'};
  1588.         }, => 'onKernelView'], 0);
  1589.         $instance->addListener('kernel.controller', [=> function () {
  1590.             return ${($_ = isset($this->services['sensio_framework_extra.cache.listener']) ? $this->services['sensio_framework_extra.cache.listener'] : ($this->services['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener())) && false ?: '_'};
  1591.         }, => 'onKernelController'], 0);
  1592.         $instance->addListener('kernel.response', [=> function () {
  1593.             return ${($_ = isset($this->services['sensio_framework_extra.cache.listener']) ? $this->services['sensio_framework_extra.cache.listener'] : ($this->services['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener())) && false ?: '_'};
  1594.         }, => 'onKernelResponse'], 0);
  1595.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1596.             return ${($_ = isset($this->services['sensio_framework_extra.security.listener']) ? $this->services['sensio_framework_extra.security.listener'] : $this->getSensioFrameworkExtra_Security_ListenerService()) && false ?: '_'};
  1597.         }, => 'onKernelControllerArguments'], 0);
  1598.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1599.             return ${($_ = isset($this->services['framework_extra_bundle.event.is_granted']) ? $this->services['framework_extra_bundle.event.is_granted'] : $this->getFrameworkExtraBundle_Event_IsGrantedService()) && false ?: '_'};
  1600.         }, => 'onKernelControllerArguments'], 0);
  1601.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  1602.             return ${($_ = isset($this->services['fos_user.security.interactive_login_listener']) ? $this->services['fos_user.security.interactive_login_listener'] : $this->load('getFosUser_Security_InteractiveLoginListenerService.php')) && false ?: '_'};
  1603.         }, => 'onImplicitLogin'], 0);
  1604.         $instance->addListener('security.interactive_login', [=> function () {
  1605.             return ${($_ = isset($this->services['fos_user.security.interactive_login_listener']) ? $this->services['fos_user.security.interactive_login_listener'] : $this->load('getFosUser_Security_InteractiveLoginListenerService.php')) && false ?: '_'};
  1606.         }, => 'onSecurityInteractiveLogin'], 0);
  1607.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1608.             return ${($_ = isset($this->services['fos_user.listener.authentication']) ? $this->services['fos_user.listener.authentication'] : $this->load('getFosUser_Listener_AuthenticationService.php')) && false ?: '_'};
  1609.         }, => 'authenticate'], 0);
  1610.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  1611.             return ${($_ = isset($this->services['fos_user.listener.authentication']) ? $this->services['fos_user.listener.authentication'] : $this->load('getFosUser_Listener_AuthenticationService.php')) && false ?: '_'};
  1612.         }, => 'authenticate'], 0);
  1613.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1614.             return ${($_ = isset($this->services['fos_user.listener.authentication']) ? $this->services['fos_user.listener.authentication'] : $this->load('getFosUser_Listener_AuthenticationService.php')) && false ?: '_'};
  1615.         }, => 'authenticate'], 0);
  1616.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  1617.             return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
  1618.         }, => 'addSuccessFlash'], 0);
  1619.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  1620.             return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
  1621.         }, => 'addSuccessFlash'], 0);
  1622.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  1623.             return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
  1624.         }, => 'addSuccessFlash'], 0);
  1625.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  1626.             return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
  1627.         }, => 'addSuccessFlash'], 0);
  1628.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  1629.             return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
  1630.         }, => 'addSuccessFlash'], 0);
  1631.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1632.             return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
  1633.         }, => 'addSuccessFlash'], 0);
  1634.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1635.             return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
  1636.         }, => 'addSuccessFlash'], 0);
  1637.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  1638.             return ${($_ = isset($this->services['fos_user.listener.resetting']) ? $this->services['fos_user.listener.resetting'] : $this->load('getFosUser_Listener_ResettingService.php')) && false ?: '_'};
  1639.         }, => 'onResettingResetInitialize'], 0);
  1640.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  1641.             return ${($_ = isset($this->services['fos_user.listener.resetting']) ? $this->services['fos_user.listener.resetting'] : $this->load('getFosUser_Listener_ResettingService.php')) && false ?: '_'};
  1642.         }, => 'onResettingResetSuccess'], 0);
  1643.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  1644.             return ${($_ = isset($this->services['fos_user.listener.resetting']) ? $this->services['fos_user.listener.resetting'] : $this->load('getFosUser_Listener_ResettingService.php')) && false ?: '_'};
  1645.         }, => 'onResettingResetRequest'], 0);
  1646.         $instance->addListener('console.command', [=> function () {
  1647.             return ${($_ = isset($this->services['debug.dump_listener']) ? $this->services['debug.dump_listener'] : $this->load('getDebug_DumpListenerService.php')) && false ?: '_'};
  1648.         }, => 'configure'], 1024);
  1649.         $instance->addListener('kernel.response', [=> function () {
  1650.             return ${($_ = isset($this->services['web_profiler.debug_toolbar']) ? $this->services['web_profiler.debug_toolbar'] : $this->getWebProfiler_DebugToolbarService()) && false ?: '_'};
  1651.         }, => 'onKernelResponse'], -128);
  1652.         return $instance;
  1653.     }
  1654.     /**
  1655.      * Gets the private 'debug.file_link_formatter' shared service.
  1656.      *
  1657.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1658.      */
  1659.     protected function getDebug_FileLinkFormatterService()
  1660.     {
  1661.         return $this->services['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, $this->targetDirs[3], function () {
  1662.             return ${($_ = isset($this->services['debug.file_link_formatter.url_format']) ? $this->services['debug.file_link_formatter.url_format'] : $this->load('getDebug_FileLinkFormatter_UrlFormatService.php')) && false ?: '_'};
  1663.         });
  1664.     }
  1665.     /**
  1666.      * Gets the private 'debug.log_processor' shared service.
  1667.      *
  1668.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1669.      */
  1670.     protected function getDebug_LogProcessorService()
  1671.     {
  1672.         return $this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor();
  1673.     }
  1674.     /**
  1675.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1676.      *
  1677.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1678.      */
  1679.     protected function getDebug_Security_Access_DecisionManagerService()
  1680.     {
  1681.         return $this->services['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  1682.             yield => ${($_ = isset($this->services['security.access.authenticated_voter']) ? $this->services['security.access.authenticated_voter'] : $this->load('getSecurity_Access_AuthenticatedVoterService.php')) && false ?: '_'};
  1683.             yield => ${($_ = isset($this->services['security.access.role_hierarchy_voter']) ? $this->services['security.access.role_hierarchy_voter'] : $this->load('getSecurity_Access_RoleHierarchyVoterService.php')) && false ?: '_'};
  1684.             yield => ${($_ = isset($this->services['security.access.expression_voter']) ? $this->services['security.access.expression_voter'] : $this->load('getSecurity_Access_ExpressionVoterService.php')) && false ?: '_'};
  1685.         }, 3), 'affirmative'falsetrue));
  1686.     }
  1687.     /**
  1688.      * Gets the private 'debug.stopwatch' shared service.
  1689.      *
  1690.      * @return \Symfony\Component\Stopwatch\Stopwatch
  1691.      */
  1692.     protected function getDebug_StopwatchService()
  1693.     {
  1694.         return $this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true);
  1695.     }
  1696.     /**
  1697.      * Gets the private 'doctrine.dbal.logger.profiling.default' shared service.
  1698.      *
  1699.      * @return \Doctrine\DBAL\Logging\DebugStack
  1700.      */
  1701.     protected function getDoctrine_Dbal_Logger_Profiling_DefaultService()
  1702.     {
  1703.         return $this->services['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack();
  1704.     }
  1705.     /**
  1706.      * Gets the private 'doctrine.orm.validator_initializer' shared service.
  1707.      *
  1708.      * @return \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer
  1709.      */
  1710.     protected function getDoctrine_Orm_ValidatorInitializerService()
  1711.     {
  1712.         return $this->services['doctrine.orm.validator_initializer'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'});
  1713.     }
  1714.     /**
  1715.      * Gets the private 'file_locator' shared service.
  1716.      *
  1717.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  1718.      */
  1719.     protected function getFileLocatorService()
  1720.     {
  1721.         return $this->services['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}, ($this->targetDirs[3].'/app/Resources'), [=> ($this->targetDirs[3].'/app')]);
  1722.     }
  1723.     /**
  1724.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  1725.      *
  1726.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  1727.      */
  1728.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  1729.     {
  1730.         $a = ${($_ = isset($this->services['fos_user.util.email_canonicalizer']) ? $this->services['fos_user.util.email_canonicalizer'] : ($this->services['fos_user.util.email_canonicalizer'] = new \FOS\UserBundle\Util\Canonicalizer())) && false ?: '_'};
  1731.         return $this->services['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  1732.     }
  1733.     /**
  1734.      * Gets the private 'fos_user.util.email_canonicalizer' shared service.
  1735.      *
  1736.      * @return \FOS\UserBundle\Util\Canonicalizer
  1737.      */
  1738.     protected function getFosUser_Util_EmailCanonicalizerService()
  1739.     {
  1740.         return $this->services['fos_user.util.email_canonicalizer'] = new \FOS\UserBundle\Util\Canonicalizer();
  1741.     }
  1742.     /**
  1743.      * Gets the private 'fragment.listener' shared service.
  1744.      *
  1745.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  1746.      */
  1747.     protected function getFragment_ListenerService()
  1748.     {
  1749.         return $this->services['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(${($_ = isset($this->services['uri_signer']) ? $this->services['uri_signer'] : ($this->services['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('ThisTokenIsNotSoSecretChangeIt'))) && false ?: '_'}, '/_fragment');
  1750.     }
  1751.     /**
  1752.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1753.      *
  1754.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1755.      */
  1756.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1757.     {
  1758.         return $this->services['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(${($_ = isset($this->services['argument_metadata_factory']) ? $this->services['argument_metadata_factory'] : ($this->services['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())) && false ?: '_'});
  1759.     }
  1760.     /**
  1761.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1762.      *
  1763.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1764.      */
  1765.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1766.     {
  1767.         return $this->services['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(${($_ = isset($this->services['framework_extra_bundle.argument_name_convertor']) ? $this->services['framework_extra_bundle.argument_name_convertor'] : $this->getFrameworkExtraBundle_ArgumentNameConvertorService()) && false ?: '_'}, ${($_ = isset($this->services['security.authorization_checker']) ? $this->services['security.authorization_checker'] : $this->getSecurity_AuthorizationCheckerService()) && false ?: '_'});
  1768.     }
  1769.     /**
  1770.      * Gets the private 'locale_listener' shared service.
  1771.      *
  1772.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1773.      */
  1774.     protected function getLocaleListenerService()
  1775.     {
  1776.         return $this->services['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, 'fr', ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'});
  1777.     }
  1778.     /**
  1779.      * Gets the private 'logger' shared service.
  1780.      *
  1781.      * @return \Symfony\Bridge\Monolog\Logger
  1782.      */
  1783.     protected function getLoggerService()
  1784.     {
  1785.         $this->services['logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1786.         $instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
  1787.         $instance->useMicrosecondTimestamps(true);
  1788.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : ($this->services['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))) && false ?: '_'});
  1789.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  1790.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  1791.         return $instance;
  1792.     }
  1793.     /**
  1794.      * Gets the private 'monolog.handler.console' shared service.
  1795.      *
  1796.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1797.      */
  1798.     protected function getMonolog_Handler_ConsoleService()
  1799.     {
  1800.         return $this->services['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1801.     }
  1802.     /**
  1803.      * Gets the private 'monolog.handler.main' shared service.
  1804.      *
  1805.      * @return \Monolog\Handler\StreamHandler
  1806.      */
  1807.     protected function getMonolog_Handler_MainService()
  1808.     {
  1809.         $this->services['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler(($this->targetDirs[2].'/logs/dev.log'), 100trueNULLfalse);
  1810.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1811.         return $instance;
  1812.     }
  1813.     /**
  1814.      * Gets the private 'monolog.handler.server_log' shared service.
  1815.      *
  1816.      * @return \Symfony\Bridge\Monolog\Handler\ServerLogHandler
  1817.      */
  1818.     protected function getMonolog_Handler_ServerLogService()
  1819.     {
  1820.         return $this->services['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true);
  1821.     }
  1822.     /**
  1823.      * Gets the private 'monolog.logger.cache' shared service.
  1824.      *
  1825.      * @return \Symfony\Bridge\Monolog\Logger
  1826.      */
  1827.     protected function getMonolog_Logger_CacheService()
  1828.     {
  1829.         $this->services['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1830.         $instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
  1831.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : ($this->services['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))) && false ?: '_'});
  1832.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  1833.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  1834.         return $instance;
  1835.     }
  1836.     /**
  1837.      * Gets the private 'monolog.logger.event' shared service.
  1838.      *
  1839.      * @return \Symfony\Bridge\Monolog\Logger
  1840.      */
  1841.     protected function getMonolog_Logger_EventService()
  1842.     {
  1843.         $this->services['monolog.logger.event'] = $instance = new \Symfony\Bridge\Monolog\Logger('event');
  1844.         $instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
  1845.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : ($this->services['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))) && false ?: '_'});
  1846.         return $instance;
  1847.     }
  1848.     /**
  1849.      * Gets the private 'monolog.logger.php' shared service.
  1850.      *
  1851.      * @return \Symfony\Bridge\Monolog\Logger
  1852.      */
  1853.     protected function getMonolog_Logger_PhpService()
  1854.     {
  1855.         $this->services['monolog.logger.php'] = $instance = new \Symfony\Bridge\Monolog\Logger('php');
  1856.         $instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
  1857.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : ($this->services['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))) && false ?: '_'});
  1858.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  1859.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  1860.         return $instance;
  1861.     }
  1862.     /**
  1863.      * Gets the private 'monolog.logger.profiler' shared service.
  1864.      *
  1865.      * @return \Symfony\Bridge\Monolog\Logger
  1866.      */
  1867.     protected function getMonolog_Logger_ProfilerService()
  1868.     {
  1869.         $this->services['monolog.logger.profiler'] = $instance = new \Symfony\Bridge\Monolog\Logger('profiler');
  1870.         $instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
  1871.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : ($this->services['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))) && false ?: '_'});
  1872.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  1873.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  1874.         return $instance;
  1875.     }
  1876.     /**
  1877.      * Gets the private 'monolog.logger.request' shared service.
  1878.      *
  1879.      * @return \Symfony\Bridge\Monolog\Logger
  1880.      */
  1881.     protected function getMonolog_Logger_RequestService()
  1882.     {
  1883.         $this->services['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1884.         $instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
  1885.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : ($this->services['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))) && false ?: '_'});
  1886.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  1887.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  1888.         return $instance;
  1889.     }
  1890.     /**
  1891.      * Gets the private 'monolog.logger.translation' shared service.
  1892.      *
  1893.      * @return \Symfony\Bridge\Monolog\Logger
  1894.      */
  1895.     protected function getMonolog_Logger_TranslationService()
  1896.     {
  1897.         $this->services['monolog.logger.translation'] = $instance = new \Symfony\Bridge\Monolog\Logger('translation');
  1898.         $instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
  1899.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : ($this->services['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))) && false ?: '_'});
  1900.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  1901.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  1902.         return $instance;
  1903.     }
  1904.     /**
  1905.      * Gets the private 'profiler_listener' shared service.
  1906.      *
  1907.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1908.      */
  1909.     protected function getProfilerListenerService()
  1910.     {
  1911.         return $this->services['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(${($_ = isset($this->services['profiler']) ? $this->services['profiler'] : $this->getProfilerService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, NULLfalsefalse);
  1912.     }
  1913.     /**
  1914.      * Gets the private 'resolve_controller_name_subscriber' shared service.
  1915.      *
  1916.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  1917.      */
  1918.     protected function getResolveControllerNameSubscriberService()
  1919.     {
  1920.         return $this->services['resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(${($_ = isset($this->services['controller_name_converter']) ? $this->services['controller_name_converter'] : ($this->services['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}))) && false ?: '_'});
  1921.     }
  1922.     /**
  1923.      * Gets the private 'response_listener' shared service.
  1924.      *
  1925.      * @return \Symfony\Component\HttpKernel\EventListener\ResponseListener
  1926.      */
  1927.     protected function getResponseListenerService()
  1928.     {
  1929.         return $this->services['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8');
  1930.     }
  1931.     /**
  1932.      * Gets the private 'router.request_context' shared service.
  1933.      *
  1934.      * @return \Symfony\Component\Routing\RequestContext
  1935.      */
  1936.     protected function getRouter_RequestContextService()
  1937.     {
  1938.         return $this->services['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  1939.     }
  1940.     /**
  1941.      * Gets the private 'router_listener' shared service.
  1942.      *
  1943.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1944.      */
  1945.     protected function getRouterListenerService()
  1946.     {
  1947.         return $this->services['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, ${($_ = isset($this->services['router.request_context']) ? $this->services['router.request_context'] : $this->getRouter_RequestContextService()) && false ?: '_'}, ${($_ = isset($this->services['monolog.logger.request']) ? $this->services['monolog.logger.request'] : $this->getMonolog_Logger_RequestService()) && false ?: '_'}, $this->targetDirs[3], true);
  1948.     }
  1949.     /**
  1950.      * Gets the private 'security.authentication.manager' shared service.
  1951.      *
  1952.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  1953.      */
  1954.     protected function getSecurity_Authentication_ManagerService()
  1955.     {
  1956.         $this->services['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  1957.             yield => ${($_ = isset($this->services['security.authentication.provider.dao.main']) ? $this->services['security.authentication.provider.dao.main'] : $this->load('getSecurity_Authentication_Provider_Dao_MainService.php')) && false ?: '_'};
  1958.             yield => ${($_ = isset($this->services['security.authentication.provider.rememberme.main']) ? $this->services['security.authentication.provider.rememberme.main'] : $this->load('getSecurity_Authentication_Provider_Rememberme_MainService.php')) && false ?: '_'};
  1959.             yield => ${($_ = isset($this->services['security.authentication.provider.anonymous.main']) ? $this->services['security.authentication.provider.anonymous.main'] : ($this->services['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash')))) && false ?: '_'};
  1960.         }, 3), true);
  1961.         $instance->setEventDispatcher(${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'});
  1962.         return $instance;
  1963.     }
  1964.     /**
  1965.      * Gets the private 'security.authentication.trust_resolver' shared service.
  1966.      *
  1967.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver
  1968.      */
  1969.     protected function getSecurity_Authentication_TrustResolverService()
  1970.     {
  1971.         return $this->services['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver('Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken''Symfony\\Component\\Security\\Core\\Authentication\\Token\\RememberMeToken');
  1972.     }
  1973.     /**
  1974.      * Gets the private 'security.firewall' shared service.
  1975.      *
  1976.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1977.      */
  1978.     protected function getSecurity_FirewallService()
  1979.     {
  1980.         return $this->services['security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(${($_ = isset($this->services['security.firewall.map']) ? $this->services['security.firewall.map'] : $this->getSecurity_Firewall_MapService()) && false ?: '_'}, ${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'}, ${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'});
  1981.     }
  1982.     /**
  1983.      * Gets the private 'security.firewall.map' shared service.
  1984.      *
  1985.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1986.      */
  1987.     protected function getSecurity_Firewall_MapService()
  1988.     {
  1989.         return $this->services['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\ServiceLocator(['security.firewall.map.context.dev' => function () {
  1990.             return ${($_ = isset($this->services['security.firewall.map.context.dev']) ? $this->services['security.firewall.map.context.dev'] : $this->load('getSecurity_Firewall_Map_Context_DevService.php')) && false ?: '_'};
  1991.         }, 'security.firewall.map.context.main' => function () {
  1992.             return ${($_ = isset($this->services['security.firewall.map.context.main']) ? $this->services['security.firewall.map.context.main'] : $this->load('getSecurity_Firewall_Map_Context_MainService.php')) && false ?: '_'};
  1993.         }]), new RewindableGenerator(function () {
  1994.             yield 'security.firewall.map.context.dev' => ${($_ = isset($this->services['security.request_matcher.zfhj2lw']) ? $this->services['security.request_matcher.zfhj2lw'] : ($this->services['security.request_matcher.zfhj2lw'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/'))) && false ?: '_'};
  1995.             yield 'security.firewall.map.context.main' => ${($_ = isset($this->services['security.request_matcher.00qf1z7']) ? $this->services['security.request_matcher.00qf1z7'] : ($this->services['security.request_matcher.00qf1z7'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'))) && false ?: '_'};
  1996.         }, 2));
  1997.     }
  1998.     /**
  1999.      * Gets the private 'security.logout_url_generator' shared service.
  2000.      *
  2001.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2002.      */
  2003.     protected function getSecurity_LogoutUrlGeneratorService()
  2004.     {
  2005.         $this->services['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'});
  2006.         $instance->registerListener('main''fos_user_security_logout''logout''_csrf_token'NULLNULL);
  2007.         return $instance;
  2008.     }
  2009.     /**
  2010.      * Gets the private 'security.rememberme.response_listener' shared service.
  2011.      *
  2012.      * @return \Symfony\Component\Security\Http\RememberMe\ResponseListener
  2013.      */
  2014.     protected function getSecurity_Rememberme_ResponseListenerService()
  2015.     {
  2016.         return $this->services['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener();
  2017.     }
  2018.     /**
  2019.      * Gets the private 'security.role_hierarchy' shared service.
  2020.      *
  2021.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2022.      */
  2023.     protected function getSecurity_RoleHierarchyService()
  2024.     {
  2025.         return $this->services['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2026.     }
  2027.     /**
  2028.      * Gets the private 'sensio_framework_extra.cache.listener' shared service.
  2029.      *
  2030.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener
  2031.      */
  2032.     protected function getSensioFrameworkExtra_Cache_ListenerService()
  2033.     {
  2034.         return $this->services['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener();
  2035.     }
  2036.     /**
  2037.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2038.      *
  2039.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2040.      */
  2041.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2042.     {
  2043.         return $this->services['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(${($_ = isset($this->services['annotation_reader']) ? $this->services['annotation_reader'] : $this->getAnnotationReaderService()) && false ?: '_'});
  2044.     }
  2045.     /**
  2046.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2047.      *
  2048.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2049.      */
  2050.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2051.     {
  2052.         return $this->services['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener(${($_ = isset($this->services['sensio_framework_extra.converter.manager']) ? $this->services['sensio_framework_extra.converter.manager'] : $this->getSensioFrameworkExtra_Converter_ManagerService()) && false ?: '_'}, true);
  2053.     }
  2054.     /**
  2055.      * Gets the private 'sensio_framework_extra.converter.manager' shared service.
  2056.      *
  2057.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager
  2058.      */
  2059.     protected function getSensioFrameworkExtra_Converter_ManagerService()
  2060.     {
  2061.         $this->services['sensio_framework_extra.converter.manager'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2062.         $instance->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'}, new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2063.         $instance->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2064.         return $instance;
  2065.     }
  2066.     /**
  2067.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2068.      *
  2069.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2070.      */
  2071.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2072.     {
  2073.         return $this->services['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(${($_ = isset($this->services['framework_extra_bundle.argument_name_convertor']) ? $this->services['framework_extra_bundle.argument_name_convertor'] : $this->getFrameworkExtraBundle_ArgumentNameConvertorService()) && false ?: '_'}, new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ${($_ = isset($this->services['security.authentication.trust_resolver']) ? $this->services['security.authentication.trust_resolver'] : ($this->services['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver('Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken''Symfony\\Component\\Security\\Core\\Authentication\\Token\\RememberMeToken'))) && false ?: '_'}, ${($_ = isset($this->services['security.role_hierarchy']) ? $this->services['security.role_hierarchy'] : $this->getSecurity_RoleHierarchyService()) && false ?: '_'}, ${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.authorization_checker']) ? $this->services['security.authorization_checker'] : $this->getSecurity_AuthorizationCheckerService()) && false ?: '_'}, ${($_ = isset($this->services['logger']) ? $this->services['logger'] : $this->getLoggerService()) && false ?: '_'});
  2074.     }
  2075.     /**
  2076.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2077.      *
  2078.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2079.      */
  2080.     protected function getSensioFrameworkExtra_View_ListenerService()
  2081.     {
  2082.         return $this->services['sensio_framework_extra.view.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}), ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'});
  2083.     }
  2084.     /**
  2085.      * Gets the private 'session.save_listener' shared service.
  2086.      *
  2087.      * @return \Symfony\Component\HttpKernel\EventListener\SaveSessionListener
  2088.      */
  2089.     protected function getSession_SaveListenerService()
  2090.     {
  2091.         return $this->services['session.save_listener'] = new \Symfony\Component\HttpKernel\EventListener\SaveSessionListener();
  2092.     }
  2093.     /**
  2094.      * Gets the private 'session_listener' shared service.
  2095.      *
  2096.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2097.      */
  2098.     protected function getSessionListenerService()
  2099.     {
  2100.         return $this->services['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\ServiceLocator(['session' => function () {
  2101.             return ${($_ = isset($this->services['session']) ? $this->services['session'] : $this->load('getSessionService.php')) && false ?: '_'};
  2102.         }]));
  2103.     }
  2104.     /**
  2105.      * Gets the private 'streamed_response_listener' shared service.
  2106.      *
  2107.      * @return \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener
  2108.      */
  2109.     protected function getStreamedResponseListenerService()
  2110.     {
  2111.         return $this->services['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener();
  2112.     }
  2113.     /**
  2114.      * Gets the private 'templating.locator' shared service.
  2115.      *
  2116.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
  2117.      */
  2118.     protected function getTemplating_LocatorService()
  2119.     {
  2120.         return $this->services['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(${($_ = isset($this->services['file_locator']) ? $this->services['file_locator'] : ($this->services['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}, ($this->targetDirs[3].'/app/Resources'), [=> ($this->targetDirs[3].'/app')]))) && false ?: '_'}, $this->targetDirs[0]);
  2121.     }
  2122.     /**
  2123.      * Gets the private 'templating.name_parser' shared service.
  2124.      *
  2125.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser
  2126.      */
  2127.     protected function getTemplating_NameParserService()
  2128.     {
  2129.         return $this->services['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'});
  2130.     }
  2131.     /**
  2132.      * Gets the private 'translator.default' shared service.
  2133.      *
  2134.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2135.      */
  2136.     protected function getTranslator_DefaultService()
  2137.     {
  2138.         $this->services['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\ServiceLocator(['translation.loader.csv' => function () {
  2139.             return ${($_ = isset($this->services['translation.loader.csv']) ? $this->services['translation.loader.csv'] : ($this->services['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())) && false ?: '_'};
  2140.         }, 'translation.loader.dat' => function () {
  2141.             return ${($_ = isset($this->services['translation.loader.dat']) ? $this->services['translation.loader.dat'] : ($this->services['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())) && false ?: '_'};
  2142.         }, 'translation.loader.ini' => function () {
  2143.             return ${($_ = isset($this->services['translation.loader.ini']) ? $this->services['translation.loader.ini'] : ($this->services['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())) && false ?: '_'};
  2144.         }, 'translation.loader.json' => function () {
  2145.             return ${($_ = isset($this->services['translation.loader.json']) ? $this->services['translation.loader.json'] : ($this->services['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())) && false ?: '_'};
  2146.         }, 'translation.loader.mo' => function () {
  2147.             return ${($_ = isset($this->services['translation.loader.mo']) ? $this->services['translation.loader.mo'] : ($this->services['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())) && false ?: '_'};
  2148.         }, 'translation.loader.php' => function () {
  2149.             return ${($_ = isset($this->services['translation.loader.php']) ? $this->services['translation.loader.php'] : ($this->services['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())) && false ?: '_'};
  2150.         }, 'translation.loader.po' => function () {
  2151.             return ${($_ = isset($this->services['translation.loader.po']) ? $this->services['translation.loader.po'] : ($this->services['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())) && false ?: '_'};
  2152.         }, 'translation.loader.qt' => function () {
  2153.             return ${($_ = isset($this->services['translation.loader.qt']) ? $this->services['translation.loader.qt'] : ($this->services['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())) && false ?: '_'};
  2154.         }, 'translation.loader.res' => function () {
  2155.             return ${($_ = isset($this->services['translation.loader.res']) ? $this->services['translation.loader.res'] : ($this->services['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())) && false ?: '_'};
  2156.         }, 'translation.loader.xliff' => function () {
  2157.             return ${($_ = isset($this->services['translation.loader.xliff']) ? $this->services['translation.loader.xliff'] : ($this->services['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader())) && false ?: '_'};
  2158.         }, 'translation.loader.yml' => function () {
  2159.             return ${($_ = isset($this->services['translation.loader.yml']) ? $this->services['translation.loader.yml'] : ($this->services['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader())) && false ?: '_'};
  2160.         }]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\MessageSelector()), 'fr', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDirs[0].'/translations'), 'debug' => true'resource_files' => ['af' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.af.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ar.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ar.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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'), => ($this->targetDirs[3].'/src/AdminBundle/Resources/translations/messages.ar.yml'), => ($this->targetDirs[3].'/src/FournisseurBundle/Resources/translations/messages.ar.yml'), => ($this->targetDirs[3].'/src/PortailBundle/Resources/translations/messages.ar.yml'), => ($this->targetDirs[3].'/src/AcheteurBundle/Resources/translations/messages.ar.yml'), => ($this->targetDirs[3].'/app/Resources/translations/sidebar.ar.yml')], 'az' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.az.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.az.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.az.xlf')], 'be' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.be.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.be.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.be.xlf')], 'bg' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.bg.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.bg.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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')], 'bs' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.bs.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.bs.xlf')], 'ca' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ca.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ca.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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/symfony/src/Symfony/Component/Validator/Resources/translations/validators.cs.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.cs.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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/symfony/src/Symfony/Component/Validator/Resources/translations/validators.cy.xlf')], 'da' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.da.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.da.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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/symfony/src/Symfony/Component/Validator/Resources/translations/validators.de.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.de.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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/symfony/src/Symfony/Component/Validator/Resources/translations/validators.el.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.el.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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/symfony/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.en.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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].'/src/AdminBundle/Resources/translations/messages.en.yml'), => ($this->targetDirs[3].'/src/FournisseurBundle/Resources/translations/messages.en.yml'), => ($this->targetDirs[3].'/src/PortailBundle/Resources/translations/messages.en.yml'), => ($this->targetDirs[3].'/src/AcheteurBundle/Resources/translations/messages.en.yml'), => ($this->targetDirs[3].'/app/Resources/translations/sidebar.en.yml')], 'es' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.es.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.es.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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/symfony/src/Symfony/Component/Validator/Resources/translations/validators.et.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.et.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.eu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.eu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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/symfony/src/Symfony/Component/Validator/Resources/translations/validators.fa.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.fa.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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/symfony/src/Symfony/Component/Validator/Resources/translations/validators.fi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.fi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.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/symfony/src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.fr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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].'/src/AdminBundle/Resources/translations/messages.fr.yml'), => ($this->targetDirs[3].'/src/FournisseurBundle/Resources/translations/messages.fr.yml'), => ($this->targetDirs[3].'/src/PortailBundle/Resources/translations/messages.fr.yml'), => ($this->targetDirs[3].'/src/AcheteurBundle/Resources/translations/messages.fr.yml'), => ($this->targetDirs[3].'/app/Resources/translations/sidebar.fr.yml')], 'gl' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.gl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.gl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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/symfony/src/Symfony/Component/Validator/Resources/translations/validators.he.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.he.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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/symfony/src/Symfony/Component/Validator/Resources/translations/validators.hr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.hr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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/symfony/src/Symfony/Component/Validator/Resources/translations/validators.hu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.hu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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/symfony/src/Symfony/Component/Validator/Resources/translations/validators.hy.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.hy.xlf')], 'id' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.id.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.id.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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/symfony/src/Symfony/Component/Validator/Resources/translations/validators.it.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.it.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ja.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ja.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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/symfony/src/Symfony/Component/Validator/Resources/translations/validators.lb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.lb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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/symfony/src/Symfony/Component/Validator/Resources/translations/validators.lt.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.lt.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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/symfony/src/Symfony/Component/Validator/Resources/translations/validators.lv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.lv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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/symfony/src/Symfony/Component/Validator/Resources/translations/validators.mn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.mn.xlf')], 'nb' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.nb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.nb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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/symfony/src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.nl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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/symfony/src/Symfony/Component/Validator/Resources/translations/validators.nn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.nn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.nn.xlf')], 'no' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.no.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.no.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.no.xlf')], 'pl' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.pl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.pl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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/symfony/src/Symfony/Component/Validator/Resources/translations/validators.pt.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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/symfony/src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.pt_BR.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ro.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ro.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ru.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ru.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sq.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sq.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sr_Cyrl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sr_Cyrl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sr_Latn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sr_Latn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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/symfony/src/Symfony/Component/Validator/Resources/translations/validators.th.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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/symfony/src/Symfony/Component/Validator/Resources/translations/validators.tl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.tl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.tl.xlf')], 'tr' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.tr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.tr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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/symfony/src/Symfony/Component/Validator/Resources/translations/validators.uk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.uk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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/symfony/src/Symfony/Component/Validator/Resources/translations/validators.vi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.vi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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/symfony/src/Symfony/Component/Validator/Resources/translations/validators.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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/symfony/src/Symfony/Component/Validator/Resources/translations/validators.zh_TW.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.zh_TW.xlf'), => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.zh_TW.xlf')], 'pt_PT' => [=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/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')]]]);
  2161.         $instance->setConfigCacheFactory(${($_ = isset($this->services['config_cache_factory']) ? $this->services['config_cache_factory'] : $this->getConfigCacheFactoryService()) && false ?: '_'});
  2162.         $instance->setFallbackLocales([=> 'fr']);
  2163.         return $instance;
  2164.     }
  2165.     /**
  2166.      * Gets the private 'translator_listener' shared service.
  2167.      *
  2168.      * @return \Symfony\Component\HttpKernel\EventListener\TranslatorListener
  2169.      */
  2170.     protected function getTranslatorListenerService()
  2171.     {
  2172.         return $this->services['translator_listener'] = new \Symfony\Component\HttpKernel\EventListener\TranslatorListener(${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'});
  2173.     }
  2174.     /**
  2175.      * Gets the private 'twig.loader' shared service.
  2176.      *
  2177.      * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader
  2178.      */
  2179.     protected function getTwig_LoaderService()
  2180.     {
  2181.         $this->services['twig.loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(${($_ = isset($this->services['templating.locator']) ? $this->services['templating.locator'] : $this->getTemplating_LocatorService()) && false ?: '_'}, ${($_ = isset($this->services['templating.name_parser']) ? $this->services['templating.name_parser'] : ($this->services['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}))) && false ?: '_'}, $this->targetDirs[3]);
  2182.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views'), 'Framework');
  2183.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views'), '!Framework');
  2184.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views'), 'Security');
  2185.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views'), '!Security');
  2186.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views'), 'Twig');
  2187.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views'), '!Twig');
  2188.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  2189.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  2190.         $instance->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  2191.         $instance->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  2192.         $instance->addPath(($this->targetDirs[3].'/app/Resources/FOSUserBundle/views'), 'FOSUser');
  2193.         $instance->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  2194.         $instance->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  2195.         $instance->addPath(($this->targetDirs[3].'/src/AdminBundle/Resources/views'), 'Admin');
  2196.         $instance->addPath(($this->targetDirs[3].'/src/AdminBundle/Resources/views'), '!Admin');
  2197.         $instance->addPath(($this->targetDirs[3].'/src/FournisseurBundle/Resources/views'), 'Fournisseur');
  2198.         $instance->addPath(($this->targetDirs[3].'/src/FournisseurBundle/Resources/views'), '!Fournisseur');
  2199.         $instance->addPath(($this->targetDirs[3].'/src/PortailBundle/Resources/views'), 'Portail');
  2200.         $instance->addPath(($this->targetDirs[3].'/src/PortailBundle/Resources/views'), '!Portail');
  2201.         $instance->addPath(($this->targetDirs[3].'/src/AcheteurBundle/Resources/views'), 'Acheteur');
  2202.         $instance->addPath(($this->targetDirs[3].'/src/AcheteurBundle/Resources/views'), '!Acheteur');
  2203.         $instance->addPath(($this->targetDirs[3].'/src/ContactBundle/Resources/views'), 'Contact');
  2204.         $instance->addPath(($this->targetDirs[3].'/src/ContactBundle/Resources/views'), '!Contact');
  2205.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views'), 'Debug');
  2206.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views'), '!Debug');
  2207.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views'), 'WebProfiler');
  2208.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views'), '!WebProfiler');
  2209.         $instance->addPath(($this->targetDirs[3].'/app/Resources/views'));
  2210.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form'));
  2211.         return $instance;
  2212.     }
  2213.     /**
  2214.      * Gets the private 'twig.profile' shared service.
  2215.      *
  2216.      * @return \Twig\Profiler\Profile
  2217.      */
  2218.     protected function getTwig_ProfileService()
  2219.     {
  2220.         return $this->services['twig.profile'] = new \Twig\Profiler\Profile();
  2221.     }
  2222.     /**
  2223.      * Gets the private 'uri_signer' shared service.
  2224.      *
  2225.      * @return \Symfony\Component\HttpKernel\UriSigner
  2226.      */
  2227.     protected function getUriSignerService()
  2228.     {
  2229.         return $this->services['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('ThisTokenIsNotSoSecretChangeIt');
  2230.     }
  2231.     /**
  2232.      * Gets the private 'validate_request_listener' shared service.
  2233.      *
  2234.      * @return \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener
  2235.      */
  2236.     protected function getValidateRequestListenerService()
  2237.     {
  2238.         return $this->services['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener();
  2239.     }
  2240.     /**
  2241.      * Gets the private 'validator.builder' shared service.
  2242.      *
  2243.      * @return \Symfony\Component\Validator\ValidatorBuilderInterface
  2244.      */
  2245.     protected function getValidator_BuilderService()
  2246.     {
  2247.         $this->services['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2248.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\ServiceLocator(['Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => function () {
  2249.             return ${($_ = isset($this->services['doctrine.orm.validator.unique']) ? $this->services['doctrine.orm.validator.unique'] : $this->load('getDoctrine_Orm_Validator_UniqueService.php')) && false ?: '_'};
  2250.         }, 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => function () {
  2251.             return ${($_ = isset($this->services['security.validator.user_password']) ? $this->services['security.validator.user_password'] : $this->load('getSecurity_Validator_UserPasswordService.php')) && false ?: '_'};
  2252.         }, 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => function () {
  2253.             return ${($_ = isset($this->services['validator.email']) ? $this->services['validator.email'] : ($this->services['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator(false))) && false ?: '_'};
  2254.         }, 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => function () {
  2255.             return ${($_ = isset($this->services['validator.expression']) ? $this->services['validator.expression'] : ($this->services['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator())) && false ?: '_'};
  2256.         }, 'doctrine.orm.validator.unique' => function () {
  2257.             return ${($_ = isset($this->services['doctrine.orm.validator.unique']) ? $this->services['doctrine.orm.validator.unique'] : $this->load('getDoctrine_Orm_Validator_UniqueService.php')) && false ?: '_'};
  2258.         }, 'security.validator.user_password' => function () {
  2259.             return ${($_ = isset($this->services['security.validator.user_password']) ? $this->services['security.validator.user_password'] : $this->load('getSecurity_Validator_UserPasswordService.php')) && false ?: '_'};
  2260.         }, 'validator.expression' => function () {
  2261.             return ${($_ = isset($this->services['validator.expression']) ? $this->services['validator.expression'] : ($this->services['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator())) && false ?: '_'};
  2262.         }])));
  2263.         if ($this->has('translator')) {
  2264.             $instance->setTranslator(${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'});
  2265.         }
  2266.         $instance->setTranslationDomain('validators');
  2267.         $instance->addXmlMappings([=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/config/validation.xml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
  2268.         $instance->enableAnnotationMapping(${($_ = isset($this->services['annotation_reader']) ? $this->services['annotation_reader'] : $this->getAnnotationReaderService()) && false ?: '_'});
  2269.         $instance->addMethodMapping('loadValidatorMetadata');
  2270.         $instance->addObjectInitializers([=> ${($_ = isset($this->services['doctrine.orm.validator_initializer']) ? $this->services['doctrine.orm.validator_initializer'] : $this->getDoctrine_Orm_ValidatorInitializerService()) && false ?: '_'}, => new \FOS\UserBundle\Validator\Initializer(${($_ = isset($this->services['fos_user.util.canonical_fields_updater']) ? $this->services['fos_user.util.canonical_fields_updater'] : $this->getFosUser_Util_CanonicalFieldsUpdaterService()) && false ?: '_'})]);
  2271.         $instance->addXmlMapping(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  2272.         return $instance;
  2273.     }
  2274.     /**
  2275.      * Gets the private 'web_profiler.csp.handler' shared service.
  2276.      *
  2277.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2278.      */
  2279.     protected function getWebProfiler_Csp_HandlerService()
  2280.     {
  2281.         return $this->services['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2282.     }
  2283.     /**
  2284.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2285.      *
  2286.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2287.      */
  2288.     protected function getWebProfiler_DebugToolbarService()
  2289.     {
  2290.         return $this->services['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'}, false2'bottom', ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ${($_ = isset($this->services['web_profiler.csp.handler']) ? $this->services['web_profiler.csp.handler'] : $this->getWebProfiler_Csp_HandlerService()) && false ?: '_'});
  2291.     }
  2292.     public function getParameter($name)
  2293.     {
  2294.         $name = (string) $name;
  2295.         if (isset($this->buildParameters[$name])) {
  2296.             return $this->buildParameters[$name];
  2297.         }
  2298.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  2299.             $name $this->normalizeParameterName($name);
  2300.             if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  2301.                 throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2302.             }
  2303.         }
  2304.         if (isset($this->loadedDynamicParameters[$name])) {
  2305.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2306.         }
  2307.         return $this->parameters[$name];
  2308.     }
  2309.     public function hasParameter($name)
  2310.     {
  2311.         $name = (string) $name;
  2312.         if (isset($this->buildParameters[$name])) {
  2313.             return true;
  2314.         }
  2315.         $name $this->normalizeParameterName($name);
  2316.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  2317.     }
  2318.     public function setParameter($name$value)
  2319.     {
  2320.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2321.     }
  2322.     public function getParameterBag()
  2323.     {
  2324.         if (null === $this->parameterBag) {
  2325.             $parameters $this->parameters;
  2326.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2327.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2328.             }
  2329.             foreach ($this->buildParameters as $name => $value) {
  2330.                 $parameters[$name] = $value;
  2331.             }
  2332.             $this->parameterBag = new FrozenParameterBag($parameters);
  2333.         }
  2334.         return $this->parameterBag;
  2335.     }
  2336.     private $loadedDynamicParameters = [
  2337.         'kernel.root_dir' => false,
  2338.         'kernel.project_dir' => false,
  2339.         'kernel.cache_dir' => false,
  2340.         'kernel.logs_dir' => false,
  2341.         'kernel.bundles_metadata' => false,
  2342.         'images_directory' => false,
  2343.         'file_directory' => false,
  2344.         'session.save_path' => false,
  2345.         'validator.mapping.cache.file' => false,
  2346.         'translator.default_path' => false,
  2347.         'profiler.storage.dsn' => false,
  2348.         'debug.container.dump' => false,
  2349.         'router.resource' => false,
  2350.         'twig.default_path' => false,
  2351.         'swiftmailer.spool.default.memory.path' => false,
  2352.         'doctrine.orm.proxy_dir' => false,
  2353.     ];
  2354.     private $dynamicParameters = [];
  2355.     /**
  2356.      * Computes a dynamic parameter.
  2357.      *
  2358.      * @param string $name The name of the dynamic parameter to load
  2359.      *
  2360.      * @return mixed The value of the dynamic parameter
  2361.      *
  2362.      * @throws InvalidArgumentException When the dynamic parameter does not exist
  2363.      */
  2364.     private function getDynamicParameter($name)
  2365.     {
  2366.         switch ($name) {
  2367.             case 'kernel.root_dir'$value = ($this->targetDirs[3].'/app'); break;
  2368.             case 'kernel.project_dir'$value $this->targetDirs[3]; break;
  2369.             case 'kernel.cache_dir'$value $this->targetDirs[0]; break;
  2370.             case 'kernel.logs_dir'$value = ($this->targetDirs[2].'/logs'); break;
  2371.             case 'kernel.bundles_metadata'$value = [
  2372.                 'FrameworkBundle' => [
  2373.                     'parent' => NULL,
  2374.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle'),
  2375.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2376.                 ],
  2377.                 'SecurityBundle' => [
  2378.                     'parent' => NULL,
  2379.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle'),
  2380.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2381.                 ],
  2382.                 'TwigBundle' => [
  2383.                     'parent' => NULL,
  2384.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle'),
  2385.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2386.                 ],
  2387.                 'MonologBundle' => [
  2388.                     'parent' => NULL,
  2389.                     'path' => ($this->targetDirs[3].'/vendor/symfony/monolog-bundle'),
  2390.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2391.                 ],
  2392.                 'SwiftmailerBundle' => [
  2393.                     'parent' => NULL,
  2394.                     'path' => ($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle'),
  2395.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  2396.                 ],
  2397.                 'DoctrineBundle' => [
  2398.                     'parent' => NULL,
  2399.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle'),
  2400.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2401.                 ],
  2402.                 'SensioFrameworkExtraBundle' => [
  2403.                     'parent' => NULL,
  2404.                     'path' => ($this->targetDirs[3].'/vendor/sensio/framework-extra-bundle'),
  2405.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2406.                 ],
  2407.                 'FOSUserBundle' => [
  2408.                     'parent' => NULL,
  2409.                     'path' => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle'),
  2410.                     'namespace' => 'FOS\\UserBundle',
  2411.                 ],
  2412.                 'JMSSerializerBundle' => [
  2413.                     'parent' => NULL,
  2414.                     'path' => ($this->targetDirs[3].'/vendor/jms/serializer-bundle'),
  2415.                     'namespace' => 'JMS\\SerializerBundle',
  2416.                 ],
  2417.                 'JMSI18nRoutingBundle' => [
  2418.                     'parent' => NULL,
  2419.                     'path' => ($this->targetDirs[3].'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle'),
  2420.                     'namespace' => 'JMS\\I18nRoutingBundle',
  2421.                 ],
  2422.                 'AdminBundle' => [
  2423.                     'parent' => NULL,
  2424.                     'path' => ($this->targetDirs[3].'/src/AdminBundle'),
  2425.                     'namespace' => 'AdminBundle',
  2426.                 ],
  2427.                 'FournisseurBundle' => [
  2428.                     'parent' => NULL,
  2429.                     'path' => ($this->targetDirs[3].'/src/FournisseurBundle'),
  2430.                     'namespace' => 'FournisseurBundle',
  2431.                 ],
  2432.                 'PortailBundle' => [
  2433.                     'parent' => NULL,
  2434.                     'path' => ($this->targetDirs[3].'/src/PortailBundle'),
  2435.                     'namespace' => 'PortailBundle',
  2436.                 ],
  2437.                 'AcheteurBundle' => [
  2438.                     'parent' => NULL,
  2439.                     'path' => ($this->targetDirs[3].'/src/AcheteurBundle'),
  2440.                     'namespace' => 'AcheteurBundle',
  2441.                 ],
  2442.                 'ContactBundle' => [
  2443.                     'parent' => NULL,
  2444.                     'path' => ($this->targetDirs[3].'/src/ContactBundle'),
  2445.                     'namespace' => 'ContactBundle',
  2446.                 ],
  2447.                 'DebugBundle' => [
  2448.                     'parent' => NULL,
  2449.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle'),
  2450.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2451.                 ],
  2452.                 'WebProfilerBundle' => [
  2453.                     'parent' => NULL,
  2454.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle'),
  2455.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2456.                 ],
  2457.                 'SensioDistributionBundle' => [
  2458.                     'parent' => NULL,
  2459.                     'path' => ($this->targetDirs[3].'/vendor/sensio/distribution-bundle'),
  2460.                     'namespace' => 'Sensio\\Bundle\\DistributionBundle',
  2461.                 ],
  2462.                 'SensioGeneratorBundle' => [
  2463.                     'parent' => NULL,
  2464.                     'path' => ($this->targetDirs[3].'/vendor/sensio/generator-bundle'),
  2465.                     'namespace' => 'Sensio\\Bundle\\GeneratorBundle',
  2466.                 ],
  2467.                 'WebServerBundle' => [
  2468.                     'parent' => NULL,
  2469.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebServerBundle'),
  2470.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  2471.                 ],
  2472.             ]; break;
  2473.             case 'images_directory'$value = ($this->targetDirs[3].'/web/assets/files/images'); break;
  2474.             case 'file_directory'$value = ($this->targetDirs[3].'/web/assets/files/documents'); break;
  2475.             case 'session.save_path'$value = ($this->targetDirs[2].'/sessions/dev'); break;
  2476.             case 'validator.mapping.cache.file'$value = ($this->targetDirs[0].'/validation.php'); break;
  2477.             case 'translator.default_path'$value = ($this->targetDirs[3].'/translations'); break;
  2478.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDirs[0].'/profiler'); break;
  2479.             case 'debug.container.dump'$value = ($this->targetDirs[0].'/appDevDebugProjectContainer.xml'); break;
  2480.             case 'router.resource'$value = ($this->targetDirs[3].'/app/config/routing_dev.yml'); break;
  2481.             case 'twig.default_path'$value = ($this->targetDirs[3].'/templates'); break;
  2482.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDirs[0].'/swiftmailer/spool/default'); break;
  2483.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDirs[0].'/doctrine/orm/Proxies'); break;
  2484.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2485.         }
  2486.         $this->loadedDynamicParameters[$name] = true;
  2487.         return $this->dynamicParameters[$name] = $value;
  2488.     }
  2489.     private $normalizedParameterNames = [];
  2490.     private function normalizeParameterName($name)
  2491.     {
  2492.         if (isset($this->normalizedParameterNames[$normalizedName strtolower($name)]) || isset($this->parameters[$normalizedName]) || array_key_exists($normalizedName$this->parameters)) {
  2493.             $normalizedName = isset($this->normalizedParameterNames[$normalizedName]) ? $this->normalizedParameterNames[$normalizedName] : $normalizedName;
  2494.             if ((string) $name !== $normalizedName) {
  2495.                 @trigger_error(sprintf('Parameter names will be made case sensitive in Symfony 4.0. Using "%s" instead of "%s" is deprecated since Symfony 3.4.'$name$normalizedName), E_USER_DEPRECATED);
  2496.             }
  2497.         } else {
  2498.             $normalizedName $this->normalizedParameterNames[$normalizedName] = (string) $name;
  2499.         }
  2500.         return $normalizedName;
  2501.     }
  2502.     /**
  2503.      * Gets the default parameters.
  2504.      *
  2505.      * @return array An array of the default parameters
  2506.      */
  2507.     protected function getDefaultParameters()
  2508.     {
  2509.         return [
  2510.             'kernel.environment' => 'dev',
  2511.             'kernel.debug' => true,
  2512.             'kernel.name' => 'app',
  2513.             'kernel.bundles' => [
  2514.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2515.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2516.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2517.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2518.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  2519.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2520.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2521.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  2522.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  2523.                 'JMSI18nRoutingBundle' => 'JMS\\I18nRoutingBundle\\JMSI18nRoutingBundle',
  2524.                 'AdminBundle' => 'AdminBundle\\AdminBundle',
  2525.                 'FournisseurBundle' => 'FournisseurBundle\\FournisseurBundle',
  2526.                 'PortailBundle' => 'PortailBundle\\PortailBundle',
  2527.                 'AcheteurBundle' => 'AcheteurBundle\\AcheteurBundle',
  2528.                 'ContactBundle' => 'ContactBundle\\ContactBundle',
  2529.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2530.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2531.                 'SensioDistributionBundle' => 'Sensio\\Bundle\\DistributionBundle\\SensioDistributionBundle',
  2532.                 'SensioGeneratorBundle' => 'Sensio\\Bundle\\GeneratorBundle\\SensioGeneratorBundle',
  2533.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  2534.             ],
  2535.             'kernel.charset' => 'UTF-8',
  2536.             'kernel.container_class' => 'appDevDebugProjectContainer',
  2537.             'container.autowiring.strict_mode' => true,
  2538.             'container.dumper.inline_class_loader' => true,
  2539.             'database_host' => '102.50.248.165',
  2540.             'database_port' => 3306,
  2541.             'database_name' => 'dattes_DB',
  2542.             'database_user' => 'dattes',
  2543.             'database_password' => 'yandoc@2024',
  2544.             'mailer_transport' => 'smtp',
  2545.             'mailer_host' => 'smtp.gmail.com',
  2546.             'secret' => 'ThisTokenIsNotSoSecretChangeIt',
  2547.             'mailer_user' => '[email protected]',
  2548.             'mailer_password' => 'ldub vqro eivy vxrq',
  2549.             'locale' => 'fr',
  2550.             'fragment.renderer.hinclude.global_template' => NULL,
  2551.             'fragment.path' => '/_fragment',
  2552.             'kernel.secret' => 'ThisTokenIsNotSoSecretChangeIt',
  2553.             'kernel.http_method_override' => true,
  2554.             'kernel.trusted_hosts' => [
  2555.             ],
  2556.             'kernel.default_locale' => 'fr',
  2557.             'templating.helper.code.file_link_format' => NULL,
  2558.             'debug.file_link_format' => NULL,
  2559.             'session.metadata.storage_key' => '_sf2_meta',
  2560.             'session.storage.options' => [
  2561.                 'cache_limiter' => '0',
  2562.                 'cookie_lifetime' => 3600,
  2563.                 'cookie_httponly' => true,
  2564.                 'gc_probability' => 1,
  2565.             ],
  2566.             'session.metadata.update_threshold' => '0',
  2567.             'form.type_extension.csrf.enabled' => true,
  2568.             'form.type_extension.csrf.field_name' => '_token',
  2569.             'asset.request_context.base_path' => '',
  2570.             'asset.request_context.secure' => false,
  2571.             'templating.loader.cache.path' => NULL,
  2572.             'templating.engines' => [
  2573.                 => 'twig',
  2574.             ],
  2575.             'validator.mapping.cache.prefix' => '',
  2576.             'validator.translation_domain' => 'validators',
  2577.             'translator.logging' => true,
  2578.             'profiler_listener.only_exceptions' => false,
  2579.             'profiler_listener.only_master_requests' => false,
  2580.             'debug.error_handler.throw_at' => -1,
  2581.             'router.options.generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator',
  2582.             'router.options.generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator',
  2583.             'router.options.generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper',
  2584.             'router.options.matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher',
  2585.             'router.options.matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher',
  2586.             'router.options.matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper',
  2587.             'router.options.matcher.cache_class' => 'appDevDebugProjectContainerUrlMatcher',
  2588.             'router.options.generator.cache_class' => 'appDevDebugProjectContainerUrlGenerator',
  2589.             'router.request_context.host' => 'localhost',
  2590.             'router.request_context.scheme' => 'http',
  2591.             'router.request_context.base_url' => '',
  2592.             'router.cache_class_prefix' => 'appDevDebugProjectContainer',
  2593.             'request_listener.http_port' => 80,
  2594.             'request_listener.https_port' => 443,
  2595.             'security.authentication.trust_resolver.anonymous_class' => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken',
  2596.             'security.authentication.trust_resolver.rememberme_class' => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\RememberMeToken',
  2597.             'security.role_hierarchy.roles' => [
  2598.                 'ROLE_ADMIN' => [
  2599.                     => 'ROLE_USER',
  2600.                 ],
  2601.                 'ROLE_SUPER_ADMIN' => [
  2602.                     => 'ROLE_ADMIN',
  2603.                 ],
  2604.             ],
  2605.             'security.access.denied_url' => NULL,
  2606.             'security.authentication.manager.erase_credentials' => true,
  2607.             'security.authentication.session_strategy.strategy' => 'migrate',
  2608.             'security.access.always_authenticate_before_granting' => false,
  2609.             'security.authentication.hide_user_not_found' => true,
  2610.             'twig.exception_listener.controller' => 'twig.controller.exception:showAction',
  2611.             'twig.form.resources' => [
  2612.                 => 'form_div_layout.html.twig',
  2613.                 => 'bootstrap_4_layout.html.twig',
  2614.             ],
  2615.             'monolog.use_microseconds' => true,
  2616.             'monolog.swift_mailer.handlers' => [
  2617.             ],
  2618.             'monolog.handlers_to_channels' => [
  2619.                 'monolog.handler.server_log' => NULL,
  2620.                 'monolog.handler.console' => [
  2621.                     'type' => 'exclusive',
  2622.                     'elements' => [
  2623.                         => 'event',
  2624.                         => 'doctrine',
  2625.                         => 'console',
  2626.                     ],
  2627.                 ],
  2628.                 'monolog.handler.main' => [
  2629.                     'type' => 'exclusive',
  2630.                     'elements' => [
  2631.                         => 'event',
  2632.                     ],
  2633.                 ],
  2634.             ],
  2635.             'swiftmailer.class' => 'Swift_Mailer',
  2636.             'swiftmailer.transport.sendmail.class' => 'Swift_Transport_SendmailTransport',
  2637.             'swiftmailer.transport.mail.class' => 'Swift_Transport_MailTransport',
  2638.             'swiftmailer.transport.failover.class' => 'Swift_Transport_FailoverTransport',
  2639.             'swiftmailer.plugin.redirecting.class' => 'Swift_Plugins_RedirectingPlugin',
  2640.             'swiftmailer.plugin.impersonate.class' => 'Swift_Plugins_ImpersonatePlugin',
  2641.             'swiftmailer.plugin.messagelogger.class' => 'Swift_Plugins_MessageLogger',
  2642.             'swiftmailer.plugin.antiflood.class' => 'Swift_Plugins_AntiFloodPlugin',
  2643.             'swiftmailer.transport.smtp.class' => 'Swift_Transport_EsmtpTransport',
  2644.             'swiftmailer.plugin.blackhole.class' => 'Swift_Plugins_BlackholePlugin',
  2645.             'swiftmailer.spool.file.class' => 'Swift_FileSpool',
  2646.             'swiftmailer.spool.memory.class' => 'Swift_MemorySpool',
  2647.             'swiftmailer.email_sender.listener.class' => 'Symfony\\Bundle\\SwiftmailerBundle\\EventListener\\EmailSenderListener',
  2648.             'swiftmailer.data_collector.class' => 'Symfony\\Bundle\\SwiftmailerBundle\\DataCollector\\MessageDataCollector',
  2649.             'swiftmailer.mailer.default.transport.name' => 'smtp',
  2650.             'swiftmailer.mailer.default.transport.smtp.encryption' => NULL,
  2651.             'swiftmailer.mailer.default.transport.smtp.port' => 25,
  2652.             'swiftmailer.mailer.default.transport.smtp.host' => 'smtp.gmail.com',
  2653.             'swiftmailer.mailer.default.transport.smtp.username' => '[email protected]',
  2654.             'swiftmailer.mailer.default.transport.smtp.password' => 'ldub vqro eivy vxrq',
  2655.             'swiftmailer.mailer.default.transport.smtp.auth_mode' => NULL,
  2656.             'swiftmailer.mailer.default.transport.smtp.timeout' => 30,
  2657.             'swiftmailer.mailer.default.transport.smtp.source_ip' => NULL,
  2658.             'swiftmailer.mailer.default.transport.smtp.local_domain' => NULL,
  2659.             'swiftmailer.mailer.default.spool.enabled' => true,
  2660.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  2661.             'swiftmailer.mailer.default.single_address' => '[email protected]',
  2662.             'swiftmailer.mailer.default.delivery_addresses' => [
  2663.                 => '[email protected]',
  2664.             ],
  2665.             'swiftmailer.mailer.default.delivery_whitelist' => [
  2666.             ],
  2667.             'swiftmailer.mailer.default.delivery.enabled' => true,
  2668.             'swiftmailer.spool.enabled' => true,
  2669.             'swiftmailer.delivery.enabled' => true,
  2670.             'swiftmailer.single_address' => '[email protected]',
  2671.             'swiftmailer.mailers' => [
  2672.                 'default' => 'swiftmailer.mailer.default',
  2673.             ],
  2674.             'swiftmailer.default_mailer' => 'default',
  2675.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2676.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  2677.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2678.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  2679.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  2680.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  2681.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  2682.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  2683.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  2684.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2685.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  2686.             'doctrine_cache.memcache.host' => 'localhost',
  2687.             'doctrine_cache.memcache.port' => 11211,
  2688.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2689.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  2690.             'doctrine_cache.memcached.host' => 'localhost',
  2691.             'doctrine_cache.memcached.port' => 11211,
  2692.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  2693.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  2694.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  2695.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  2696.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  2697.             'doctrine_cache.predis.scheme' => 'tcp',
  2698.             'doctrine_cache.predis.host' => 'localhost',
  2699.             'doctrine_cache.predis.port' => 6379,
  2700.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2701.             'doctrine_cache.redis.connection.class' => 'Redis',
  2702.             'doctrine_cache.redis.host' => 'localhost',
  2703.             'doctrine_cache.redis.port' => 6379,
  2704.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  2705.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  2706.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  2707.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  2708.             'doctrine_cache.riak.host' => 'localhost',
  2709.             'doctrine_cache.riak.port' => 8087,
  2710.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  2711.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  2712.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  2713.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2714.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2715.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2716.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  2717.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  2718.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  2719.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  2720.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2721.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2722.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2723.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2724.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2725.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2726.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2727.             'doctrine.entity_managers' => [
  2728.                 'default' => 'doctrine.orm.default_entity_manager',
  2729.             ],
  2730.             'doctrine.default_entity_manager' => 'default',
  2731.             'doctrine.dbal.connection_factory.types' => [
  2732.             ],
  2733.             'doctrine.connections' => [
  2734.                 'default' => 'doctrine.dbal.default_connection',
  2735.             ],
  2736.             'doctrine.default_connection' => 'default',
  2737.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2738.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2739.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2740.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2741.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2742.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2743.             'doctrine.orm.cache.memcache_host' => 'localhost',
  2744.             'doctrine.orm.cache.memcache_port' => 11211,
  2745.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2746.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2747.             'doctrine.orm.cache.memcached_host' => 'localhost',
  2748.             'doctrine.orm.cache.memcached_port' => 11211,
  2749.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2750.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2751.             'doctrine.orm.cache.redis_host' => 'localhost',
  2752.             'doctrine.orm.cache.redis_port' => 6379,
  2753.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2754.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2755.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2756.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2757.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2758.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2759.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2760.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2761.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2762.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2763.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2764.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2765.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2766.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2767.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2768.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2769.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2770.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2771.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2772.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2773.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2774.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2775.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2776.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2777.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2778.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2779.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2780.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2781.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2782.             'doctrine.orm.auto_generate_proxy_classes' => true,
  2783.             'doctrine.orm.proxy_namespace' => 'Proxies',
  2784.             'fos_user.backend_type_orm' => true,
  2785.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  2786.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  2787.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  2788.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  2789.             'fos_user.storage' => 'orm',
  2790.             'fos_user.firewall_name' => 'main',
  2791.             'fos_user.model_manager_name' => NULL,
  2792.             'fos_user.model.user.class' => 'AdminBundle\\Entity\\User',
  2793.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  2794.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  2795.             'fos_user.profile.form.validation_groups' => [
  2796.                 => 'Profile',
  2797.                 => 'Default',
  2798.             ],
  2799.             'fos_user.registration.confirmation.from_email' => [
  2800.                 '[email protected]=> 'anass',
  2801.             ],
  2802.             'fos_user.registration.confirmation.enabled' => false,
  2803.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  2804.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  2805.             'fos_user.registration.form.validation_groups' => [
  2806.                 => 'Registration',
  2807.                 => 'Default',
  2808.             ],
  2809.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  2810.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  2811.             'fos_user.change_password.form.validation_groups' => [
  2812.                 => 'ChangePassword',
  2813.                 => 'Default',
  2814.             ],
  2815.             'fos_user.resetting.email.from_email' => [
  2816.                 '[email protected]=> 'anass',
  2817.             ],
  2818.             'fos_user.resetting.retry_ttl' => 7200,
  2819.             'fos_user.resetting.token_ttl' => 86400,
  2820.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  2821.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  2822.             'fos_user.resetting.form.validation_groups' => [
  2823.                 => 'ResetPassword',
  2824.                 => 'Default',
  2825.             ],
  2826.             'jms_serializer.metadata.file_locator.class' => 'Metadata\\Driver\\FileLocator',
  2827.             'jms_serializer.metadata.annotation_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\AnnotationDriver',
  2828.             'jms_serializer.metadata.chain_driver.class' => 'Metadata\\Driver\\DriverChain',
  2829.             'jms_serializer.metadata.yaml_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\YamlDriver',
  2830.             'jms_serializer.metadata.xml_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\XmlDriver',
  2831.             'jms_serializer.metadata.php_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\PhpDriver',
  2832.             'jms_serializer.metadata.doctrine_type_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\DoctrineTypeDriver',
  2833.             'jms_serializer.metadata.doctrine_phpcr_type_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\DoctrinePHPCRTypeDriver',
  2834.             'jms_serializer.metadata.lazy_loading_driver.class' => 'Metadata\\Driver\\LazyLoadingDriver',
  2835.             'jms_serializer.metadata.metadata_factory.class' => 'Metadata\\MetadataFactory',
  2836.             'jms_serializer.metadata.cache.file_cache.class' => 'Metadata\\Cache\\FileCache',
  2837.             'jms_serializer.event_dispatcher.class' => 'JMS\\Serializer\\EventDispatcher\\LazyEventDispatcher',
  2838.             'jms_serializer.camel_case_naming_strategy.class' => 'JMS\\Serializer\\Naming\\CamelCaseNamingStrategy',
  2839.             'jms_serializer.identical_property_naming_strategy.class' => 'JMS\\Serializer\\Naming\\IdenticalPropertyNamingStrategy',
  2840.             'jms_serializer.serialized_name_annotation_strategy.class' => 'JMS\\Serializer\\Naming\\SerializedNameAnnotationStrategy',
  2841.             'jms_serializer.cache_naming_strategy.class' => 'JMS\\Serializer\\Naming\\CacheNamingStrategy',
  2842.             'jms_serializer.doctrine_object_constructor.class' => 'JMS\\Serializer\\Construction\\DoctrineObjectConstructor',
  2843.             'jms_serializer.unserialize_object_constructor.class' => 'JMS\\Serializer\\Construction\\UnserializeObjectConstructor',
  2844.             'jms_serializer.version_exclusion_strategy.class' => 'JMS\\Serializer\\Exclusion\\VersionExclusionStrategy',
  2845.             'jms_serializer.serializer.class' => 'JMS\\Serializer\\Serializer',
  2846.             'jms_serializer.twig_extension.class' => 'JMS\\Serializer\\Twig\\SerializerExtension',
  2847.             'jms_serializer.twig_runtime_extension.class' => 'JMS\\Serializer\\Twig\\SerializerRuntimeExtension',
  2848.             'jms_serializer.twig_runtime_extension_helper.class' => 'JMS\\Serializer\\Twig\\SerializerRuntimeHelper',
  2849.             'jms_serializer.templating.helper.class' => 'JMS\\SerializerBundle\\Templating\\SerializerHelper',
  2850.             'jms_serializer.json_serialization_visitor.class' => 'JMS\\Serializer\\JsonSerializationVisitor',
  2851.             'jms_serializer.json_serialization_visitor.options' => 0,
  2852.             'jms_serializer.json_deserialization_visitor.class' => 'JMS\\Serializer\\JsonDeserializationVisitor',
  2853.             'jms_serializer.xml_serialization_visitor.class' => 'JMS\\Serializer\\XmlSerializationVisitor',
  2854.             'jms_serializer.xml_deserialization_visitor.class' => 'JMS\\Serializer\\XmlDeserializationVisitor',
  2855.             'jms_serializer.xml_deserialization_visitor.doctype_whitelist' => [
  2856.             ],
  2857.             'jms_serializer.xml_serialization_visitor.format_output' => true,
  2858.             'jms_serializer.yaml_serialization_visitor.class' => 'JMS\\Serializer\\YamlSerializationVisitor',
  2859.             'jms_serializer.handler_registry.class' => 'JMS\\Serializer\\Handler\\LazyHandlerRegistry',
  2860.             'jms_serializer.datetime_handler.class' => 'JMS\\Serializer\\Handler\\DateHandler',
  2861.             'jms_serializer.array_collection_handler.class' => 'JMS\\Serializer\\Handler\\ArrayCollectionHandler',
  2862.             'jms_serializer.php_collection_handler.class' => 'JMS\\Serializer\\Handler\\PhpCollectionHandler',
  2863.             'jms_serializer.form_error_handler.class' => 'JMS\\Serializer\\Handler\\FormErrorHandler',
  2864.             'jms_serializer.constraint_violation_handler.class' => 'JMS\\Serializer\\Handler\\ConstraintViolationHandler',
  2865.             'jms_serializer.doctrine_proxy_subscriber.class' => 'JMS\\Serializer\\EventDispatcher\\Subscriber\\DoctrineProxySubscriber',
  2866.             'jms_serializer.stopwatch_subscriber.class' => 'JMS\\SerializerBundle\\Serializer\\StopwatchEventSubscriber',
  2867.             'jms_serializer.configured_context_factory.class' => 'JMS\\SerializerBundle\\ContextFactory\\ConfiguredContextFactory',
  2868.             'jms_serializer.expression_evaluator.class' => 'JMS\\Serializer\\Expression\\ExpressionEvaluator',
  2869.             'jms_serializer.expression_language.class' => 'Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage',
  2870.             'jms_serializer.expression_language.function_provider.class' => 'JMS\\SerializerBundle\\ExpressionLanguage\\BasicSerializerFunctionsProvider',
  2871.             'jms_serializer.accessor_strategy.default.class' => 'JMS\\Serializer\\Accessor\\DefaultAccessorStrategy',
  2872.             'jms_serializer.accessor_strategy.expression.class' => 'JMS\\Serializer\\Accessor\\ExpressionAccessorStrategy',
  2873.             'jms_serializer.cache.cache_warmer.class' => 'JMS\\SerializerBundle\\Cache\\CacheWarmer',
  2874.             'jms_i18n_routing.router.class' => 'JMS\\I18nRoutingBundle\\Router\\I18nRouter',
  2875.             'jms_i18n_routing.locale_resolver.class' => 'JMS\\I18nRoutingBundle\\Router\\DefaultLocaleResolver',
  2876.             'jms_i18n_routing.loader.class' => 'JMS\\I18nRoutingBundle\\Router\\I18nLoader',
  2877.             'jms_i18n_routing.route_exclusion_strategy.class' => 'JMS\\I18nRoutingBundle\\Router\\DefaultRouteExclusionStrategy',
  2878.             'jms_i18n_routing.pattern_generation_strategy.class' => 'JMS\\I18nRoutingBundle\\Router\\DefaultPatternGenerationStrategy',
  2879.             'jms_i18n_routing.locale_choosing_listener.class' => 'JMS\\I18nRoutingBundle\\EventListener\\LocaleChoosingListener',
  2880.             'jms_i18n_routing.cookie_setting_listener.class' => 'JMS\\I18nRoutingBundle\\EventListener\\CookieSettingListener',
  2881.             'jms_i18n_routing.route_translation_extractor.class' => 'JMS\\I18nRoutingBundle\\Translation\\RouteTranslationExtractor',
  2882.             'jms_i18n_routing.default_locale' => 'fr',
  2883.             'jms_i18n_routing.locales' => [
  2884.                 => 'fr',
  2885.                 => 'ar',
  2886.                 => 'en',
  2887.             ],
  2888.             'jms_i18n_routing.catalogue' => 'routes',
  2889.             'jms_i18n_routing.strategy' => 'prefix_except_default',
  2890.             'jms_i18n_routing.redirect_to_host' => true,
  2891.             'jms_i18n_routing.cookie.name' => 'hl',
  2892.             'web_profiler.debug_toolbar.position' => 'bottom',
  2893.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  2894.             'web_profiler.debug_toolbar.mode' => 2,
  2895.             'data_collector.templates' => [
  2896.                 'data_collector.request' => [
  2897.                     => 'request',
  2898.                     => '@WebProfiler/Collector/request.html.twig',
  2899.                 ],
  2900.                 'data_collector.time' => [
  2901.                     => 'time',
  2902.                     => '@WebProfiler/Collector/time.html.twig',
  2903.                 ],
  2904.                 'data_collector.memory' => [
  2905.                     => 'memory',
  2906.                     => '@WebProfiler/Collector/memory.html.twig',
  2907.                 ],
  2908.                 'data_collector.validator' => [
  2909.                     => 'validator',
  2910.                     => '@WebProfiler/Collector/validator.html.twig',
  2911.                 ],
  2912.                 'data_collector.ajax' => [
  2913.                     => 'ajax',
  2914.                     => '@WebProfiler/Collector/ajax.html.twig',
  2915.                 ],
  2916.                 'data_collector.form' => [
  2917.                     => 'form',
  2918.                     => '@WebProfiler/Collector/form.html.twig',
  2919.                 ],
  2920.                 'data_collector.exception' => [
  2921.                     => 'exception',
  2922.                     => '@WebProfiler/Collector/exception.html.twig',
  2923.                 ],
  2924.                 'data_collector.logger' => [
  2925.                     => 'logger',
  2926.                     => '@WebProfiler/Collector/logger.html.twig',
  2927.                 ],
  2928.                 'data_collector.events' => [
  2929.                     => 'events',
  2930.                     => '@WebProfiler/Collector/events.html.twig',
  2931.                 ],
  2932.                 'data_collector.router' => [
  2933.                     => 'router',
  2934.                     => '@WebProfiler/Collector/router.html.twig',
  2935.                 ],
  2936.                 'data_collector.cache' => [
  2937.                     => 'cache',
  2938.                     => '@WebProfiler/Collector/cache.html.twig',
  2939.                 ],
  2940.                 'data_collector.translation' => [
  2941.                     => 'translation',
  2942.                     => '@WebProfiler/Collector/translation.html.twig',
  2943.                 ],
  2944.                 'data_collector.security' => [
  2945.                     => 'security',
  2946.                     => '@Security/Collector/security.html.twig',
  2947.                 ],
  2948.                 'data_collector.twig' => [
  2949.                     => 'twig',
  2950.                     => '@WebProfiler/Collector/twig.html.twig',
  2951.                 ],
  2952.                 'data_collector.doctrine' => [
  2953.                     => 'db',
  2954.                     => '@Doctrine/Collector/db.html.twig',
  2955.                 ],
  2956.                 'swiftmailer.data_collector' => [
  2957.                     => 'swiftmailer',
  2958.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  2959.                 ],
  2960.                 'data_collector.dump' => [
  2961.                     => 'dump',
  2962.                     => '@Debug/Profiler/dump.html.twig',
  2963.                 ],
  2964.                 'data_collector.config' => [
  2965.                     => 'config',
  2966.                     => '@WebProfiler/Collector/config.html.twig',
  2967.                 ],
  2968.             ],
  2969.             'console.command.ids' => [
  2970.                 'console.command.symfony_bundle_frameworkbundle_command_aboutcommand' => 'console.command.about',
  2971.                 'console.command.symfony_bundle_frameworkbundle_command_assetsinstallcommand' => 'console.command.assets_install',
  2972.                 'console.command.symfony_bundle_frameworkbundle_command_cacheclearcommand' => 'console.command.cache_clear',
  2973.                 'console.command.symfony_bundle_frameworkbundle_command_cachepoolclearcommand' => 'console.command.cache_pool_clear',
  2974.                 'console.command.symfony_bundle_frameworkbundle_command_cachepoolprunecommand' => 'console.command.cache_pool_prune',
  2975.                 'console.command.symfony_bundle_frameworkbundle_command_cachewarmupcommand' => 'console.command.cache_warmup',
  2976.                 'console.command.symfony_bundle_frameworkbundle_command_configdebugcommand' => 'console.command.config_debug',
  2977.                 'console.command.symfony_bundle_frameworkbundle_command_configdumpreferencecommand' => 'console.command.config_dump_reference',
  2978.                 'console.command.symfony_bundle_frameworkbundle_command_containerdebugcommand' => 'console.command.container_debug',
  2979.                 'console.command.symfony_bundle_frameworkbundle_command_debugautowiringcommand' => 'console.command.debug_autowiring',
  2980.                 'console.command.symfony_bundle_frameworkbundle_command_eventdispatcherdebugcommand' => 'console.command.event_dispatcher_debug',
  2981.                 'console.command.symfony_bundle_frameworkbundle_command_routerdebugcommand' => 'console.command.router_debug',
  2982.                 'console.command.symfony_bundle_frameworkbundle_command_routermatchcommand' => 'console.command.router_match',
  2983.                 'console.command.symfony_bundle_frameworkbundle_command_translationdebugcommand' => 'console.command.translation_debug',
  2984.                 'console.command.symfony_bundle_frameworkbundle_command_translationupdatecommand' => 'console.command.translation_update',
  2985.                 'console.command.symfony_bundle_frameworkbundle_command_xlifflintcommand' => 'console.command.xliff_lint',
  2986.                 'console.command.symfony_bundle_frameworkbundle_command_yamllintcommand' => 'console.command.yaml_lint',
  2987.                 'console.command.symfony_component_form_command_debugcommand' => 'console.command.form_debug',
  2988.                 'console.command.symfony_bundle_securitybundle_command_userpasswordencodercommand' => 'security.command.user_password_encoder',
  2989.                 'console.command.symfony_bridge_twig_command_debugcommand' => 'twig.command.debug',
  2990.                 'console.command.symfony_bundle_twigbundle_command_lintcommand' => 'twig.command.lint',
  2991.                 'console.command.doctrine_bundle_doctrinecachebundle_command_containscommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_containscommand',
  2992.                 'console.command.doctrine_bundle_doctrinecachebundle_command_deletecommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_deletecommand',
  2993.                 'console.command.doctrine_bundle_doctrinecachebundle_command_flushcommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_flushcommand',
  2994.                 'console.command.doctrine_bundle_doctrinecachebundle_command_statscommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_statscommand',
  2995.                 'console.command.doctrine_bundle_doctrinebundle_command_createdatabasedoctrinecommand' => 'doctrine.database_create_command',
  2996.                 'console.command.doctrine_bundle_doctrinebundle_command_dropdatabasedoctrinecommand' => 'doctrine.database_drop_command',
  2997.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_importdoctrinecommand' => 'doctrine.database_import_command',
  2998.                 'console.command.doctrine_bundle_doctrinebundle_command_generateentitiesdoctrinecommand' => 'doctrine.generate_entities_command',
  2999.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_runsqldoctrinecommand' => 'doctrine.query_sql_command',
  3000.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_clearmetadatacachedoctrinecommand' => 'doctrine.cache_clear_metadata_command',
  3001.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_clearquerycachedoctrinecommand' => 'doctrine.cache_clear_query_cache_command',
  3002.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_clearresultcachedoctrinecommand' => 'doctrine.cache_clear_result_command',
  3003.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_collectionregiondoctrinecommand' => 'doctrine.cache_collection_region_command',
  3004.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_convertmappingdoctrinecommand' => 'doctrine.mapping_convert_command',
  3005.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_createschemadoctrinecommand' => 'doctrine.schema_create_command',
  3006.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_dropschemadoctrinecommand' => 'doctrine.schema_drop_command',
  3007.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_ensureproductionsettingsdoctrinecommand' => 'doctrine.ensure_production_settings_command',
  3008.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_entityregioncachedoctrinecommand' => 'doctrine.clear_entity_region_command',
  3009.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_infodoctrinecommand' => 'doctrine.mapping_info_command',
  3010.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_queryregioncachedoctrinecommand' => 'doctrine.clear_query_region_command',
  3011.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_rundqldoctrinecommand' => 'doctrine.query_dql_command',
  3012.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_updateschemadoctrinecommand' => 'doctrine.schema_update_command',
  3013.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_validateschemacommand' => 'doctrine.schema_validate_command',
  3014.                 'console.command.doctrine_bundle_doctrinebundle_command_importmappingdoctrinecommand' => 'doctrine.mapping_import_command',
  3015.                 'console.command.fos_userbundle_command_activateusercommand' => 'fos_user.command.activate_user',
  3016.                 'console.command.fos_userbundle_command_changepasswordcommand' => 'fos_user.command.change_password',
  3017.                 'console.command.fos_userbundle_command_createusercommand' => 'fos_user.command.create_user',
  3018.                 'console.command.fos_userbundle_command_deactivateusercommand' => 'fos_user.command.deactivate_user',
  3019.                 'console.command.fos_userbundle_command_demoteusercommand' => 'fos_user.command.demote_user',
  3020.                 'console.command.fos_userbundle_command_promoteusercommand' => 'fos_user.command.promote_user',
  3021.                 'console.command.sensiolabs_security_command_securitycheckercommand' => 'sensio_distribution.security_checker.command',
  3022.                 'console.command.symfony_bundle_webserverbundle_command_serverruncommand' => 'web_server.command.server_run',
  3023.                 'console.command.symfony_bundle_webserverbundle_command_serverstartcommand' => 'web_server.command.server_start',
  3024.                 'console.command.symfony_bundle_webserverbundle_command_serverstopcommand' => 'web_server.command.server_stop',
  3025.                 'console.command.symfony_bundle_webserverbundle_command_serverstatuscommand' => 'web_server.command.server_status',
  3026.                 'console.command.symfony_bundle_webserverbundle_command_serverlogcommand' => 'web_server.command.server_log',
  3027.             ],
  3028.             'console.lazy_command.ids' => [
  3029.                 'console.command.about' => true,
  3030.                 'console.command.assets_install' => true,
  3031.                 'console.command.cache_clear' => true,
  3032.                 'console.command.cache_pool_clear' => true,
  3033.                 'console.command.cache_pool_prune' => true,
  3034.                 'console.command.cache_warmup' => true,
  3035.                 'console.command.config_debug' => true,
  3036.                 'console.command.config_dump_reference' => true,
  3037.                 'console.command.container_debug' => true,
  3038.                 'console.command.debug_autowiring' => true,
  3039.                 'console.command.event_dispatcher_debug' => true,
  3040.                 'console.command.router_debug' => true,
  3041.                 'console.command.router_match' => true,
  3042.                 'console.command.translation_debug' => true,
  3043.                 'console.command.translation_update' => true,
  3044.                 'console.command.xliff_lint' => true,
  3045.                 'console.command.yaml_lint' => true,
  3046.                 'console.command.form_debug' => true,
  3047.                 'security.command.user_password_encoder' => true,
  3048.                 'twig.command.debug' => true,
  3049.                 'twig.command.lint' => true,
  3050.                 'doctrine.database_create_command' => true,
  3051.                 'doctrine.database_drop_command' => true,
  3052.                 'doctrine.database_import_command' => true,
  3053.                 'doctrine.generate_entities_command' => true,
  3054.                 'doctrine.query_sql_command' => true,
  3055.                 'doctrine.cache_clear_metadata_command' => true,
  3056.                 'doctrine.cache_clear_query_cache_command' => true,
  3057.                 'doctrine.cache_clear_result_command' => true,
  3058.                 'doctrine.cache_collection_region_command' => true,
  3059.                 'doctrine.mapping_convert_command' => true,
  3060.                 'doctrine.schema_create_command' => true,
  3061.                 'doctrine.schema_drop_command' => true,
  3062.                 'doctrine.ensure_production_settings_command' => true,
  3063.                 'doctrine.clear_entity_region_command' => true,
  3064.                 'doctrine.mapping_info_command' => true,
  3065.                 'doctrine.clear_query_region_command' => true,
  3066.                 'doctrine.query_dql_command' => true,
  3067.                 'doctrine.schema_update_command' => true,
  3068.                 'doctrine.schema_validate_command' => true,
  3069.                 'doctrine.mapping_import_command' => true,
  3070.                 'fos_user.command.activate_user' => true,
  3071.                 'fos_user.command.change_password' => true,
  3072.                 'fos_user.command.create_user' => true,
  3073.                 'fos_user.command.deactivate_user' => true,
  3074.                 'fos_user.command.demote_user' => true,
  3075.                 'fos_user.command.promote_user' => true,
  3076.                 'sensio_distribution.security_checker.command' => true,
  3077.                 'web_server.command.server_run' => true,
  3078.                 'web_server.command.server_start' => true,
  3079.                 'web_server.command.server_stop' => true,
  3080.                 'web_server.command.server_status' => true,
  3081.                 'web_server.command.server_log' => true,
  3082.             ],
  3083.         ];
  3084.     }
  3085. }