var/cache/dev/ContainerAgstufj/appDevDebugProjectContainer.php line 1230

Open in your IDE?
  1. <?php
  2. namespace ContainerAgstufj;
  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.             'appbundle\\controller\\bookingcategorycontroller' => 'AppBundle\\Controller\\BookingCategoryController',
  34.             'appbundle\\controller\\bookingcontroller' => 'AppBundle\\Controller\\BookingController',
  35.             'appbundle\\controller\\bookingstatuscontroller' => 'AppBundle\\Controller\\BookingStatusController',
  36.             'appbundle\\controller\\bookingtypecontroller' => 'AppBundle\\Controller\\BookingTypeController',
  37.             'appbundle\\controller\\clientcontroller' => 'AppBundle\\Controller\\ClientController',
  38.             'appbundle\\controller\\defaultcontroller' => 'AppBundle\\Controller\\DefaultController',
  39.             'appbundle\\controller\\dispositioncontroller' => 'AppBundle\\Controller\\DispositionController',
  40.             'appbundle\\controller\\equipmentcontroller' => 'AppBundle\\Controller\\EquipmentController',
  41.             'appbundle\\controller\\invoicecontroller' => 'AppBundle\\Controller\\InvoiceController',
  42.             'appbundle\\controller\\restorationcontroller' => 'AppBundle\\Controller\\RestorationController',
  43.             'appbundle\\controller\\restorationtypecontroller' => 'AppBundle\\Controller\\RestorationTypeController',
  44.             'appbundle\\controller\\roomcontroller' => 'AppBundle\\Controller\\RoomController',
  45.             'appbundle\\controller\\tagcontroller' => 'AppBundle\\Controller\\TagController',
  46.             'appbundle\\controller\\usercontroller' => 'AppBundle\\Controller\\UserController',
  47.             'appbundle\\eventlistener\\registrationconfirmlistener' => 'AppBundle\\EventListener\\RegistrationConfirmListener',
  48.             'appbundle\\form\\bookingcategorytype' => 'AppBundle\\Form\\BookingCategoryType',
  49.             'appbundle\\form\\bookingstatustype' => 'AppBundle\\Form\\BookingStatusType',
  50.             'appbundle\\form\\bookingtype' => 'AppBundle\\Form\\BookingType',
  51.             'appbundle\\form\\bookingtypetype' => 'AppBundle\\Form\\BookingTypeType',
  52.             'appbundle\\form\\clienttype' => 'AppBundle\\Form\\ClientType',
  53.             'appbundle\\form\\dispositiontype' => 'AppBundle\\Form\\DispositionType',
  54.             'appbundle\\form\\equipmenttype' => 'AppBundle\\Form\\EquipmentType',
  55.             'appbundle\\form\\restorationtype' => 'AppBundle\\Form\\RestorationType',
  56.             'appbundle\\form\\restorationtypetype' => 'AppBundle\\Form\\RestorationTypeType',
  57.             'appbundle\\form\\roomcombinationtype' => 'AppBundle\\Form\\RoomCombinationType',
  58.             'appbundle\\form\\roomtype' => 'AppBundle\\Form\\RoomType',
  59.             'appbundle\\form\\tagtype' => 'AppBundle\\Form\\TagType',
  60.             'knp\\snappy\\image' => 'Knp\\Snappy\\Image',
  61.             'knp\\snappy\\pdf' => 'Knp\\Snappy\\Pdf',
  62.             'symfony\\bundle\\frameworkbundle\\controller\\redirectcontroller' => 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController',
  63.             'symfony\\bundle\\frameworkbundle\\controller\\templatecontroller' => 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController',
  64.         ];
  65.         $this->syntheticIds = [
  66.             'kernel' => true,
  67.         ];
  68.         $this->methodMap = [
  69.             'annotation_reader' => 'getAnnotationReaderService',
  70.             'annotations.reader' => 'getAnnotations_ReaderService',
  71.             'argument_metadata_factory' => 'getArgumentMetadataFactoryService',
  72.             'assets.context' => 'getAssets_ContextService',
  73.             'assets.packages' => 'getAssets_PackagesService',
  74.             'cache.annotations' => 'getCache_AnnotationsService',
  75.             'cache.app' => 'getCache_AppService',
  76.             'cache.doctrine.orm.default.metadata' => 'getCache_Doctrine_Orm_Default_MetadataService',
  77.             'cache.doctrine.orm.default.query' => 'getCache_Doctrine_Orm_Default_QueryService',
  78.             'cache.doctrine.orm.default.result' => 'getCache_Doctrine_Orm_Default_ResultService',
  79.             'cache.serializer' => 'getCache_SerializerService',
  80.             'cache.system' => 'getCache_SystemService',
  81.             'cache.validator' => 'getCache_ValidatorService',
  82.             'config_cache_factory' => 'getConfigCacheFactoryService',
  83.             'controller_name_converter' => 'getControllerNameConverterService',
  84.             'data_collector.dump' => 'getDataCollector_DumpService',
  85.             'data_collector.form' => 'getDataCollector_FormService',
  86.             'data_collector.form.extractor' => 'getDataCollector_Form_ExtractorService',
  87.             'data_collector.request' => 'getDataCollector_RequestService',
  88.             'data_collector.router' => 'getDataCollector_RouterService',
  89.             'data_collector.translation' => 'getDataCollector_TranslationService',
  90.             'debug.argument_resolver' => 'getDebug_ArgumentResolverService',
  91.             'debug.controller_resolver' => 'getDebug_ControllerResolverService',
  92.             'debug.debug_handlers_listener' => 'getDebug_DebugHandlersListenerService',
  93.             'debug.event_dispatcher' => 'getDebug_EventDispatcherService',
  94.             'debug.file_link_formatter' => 'getDebug_FileLinkFormatterService',
  95.             'debug.log_processor' => 'getDebug_LogProcessorService',
  96.             'debug.security.access.decision_manager' => 'getDebug_Security_Access_DecisionManagerService',
  97.             'debug.stopwatch' => 'getDebug_StopwatchService',
  98.             'doctrine' => 'getDoctrineService',
  99.             'doctrine.dbal.logger.profiling.default' => 'getDoctrine_Dbal_Logger_Profiling_DefaultService',
  100.             'doctrine.orm.validator_initializer' => 'getDoctrine_Orm_ValidatorInitializerService',
  101.             'file_locator' => 'getFileLocatorService',
  102.             'form.factory' => 'getForm_FactoryService',
  103.             'form.registry' => 'getForm_RegistryService',
  104.             'form.resolved_type_factory' => 'getForm_ResolvedTypeFactoryService',
  105.             'fos_rest.body_listener' => 'getFosRest_BodyListenerService',
  106.             'fos_rest.decoder_provider' => 'getFosRest_DecoderProviderService',
  107.             'fos_rest.format_listener' => 'getFosRest_FormatListenerService',
  108.             'fos_rest.format_negotiator' => 'getFosRest_FormatNegotiatorService',
  109.             'fos_user.util.canonical_fields_updater' => 'getFosUser_Util_CanonicalFieldsUpdaterService',
  110.             'fos_user.util.email_canonicalizer' => 'getFosUser_Util_EmailCanonicalizerService',
  111.             'fragment.listener' => 'getFragment_ListenerService',
  112.             'framework_extra_bundle.argument_name_convertor' => 'getFrameworkExtraBundle_ArgumentNameConvertorService',
  113.             'framework_extra_bundle.event.is_granted' => 'getFrameworkExtraBundle_Event_IsGrantedService',
  114.             'http_kernel' => 'getHttpKernelService',
  115.             'locale_listener' => 'getLocaleListenerService',
  116.             'logger' => 'getLoggerService',
  117.             'monolog.handler.console' => 'getMonolog_Handler_ConsoleService',
  118.             'monolog.handler.main' => 'getMonolog_Handler_MainService',
  119.             'monolog.handler.server_log' => 'getMonolog_Handler_ServerLogService',
  120.             'monolog.logger.cache' => 'getMonolog_Logger_CacheService',
  121.             'monolog.logger.event' => 'getMonolog_Logger_EventService',
  122.             'monolog.logger.php' => 'getMonolog_Logger_PhpService',
  123.             'monolog.logger.profiler' => 'getMonolog_Logger_ProfilerService',
  124.             'monolog.logger.request' => 'getMonolog_Logger_RequestService',
  125.             'monolog.logger.translation' => 'getMonolog_Logger_TranslationService',
  126.             'nelmio_api_doc.doc_comment_extractor' => 'getNelmioApiDoc_DocCommentExtractorService',
  127.             'nelmio_api_doc.event_listener.request' => 'getNelmioApiDoc_EventListener_RequestService',
  128.             'nelmio_api_doc.extractor.api_doc_extractor' => 'getNelmioApiDoc_Extractor_ApiDocExtractorService',
  129.             'nelmio_api_doc.formatter.html_formatter' => 'getNelmioApiDoc_Formatter_HtmlFormatterService',
  130.             'nelmio_api_doc.parser.collection_parser' => 'getNelmioApiDoc_Parser_CollectionParserService',
  131.             'nelmio_api_doc.parser.form_errors_parser' => 'getNelmioApiDoc_Parser_FormErrorsParserService',
  132.             'nelmio_api_doc.parser.form_type_parser' => 'getNelmioApiDoc_Parser_FormTypeParserService',
  133.             'nelmio_api_doc.parser.json_serializable_parser' => 'getNelmioApiDoc_Parser_JsonSerializableParserService',
  134.             'nelmio_api_doc.parser.validation_parser' => 'getNelmioApiDoc_Parser_ValidationParserService',
  135.             'nelmio_api_doc.twig.extension.extra_markdown' => 'getNelmioApiDoc_Twig_Extension_ExtraMarkdownService',
  136.             'profiler' => 'getProfilerService',
  137.             'profiler_listener' => 'getProfilerListenerService',
  138.             'request_stack' => 'getRequestStackService',
  139.             'resolve_controller_name_subscriber' => 'getResolveControllerNameSubscriberService',
  140.             'response_listener' => 'getResponseListenerService',
  141.             'router' => 'getRouterService',
  142.             'router.request_context' => 'getRouter_RequestContextService',
  143.             'router_listener' => 'getRouterListenerService',
  144.             'security.authentication.manager' => 'getSecurity_Authentication_ManagerService',
  145.             'security.authentication.trust_resolver' => 'getSecurity_Authentication_TrustResolverService',
  146.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  147.             'security.firewall' => 'getSecurity_FirewallService',
  148.             'security.firewall.map' => 'getSecurity_Firewall_MapService',
  149.             'security.logout_url_generator' => 'getSecurity_LogoutUrlGeneratorService',
  150.             'security.rememberme.response_listener' => 'getSecurity_Rememberme_ResponseListenerService',
  151.             'security.role_hierarchy' => 'getSecurity_RoleHierarchyService',
  152.             'security.token_storage' => 'getSecurity_TokenStorageService',
  153.             'sensio_framework_extra.cache.listener' => 'getSensioFrameworkExtra_Cache_ListenerService',
  154.             'sensio_framework_extra.controller.listener' => 'getSensioFrameworkExtra_Controller_ListenerService',
  155.             'sensio_framework_extra.converter.listener' => 'getSensioFrameworkExtra_Converter_ListenerService',
  156.             'sensio_framework_extra.converter.manager' => 'getSensioFrameworkExtra_Converter_ManagerService',
  157.             'sensio_framework_extra.security.listener' => 'getSensioFrameworkExtra_Security_ListenerService',
  158.             'sensio_framework_extra.view.listener' => 'getSensioFrameworkExtra_View_ListenerService',
  159.             'session.save_listener' => 'getSession_SaveListenerService',
  160.             'session_listener' => 'getSessionListenerService',
  161.             'streamed_response_listener' => 'getStreamedResponseListenerService',
  162.             'templating.locator' => 'getTemplating_LocatorService',
  163.             'templating.name_parser' => 'getTemplating_NameParserService',
  164.             'translator' => 'getTranslatorService',
  165.             'translator.default' => 'getTranslator_DefaultService',
  166.             'translator_listener' => 'getTranslatorListenerService',
  167.             'twig' => 'getTwigService',
  168.             'twig.loader' => 'getTwig_LoaderService',
  169.             'twig.profile' => 'getTwig_ProfileService',
  170.             'uri_signer' => 'getUriSignerService',
  171.             'validate_request_listener' => 'getValidateRequestListenerService',
  172.             'validator' => 'getValidatorService',
  173.             'validator.builder' => 'getValidator_BuilderService',
  174.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  175.             'web_profiler.csp.handler' => 'getWebProfiler_Csp_HandlerService',
  176.             'web_profiler.debug_toolbar' => 'getWebProfiler_DebugToolbarService',
  177.         ];
  178.         $this->fileMap = [
  179.             'AppBundle\\Controller\\BookingCategoryController' => 'getBookingCategoryControllerService.php',
  180.             'AppBundle\\Controller\\BookingController' => 'getBookingControllerService.php',
  181.             'AppBundle\\Controller\\BookingStatusController' => 'getBookingStatusControllerService.php',
  182.             'AppBundle\\Controller\\BookingTypeController' => 'getBookingTypeControllerService.php',
  183.             'AppBundle\\Controller\\ClientController' => 'getClientControllerService.php',
  184.             'AppBundle\\Controller\\DefaultController' => 'getDefaultControllerService.php',
  185.             'AppBundle\\Controller\\DispositionController' => 'getDispositionControllerService.php',
  186.             'AppBundle\\Controller\\EquipmentController' => 'getEquipmentControllerService.php',
  187.             'AppBundle\\Controller\\InvoiceController' => 'getInvoiceControllerService.php',
  188.             'AppBundle\\Controller\\RestorationController' => 'getRestorationControllerService.php',
  189.             'AppBundle\\Controller\\RestorationTypeController' => 'getRestorationTypeControllerService.php',
  190.             'AppBundle\\Controller\\RoomController' => 'getRoomControllerService.php',
  191.             'AppBundle\\Controller\\TagController' => 'getTagControllerService.php',
  192.             'AppBundle\\Controller\\UserController' => 'getUserControllerService.php',
  193.             'AppBundle\\EventListener\\RegistrationConfirmListener' => 'getRegistrationConfirmListenerService.php',
  194.             'AppBundle\\Form\\BookingCategoryType' => 'getBookingCategoryTypeService.php',
  195.             'AppBundle\\Form\\BookingStatusType' => 'getBookingStatusTypeService.php',
  196.             'AppBundle\\Form\\BookingType' => 'getBookingTypeService.php',
  197.             'AppBundle\\Form\\BookingTypeType' => 'getBookingTypeTypeService.php',
  198.             'AppBundle\\Form\\ClientType' => 'getClientTypeService.php',
  199.             'AppBundle\\Form\\DispositionType' => 'getDispositionTypeService.php',
  200.             'AppBundle\\Form\\EquipmentType' => 'getEquipmentTypeService.php',
  201.             'AppBundle\\Form\\RestorationType' => 'getRestorationTypeService.php',
  202.             'AppBundle\\Form\\RestorationTypeType' => 'getRestorationTypeTypeService.php',
  203.             'AppBundle\\Form\\RoomCombinationType' => 'getRoomCombinationTypeService.php',
  204.             'AppBundle\\Form\\RoomType' => 'getRoomTypeService.php',
  205.             'AppBundle\\Form\\TagType' => 'getTagTypeService.php',
  206.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  207.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  208.             'annotations.cache' => 'getAnnotations_CacheService.php',
  209.             'annotations.cache_warmer' => 'getAnnotations_CacheWarmerService.php',
  210.             'api.booking_form_handler' => 'getApi_BookingFormHandlerService.php',
  211.             'api.room_service' => 'getApi_RoomServiceService.php',
  212.             'app.booking_category_repository' => 'getApp_BookingCategoryRepositoryService.php',
  213.             'app.booking_repository' => 'getApp_BookingRepositoryService.php',
  214.             'app.booking_type_repository' => 'getApp_BookingTypeRepositoryService.php',
  215.             'app.equipment.repository' => 'getApp_Equipment_RepositoryService.php',
  216.             'app.form.booking_disposition' => 'getApp_Form_BookingDispositionService.php',
  217.             'app.form.registration' => 'getApp_Form_RegistrationService.php',
  218.             'app.invoice.repository' => 'getApp_Invoice_RepositoryService.php',
  219.             'app.manager.booking' => 'getApp_Manager_BookingService.php',
  220.             'app.manager.excel' => 'getApp_Manager_ExcelService.php',
  221.             'app.manager.invoice' => 'getApp_Manager_InvoiceService.php',
  222.             'app.restoration.repository' => 'getApp_Restoration_RepositoryService.php',
  223.             'app.room_repository' => 'getApp_RoomRepositoryService.php',
  224.             'app.room_type_repository' => 'getApp_RoomTypeRepositoryService.php',
  225.             'app.user_registration_comfirm' => 'getApp_UserRegistrationComfirmService.php',
  226.             'argument_resolver.default' => 'getArgumentResolver_DefaultService.php',
  227.             'argument_resolver.request' => 'getArgumentResolver_RequestService.php',
  228.             'argument_resolver.request_attribute' => 'getArgumentResolver_RequestAttributeService.php',
  229.             'argument_resolver.service' => 'getArgumentResolver_ServiceService.php',
  230.             'argument_resolver.session' => 'getArgumentResolver_SessionService.php',
  231.             'argument_resolver.variadic' => 'getArgumentResolver_VariadicService.php',
  232.             'cache.default_clearer' => 'getCache_DefaultClearerService.php',
  233.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  234.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  235.             'cache_clearer' => 'getCacheClearerService.php',
  236.             'cache_warmer' => 'getCacheWarmerService.php',
  237.             'component.room_manager' => 'getComponent_RoomManagerService.php',
  238.             'config.resource.self_checking_resource_checker' => 'getConfig_Resource_SelfCheckingResourceCheckerService.php',
  239.             'console.command.about' => 'getConsole_Command_AboutService.php',
  240.             'console.command.assets_install' => 'getConsole_Command_AssetsInstallService.php',
  241.             'console.command.cache_clear' => 'getConsole_Command_CacheClearService.php',
  242.             'console.command.cache_pool_clear' => 'getConsole_Command_CachePoolClearService.php',
  243.             'console.command.cache_pool_prune' => 'getConsole_Command_CachePoolPruneService.php',
  244.             'console.command.cache_warmup' => 'getConsole_Command_CacheWarmupService.php',
  245.             'console.command.config_debug' => 'getConsole_Command_ConfigDebugService.php',
  246.             'console.command.config_dump_reference' => 'getConsole_Command_ConfigDumpReferenceService.php',
  247.             'console.command.container_debug' => 'getConsole_Command_ContainerDebugService.php',
  248.             'console.command.debug_autowiring' => 'getConsole_Command_DebugAutowiringService.php',
  249.             'console.command.event_dispatcher_debug' => 'getConsole_Command_EventDispatcherDebugService.php',
  250.             'console.command.form_debug' => 'getConsole_Command_FormDebugService.php',
  251.             'console.command.router_debug' => 'getConsole_Command_RouterDebugService.php',
  252.             'console.command.router_match' => 'getConsole_Command_RouterMatchService.php',
  253.             'console.command.translation_debug' => 'getConsole_Command_TranslationDebugService.php',
  254.             'console.command.translation_update' => 'getConsole_Command_TranslationUpdateService.php',
  255.             'console.command.xliff_lint' => 'getConsole_Command_XliffLintService.php',
  256.             'console.command.yaml_lint' => 'getConsole_Command_YamlLintService.php',
  257.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  258.             'console.error_listener' => 'getConsole_ErrorListenerService.php',
  259.             'debug.dump_listener' => 'getDebug_DumpListenerService.php',
  260.             'debug.file_link_formatter.url_format' => 'getDebug_FileLinkFormatter_UrlFormatService.php',
  261.             'dependency_injection.config.container_parameters_resource_checker' => 'getDependencyInjection_Config_ContainerParametersResourceCheckerService.php',
  262.             'deprecated.form.registry' => 'getDeprecated_Form_RegistryService.php',
  263.             'deprecated.form.registry.csrf' => 'getDeprecated_Form_Registry_CsrfService.php',
  264.             'doctrine.cache_clear_metadata_command' => 'getDoctrine_CacheClearMetadataCommandService.php',
  265.             'doctrine.cache_clear_query_cache_command' => 'getDoctrine_CacheClearQueryCacheCommandService.php',
  266.             'doctrine.cache_clear_result_command' => 'getDoctrine_CacheClearResultCommandService.php',
  267.             'doctrine.cache_collection_region_command' => 'getDoctrine_CacheCollectionRegionCommandService.php',
  268.             'doctrine.clear_entity_region_command' => 'getDoctrine_ClearEntityRegionCommandService.php',
  269.             'doctrine.clear_query_region_command' => 'getDoctrine_ClearQueryRegionCommandService.php',
  270.             'doctrine.database_create_command' => 'getDoctrine_DatabaseCreateCommandService.php',
  271.             'doctrine.database_drop_command' => 'getDoctrine_DatabaseDropCommandService.php',
  272.             'doctrine.database_import_command' => 'getDoctrine_DatabaseImportCommandService.php',
  273.             'doctrine.dbal.connection_factory' => 'getDoctrine_Dbal_ConnectionFactoryService.php',
  274.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService.php',
  275.             'doctrine.ensure_production_settings_command' => 'getDoctrine_EnsureProductionSettingsCommandService.php',
  276.             'doctrine.fixtures_load_command' => 'getDoctrine_FixturesLoadCommandService.php',
  277.             'doctrine.generate_entities_command' => 'getDoctrine_GenerateEntitiesCommandService.php',
  278.             'doctrine.mapping_convert_command' => 'getDoctrine_MappingConvertCommandService.php',
  279.             'doctrine.mapping_import_command' => 'getDoctrine_MappingImportCommandService.php',
  280.             'doctrine.mapping_info_command' => 'getDoctrine_MappingInfoCommandService.php',
  281.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata' => 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_MetadataService.php',
  282.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.query' => 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_QueryService.php',
  283.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.result' => 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_ResultService.php',
  284.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService.php',
  285.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService.php',
  286.             'doctrine.orm.default_entity_manager.property_info_extractor' => 'getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php',
  287.             'doctrine.orm.default_listeners.attach_entity_listeners' => 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php',
  288.             'doctrine.orm.default_manager_configurator' => 'getDoctrine_Orm_DefaultManagerConfiguratorService.php',
  289.             'doctrine.orm.proxy_cache_warmer' => 'getDoctrine_Orm_ProxyCacheWarmerService.php',
  290.             'doctrine.orm.validator.unique' => 'getDoctrine_Orm_Validator_UniqueService.php',
  291.             'doctrine.query_dql_command' => 'getDoctrine_QueryDqlCommandService.php',
  292.             'doctrine.query_sql_command' => 'getDoctrine_QuerySqlCommandService.php',
  293.             'doctrine.schema_create_command' => 'getDoctrine_SchemaCreateCommandService.php',
  294.             'doctrine.schema_drop_command' => 'getDoctrine_SchemaDropCommandService.php',
  295.             'doctrine.schema_update_command' => 'getDoctrine_SchemaUpdateCommandService.php',
  296.             'doctrine.schema_validate_command' => 'getDoctrine_SchemaValidateCommandService.php',
  297.             'doctrine_cache.contains_command' => 'getDoctrineCache_ContainsCommandService.php',
  298.             'doctrine_cache.delete_command' => 'getDoctrineCache_DeleteCommandService.php',
  299.             'doctrine_cache.flush_command' => 'getDoctrineCache_FlushCommandService.php',
  300.             'doctrine_cache.stats_command' => 'getDoctrineCache_StatsCommandService.php',
  301.             'doctrine_migrations.diff_command' => 'getDoctrineMigrations_DiffCommandService.php',
  302.             'doctrine_migrations.execute_command' => 'getDoctrineMigrations_ExecuteCommandService.php',
  303.             'doctrine_migrations.generate_command' => 'getDoctrineMigrations_GenerateCommandService.php',
  304.             'doctrine_migrations.latest_command' => 'getDoctrineMigrations_LatestCommandService.php',
  305.             'doctrine_migrations.migrate_command' => 'getDoctrineMigrations_MigrateCommandService.php',
  306.             'doctrine_migrations.status_command' => 'getDoctrineMigrations_StatusCommandService.php',
  307.             'doctrine_migrations.version_command' => 'getDoctrineMigrations_VersionCommandService.php',
  308.             'filesystem' => 'getFilesystemService.php',
  309.             'form.server_params' => 'getForm_ServerParamsService.php',
  310.             'form.type.birthday' => 'getForm_Type_BirthdayService.php',
  311.             'form.type.button' => 'getForm_Type_ButtonService.php',
  312.             'form.type.checkbox' => 'getForm_Type_CheckboxService.php',
  313.             'form.type.choice' => 'getForm_Type_ChoiceService.php',
  314.             'form.type.collection' => 'getForm_Type_CollectionService.php',
  315.             'form.type.country' => 'getForm_Type_CountryService.php',
  316.             'form.type.currency' => 'getForm_Type_CurrencyService.php',
  317.             'form.type.date' => 'getForm_Type_DateService.php',
  318.             'form.type.datetime' => 'getForm_Type_DatetimeService.php',
  319.             'form.type.email' => 'getForm_Type_EmailService.php',
  320.             'form.type.entity' => 'getForm_Type_EntityService.php',
  321.             'form.type.file' => 'getForm_Type_FileService.php',
  322.             'form.type.form' => 'getForm_Type_FormService.php',
  323.             'form.type.hidden' => 'getForm_Type_HiddenService.php',
  324.             'form.type.integer' => 'getForm_Type_IntegerService.php',
  325.             'form.type.language' => 'getForm_Type_LanguageService.php',
  326.             'form.type.locale' => 'getForm_Type_LocaleService.php',
  327.             'form.type.money' => 'getForm_Type_MoneyService.php',
  328.             'form.type.number' => 'getForm_Type_NumberService.php',
  329.             'form.type.password' => 'getForm_Type_PasswordService.php',
  330.             'form.type.percent' => 'getForm_Type_PercentService.php',
  331.             'form.type.radio' => 'getForm_Type_RadioService.php',
  332.             'form.type.range' => 'getForm_Type_RangeService.php',
  333.             'form.type.repeated' => 'getForm_Type_RepeatedService.php',
  334.             'form.type.reset' => 'getForm_Type_ResetService.php',
  335.             'form.type.search' => 'getForm_Type_SearchService.php',
  336.             'form.type.submit' => 'getForm_Type_SubmitService.php',
  337.             'form.type.text' => 'getForm_Type_TextService.php',
  338.             'form.type.textarea' => 'getForm_Type_TextareaService.php',
  339.             'form.type.time' => 'getForm_Type_TimeService.php',
  340.             'form.type.timezone' => 'getForm_Type_TimezoneService.php',
  341.             'form.type.url' => 'getForm_Type_UrlService.php',
  342.             'form.type_extension.csrf' => 'getForm_TypeExtension_CsrfService.php',
  343.             'form.type_extension.form.data_collector' => 'getForm_TypeExtension_Form_DataCollectorService.php',
  344.             'form.type_extension.form.http_foundation' => 'getForm_TypeExtension_Form_HttpFoundationService.php',
  345.             'form.type_extension.form.transformation_failure_handling' => 'getForm_TypeExtension_Form_TransformationFailureHandlingService.php',
  346.             'form.type_extension.form.validator' => 'getForm_TypeExtension_Form_ValidatorService.php',
  347.             'form.type_extension.repeated.validator' => 'getForm_TypeExtension_Repeated_ValidatorService.php',
  348.             'form.type_extension.submit.validator' => 'getForm_TypeExtension_Submit_ValidatorService.php',
  349.             'form.type_extension.upload.validator' => 'getForm_TypeExtension_Upload_ValidatorService.php',
  350.             'form.type_guesser.doctrine' => 'getForm_TypeGuesser_DoctrineService.php',
  351.             'form.type_guesser.validator' => 'getForm_TypeGuesser_ValidatorService.php',
  352.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService.php',
  353.             'fos_js_routing.dump_command' => 'getFosJsRouting_DumpCommandService.php',
  354.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService.php',
  355.             'fos_js_routing.router_debug_exposed_command' => 'getFosJsRouting_RouterDebugExposedCommandService.php',
  356.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService.php',
  357.             'fos_rest.decoder.json' => 'getFosRest_Decoder_JsonService.php',
  358.             'fos_rest.decoder.jsontoform' => 'getFosRest_Decoder_JsontoformService.php',
  359.             'fos_rest.decoder.xml' => 'getFosRest_Decoder_XmlService.php',
  360.             'fos_rest.inflector' => 'getFosRest_InflectorService.php',
  361.             'fos_rest.normalizer.camel_keys' => 'getFosRest_Normalizer_CamelKeysService.php',
  362.             'fos_rest.normalizer.camel_keys_with_leading_underscore' => 'getFosRest_Normalizer_CamelKeysWithLeadingUnderscoreService.php',
  363.             'fos_rest.request.param_fetcher' => 'getFosRest_Request_ParamFetcherService.php',
  364.             'fos_rest.request.param_fetcher.reader' => 'getFosRest_Request_ParamFetcher_ReaderService.php',
  365.             'fos_rest.serializer' => 'getFosRest_SerializerService.php',
  366.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService.php',
  367.             'fos_rest.view_response_listener' => 'getFosRest_ViewResponseListenerService.php',
  368.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService.php',
  369.             'fos_user.change_password.form.factory' => 'getFosUser_ChangePassword_Form_FactoryService.php',
  370.             'fos_user.change_password.form.type' => 'getFosUser_ChangePassword_Form_TypeService.php',
  371.             'fos_user.command.activate_user' => 'getFosUser_Command_ActivateUserService.php',
  372.             'fos_user.command.change_password' => 'getFosUser_Command_ChangePasswordService.php',
  373.             'fos_user.command.create_user' => 'getFosUser_Command_CreateUserService.php',
  374.             'fos_user.command.deactivate_user' => 'getFosUser_Command_DeactivateUserService.php',
  375.             'fos_user.command.demote_user' => 'getFosUser_Command_DemoteUserService.php',
  376.             'fos_user.command.promote_user' => 'getFosUser_Command_PromoteUserService.php',
  377.             'fos_user.listener.authentication' => 'getFosUser_Listener_AuthenticationService.php',
  378.             'fos_user.listener.flash' => 'getFosUser_Listener_FlashService.php',
  379.             'fos_user.listener.resetting' => 'getFosUser_Listener_ResettingService.php',
  380.             'fos_user.mailer' => 'getFosUser_MailerService.php',
  381.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService.php',
  382.             'fos_user.profile.form.factory' => 'getFosUser_Profile_Form_FactoryService.php',
  383.             'fos_user.profile.form.type' => 'getFosUser_Profile_Form_TypeService.php',
  384.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService.php',
  385.             'fos_user.registration.form.factory' => 'getFosUser_Registration_Form_FactoryService.php',
  386.             'fos_user.registration.form.type' => 'getFosUser_Registration_Form_TypeService.php',
  387.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService.php',
  388.             'fos_user.resetting.form.factory' => 'getFosUser_Resetting_Form_FactoryService.php',
  389.             'fos_user.resetting.form.type' => 'getFosUser_Resetting_Form_TypeService.php',
  390.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService.php',
  391.             'fos_user.security.interactive_login_listener' => 'getFosUser_Security_InteractiveLoginListenerService.php',
  392.             'fos_user.security.login_manager' => 'getFosUser_Security_LoginManagerService.php',
  393.             'fos_user.user_manager' => 'getFosUser_UserManagerService.php',
  394.             'fos_user.user_provider.username' => 'getFosUser_UserProvider_UsernameService.php',
  395.             'fos_user.username_form_type' => 'getFosUser_UsernameFormTypeService.php',
  396.             'fos_user.util.password_updater' => 'getFosUser_Util_PasswordUpdaterService.php',
  397.             'fos_user.util.token_generator' => 'getFosUser_Util_TokenGeneratorService.php',
  398.             'fos_user.util.user_manipulator' => 'getFosUser_Util_UserManipulatorService.php',
  399.             'fragment.handler' => 'getFragment_HandlerService.php',
  400.             'fragment.renderer.hinclude' => 'getFragment_Renderer_HincludeService.php',
  401.             'fragment.renderer.inline' => 'getFragment_Renderer_InlineService.php',
  402.             'kernel.class_cache.cache_warmer' => 'getKernel_ClassCache_CacheWarmerService.php',
  403.             'knp_snappy.image' => 'getKnpSnappy_ImageService.php',
  404.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService.php',
  405.             'monolog.handler.null_internal' => 'getMonolog_Handler_NullInternalService.php',
  406.             'monolog.logger.console' => 'getMonolog_Logger_ConsoleService.php',
  407.             'monolog.logger.doctrine' => 'getMonolog_Logger_DoctrineService.php',
  408.             'monolog.logger.security' => 'getMonolog_Logger_SecurityService.php',
  409.             'monolog.logger.snappy' => 'getMonolog_Logger_SnappyService.php',
  410.             'monolog.logger.templating' => 'getMonolog_Logger_TemplatingService.php',
  411.             'nelmio_api_doc.form.extension.description_form_type_extension' => 'getNelmioApiDoc_Form_Extension_DescriptionFormTypeExtensionService.php',
  412.             'nelmio_api_doc.formatter.markdown_formatter' => 'getNelmioApiDoc_Formatter_MarkdownFormatterService.php',
  413.             'nelmio_api_doc.formatter.simple_formatter' => 'getNelmioApiDoc_Formatter_SimpleFormatterService.php',
  414.             'nelmio_api_doc.formatter.swagger_formatter' => 'getNelmioApiDoc_Formatter_SwaggerFormatterService.php',
  415.             'phpexcel' => 'getPhpexcelService.php',
  416.             'property_accessor' => 'getPropertyAccessorService.php',
  417.             'router.cache_warmer' => 'getRouter_CacheWarmerService.php',
  418.             'routing.loader' => 'getRouting_LoaderService.php',
  419.             'security.access.authenticated_voter' => 'getSecurity_Access_AuthenticatedVoterService.php',
  420.             'security.access.expression_voter' => 'getSecurity_Access_ExpressionVoterService.php',
  421.             'security.access.role_hierarchy_voter' => 'getSecurity_Access_RoleHierarchyVoterService.php',
  422.             'security.access_listener' => 'getSecurity_AccessListenerService.php',
  423.             'security.access_map' => 'getSecurity_AccessMapService.php',
  424.             'security.authentication.guard_handler' => 'getSecurity_Authentication_GuardHandlerService.php',
  425.             'security.authentication.listener.anonymous.main' => 'getSecurity_Authentication_Listener_Anonymous_MainService.php',
  426.             'security.authentication.listener.form.main' => 'getSecurity_Authentication_Listener_Form_MainService.php',
  427.             'security.authentication.provider.anonymous.main' => 'getSecurity_Authentication_Provider_Anonymous_MainService.php',
  428.             'security.authentication.provider.dao.main' => 'getSecurity_Authentication_Provider_Dao_MainService.php',
  429.             'security.authentication.session_strategy.main' => 'getSecurity_Authentication_SessionStrategy_MainService.php',
  430.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  431.             'security.channel_listener' => 'getSecurity_ChannelListenerService.php',
  432.             'security.command.user_password_encoder' => 'getSecurity_Command_UserPasswordEncoderService.php',
  433.             'security.context_listener.0' => 'getSecurity_ContextListener_0Service.php',
  434.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
  435.             'security.csrf.token_storage' => 'getSecurity_Csrf_TokenStorageService.php',
  436.             'security.encoder_factory' => 'getSecurity_EncoderFactoryService.php',
  437.             'security.firewall.map.context.dev' => 'getSecurity_Firewall_Map_Context_DevService.php',
  438.             'security.firewall.map.context.main' => 'getSecurity_Firewall_Map_Context_MainService.php',
  439.             'security.http_utils' => 'getSecurity_HttpUtilsService.php',
  440.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  441.             'security.request_matcher.00qf1z7' => 'getSecurity_RequestMatcher_00qf1z7Service.php',
  442.             'security.request_matcher.zfhj2lw' => 'getSecurity_RequestMatcher_Zfhj2lwService.php',
  443.             'security.user_checker' => 'getSecurity_UserCheckerService.php',
  444.             'security.user_value_resolver' => 'getSecurity_UserValueResolverService.php',
  445.             'security.validator.user_password' => 'getSecurity_Validator_UserPasswordService.php',
  446.             'sensio_distribution.security_checker' => 'getSensioDistribution_SecurityCheckerService.php',
  447.             'sensio_distribution.security_checker.command' => 'getSensioDistribution_SecurityChecker_CommandService.php',
  448.             'sensio_framework_extra.routing.loader.annot_class' => 'getSensioFrameworkExtra_Routing_Loader_AnnotClassService.php',
  449.             'sensio_framework_extra.routing.loader.annot_dir' => 'getSensioFrameworkExtra_Routing_Loader_AnnotDirService.php',
  450.             'sensio_framework_extra.routing.loader.annot_file' => 'getSensioFrameworkExtra_Routing_Loader_AnnotFileService.php',
  451.             'serializer' => 'getSerializerService.php',
  452.             'serializer.mapping.cache.symfony' => 'getSerializer_Mapping_Cache_SymfonyService.php',
  453.             'serializer.mapping.cache_warmer' => 'getSerializer_Mapping_CacheWarmerService.php',
  454.             'services_resetter' => 'getServicesResetterService.php',
  455.             'session' => 'getSessionService.php',
  456.             'session.handler' => 'getSession_HandlerService.php',
  457.             'session.storage.filesystem' => 'getSession_Storage_FilesystemService.php',
  458.             'session.storage.metadata_bag' => 'getSession_Storage_MetadataBagService.php',
  459.             'session.storage.native' => 'getSession_Storage_NativeService.php',
  460.             'session.storage.php_bridge' => 'getSession_Storage_PhpBridgeService.php',
  461.             'swiftmailer.email_sender.listener' => 'getSwiftmailer_EmailSender_ListenerService.php',
  462.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  463.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  464.             'swiftmailer.mailer.default.spool' => 'getSwiftmailer_Mailer_Default_SpoolService.php',
  465.             'swiftmailer.mailer.default.transport' => 'getSwiftmailer_Mailer_Default_TransportService.php',
  466.             'swiftmailer.mailer.default.transport.eventdispatcher' => 'getSwiftmailer_Mailer_Default_Transport_EventdispatcherService.php',
  467.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService.php',
  468.             'templating' => 'getTemplatingService.php',
  469.             'templating.cache_warmer.template_paths' => 'getTemplating_CacheWarmer_TemplatePathsService.php',
  470.             'templating.filename_parser' => 'getTemplating_FilenameParserService.php',
  471.             'templating.finder' => 'getTemplating_FinderService.php',
  472.             'templating.helper.logout_url' => 'getTemplating_Helper_LogoutUrlService.php',
  473.             'templating.helper.security' => 'getTemplating_Helper_SecurityService.php',
  474.             'templating.loader' => 'getTemplating_LoaderService.php',
  475.             'translation.dumper.csv' => 'getTranslation_Dumper_CsvService.php',
  476.             'translation.dumper.ini' => 'getTranslation_Dumper_IniService.php',
  477.             'translation.dumper.json' => 'getTranslation_Dumper_JsonService.php',
  478.             'translation.dumper.mo' => 'getTranslation_Dumper_MoService.php',
  479.             'translation.dumper.php' => 'getTranslation_Dumper_PhpService.php',
  480.             'translation.dumper.po' => 'getTranslation_Dumper_PoService.php',
  481.             'translation.dumper.qt' => 'getTranslation_Dumper_QtService.php',
  482.             'translation.dumper.res' => 'getTranslation_Dumper_ResService.php',
  483.             'translation.dumper.xliff' => 'getTranslation_Dumper_XliffService.php',
  484.             'translation.dumper.yml' => 'getTranslation_Dumper_YmlService.php',
  485.             'translation.extractor' => 'getTranslation_ExtractorService.php',
  486.             'translation.extractor.php' => 'getTranslation_Extractor_PhpService.php',
  487.             'translation.loader' => 'getTranslation_LoaderService.php',
  488.             'translation.loader.csv' => 'getTranslation_Loader_CsvService.php',
  489.             'translation.loader.dat' => 'getTranslation_Loader_DatService.php',
  490.             'translation.loader.ini' => 'getTranslation_Loader_IniService.php',
  491.             'translation.loader.json' => 'getTranslation_Loader_JsonService.php',
  492.             'translation.loader.mo' => 'getTranslation_Loader_MoService.php',
  493.             'translation.loader.php' => 'getTranslation_Loader_PhpService.php',
  494.             'translation.loader.po' => 'getTranslation_Loader_PoService.php',
  495.             'translation.loader.qt' => 'getTranslation_Loader_QtService.php',
  496.             'translation.loader.res' => 'getTranslation_Loader_ResService.php',
  497.             'translation.loader.xliff' => 'getTranslation_Loader_XliffService.php',
  498.             'translation.loader.yml' => 'getTranslation_Loader_YmlService.php',
  499.             'translation.reader' => 'getTranslation_ReaderService.php',
  500.             'translation.warmer' => 'getTranslation_WarmerService.php',
  501.             'translation.writer' => 'getTranslation_WriterService.php',
  502.             'twig.cache_warmer' => 'getTwig_CacheWarmerService.php',
  503.             'twig.command.debug' => 'getTwig_Command_DebugService.php',
  504.             'twig.command.lint' => 'getTwig_Command_LintService.php',
  505.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  506.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  507.             'twig.exception_listener' => 'getTwig_ExceptionListenerService.php',
  508.             'twig.form.renderer' => 'getTwig_Form_RendererService.php',
  509.             'twig.runtime.httpkernel' => 'getTwig_Runtime_HttpkernelService.php',
  510.             'twig.template_cache_warmer' => 'getTwig_TemplateCacheWarmerService.php',
  511.             'twig.translation.extractor' => 'getTwig_Translation_ExtractorService.php',
  512.             'validator.email' => 'getValidator_EmailService.php',
  513.             'validator.expression' => 'getValidator_ExpressionService.php',
  514.             'validator.mapping.cache_warmer' => 'getValidator_Mapping_CacheWarmerService.php',
  515.             'var_dumper.cli_dumper' => 'getVarDumper_CliDumperService.php',
  516.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  517.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  518.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  519.             'web_server.command.server_log' => 'getWebServer_Command_ServerLogService.php',
  520.             'web_server.command.server_run' => 'getWebServer_Command_ServerRunService.php',
  521.             'web_server.command.server_start' => 'getWebServer_Command_ServerStartService.php',
  522.             'web_server.command.server_status' => 'getWebServer_Command_ServerStatusService.php',
  523.             'web_server.command.server_stop' => 'getWebServer_Command_ServerStopService.php',
  524.         ];
  525.         $this->privates = [
  526.             'Knp\\Snappy\\Image' => true,
  527.             'Knp\\Snappy\\Pdf' => true,
  528.             'fos_rest.router' => true,
  529.             'fos_rest.templating' => true,
  530.             'fos_user.util.username_canonicalizer' => true,
  531.             'session.storage' => true,
  532.             'swiftmailer.mailer' => true,
  533.             'swiftmailer.plugin.messagelogger' => true,
  534.             'swiftmailer.spool' => true,
  535.             'swiftmailer.transport' => true,
  536.             'swiftmailer.transport.real' => true,
  537.             'AppBundle\\EventListener\\RegistrationConfirmListener' => true,
  538.             'AppBundle\\Form\\BookingCategoryType' => true,
  539.             'AppBundle\\Form\\BookingStatusType' => true,
  540.             'AppBundle\\Form\\BookingType' => true,
  541.             'AppBundle\\Form\\BookingTypeType' => true,
  542.             'AppBundle\\Form\\ClientType' => true,
  543.             'AppBundle\\Form\\DispositionType' => true,
  544.             'AppBundle\\Form\\EquipmentType' => true,
  545.             'AppBundle\\Form\\RestorationType' => true,
  546.             'AppBundle\\Form\\RestorationTypeType' => true,
  547.             'AppBundle\\Form\\RoomCombinationType' => true,
  548.             'AppBundle\\Form\\RoomType' => true,
  549.             'AppBundle\\Form\\TagType' => true,
  550.             'annotation_reader' => true,
  551.             'annotations.cache' => true,
  552.             'annotations.cache_warmer' => true,
  553.             'annotations.reader' => true,
  554.             'api.booking_form_handler' => true,
  555.             'api.room_service' => true,
  556.             'app.booking_category_repository' => true,
  557.             'app.booking_repository' => true,
  558.             'app.booking_type_repository' => true,
  559.             'app.equipment.repository' => true,
  560.             'app.form.booking_disposition' => true,
  561.             'app.form.registration' => true,
  562.             'app.invoice.repository' => true,
  563.             'app.manager.booking' => true,
  564.             'app.manager.excel' => true,
  565.             'app.manager.invoice' => true,
  566.             'app.restoration.repository' => true,
  567.             'app.room_repository' => true,
  568.             'app.room_type_repository' => true,
  569.             'app.user_registration_comfirm' => true,
  570.             'argument_metadata_factory' => true,
  571.             'argument_resolver.default' => true,
  572.             'argument_resolver.request' => true,
  573.             'argument_resolver.request_attribute' => true,
  574.             'argument_resolver.service' => true,
  575.             'argument_resolver.session' => true,
  576.             'argument_resolver.variadic' => true,
  577.             'assets.context' => true,
  578.             'assets.packages' => true,
  579.             'cache.annotations' => true,
  580.             'cache.default_clearer' => true,
  581.             'cache.doctrine.orm.default.metadata' => true,
  582.             'cache.doctrine.orm.default.query' => true,
  583.             'cache.doctrine.orm.default.result' => true,
  584.             'cache.serializer' => true,
  585.             'cache.validator' => true,
  586.             'component.room_manager' => true,
  587.             'config.resource.self_checking_resource_checker' => true,
  588.             'config_cache_factory' => true,
  589.             'console.command.about' => true,
  590.             'console.command.assets_install' => true,
  591.             'console.command.cache_clear' => true,
  592.             'console.command.cache_pool_clear' => true,
  593.             'console.command.cache_pool_prune' => true,
  594.             'console.command.cache_warmup' => true,
  595.             'console.command.config_debug' => true,
  596.             'console.command.config_dump_reference' => true,
  597.             'console.command.container_debug' => true,
  598.             'console.command.debug_autowiring' => true,
  599.             'console.command.event_dispatcher_debug' => true,
  600.             'console.command.form_debug' => true,
  601.             'console.command.router_debug' => true,
  602.             'console.command.router_match' => true,
  603.             'console.command.translation_debug' => true,
  604.             'console.command.translation_update' => true,
  605.             'console.command.xliff_lint' => true,
  606.             'console.command.yaml_lint' => true,
  607.             'console.error_listener' => true,
  608.             'controller_name_converter' => true,
  609.             'data_collector.form' => true,
  610.             'data_collector.form.extractor' => true,
  611.             'data_collector.request' => true,
  612.             'data_collector.router' => true,
  613.             'data_collector.translation' => true,
  614.             'debug.argument_resolver' => true,
  615.             'debug.controller_resolver' => true,
  616.             'debug.debug_handlers_listener' => true,
  617.             'debug.dump_listener' => true,
  618.             'debug.event_dispatcher' => true,
  619.             'debug.file_link_formatter' => true,
  620.             'debug.file_link_formatter.url_format' => true,
  621.             'debug.log_processor' => true,
  622.             'debug.security.access.decision_manager' => true,
  623.             'debug.stopwatch' => true,
  624.             'dependency_injection.config.container_parameters_resource_checker' => true,
  625.             'deprecated.form.registry' => true,
  626.             'deprecated.form.registry.csrf' => true,
  627.             'doctrine.cache_clear_metadata_command' => true,
  628.             'doctrine.cache_clear_query_cache_command' => true,
  629.             'doctrine.cache_clear_result_command' => true,
  630.             'doctrine.cache_collection_region_command' => true,
  631.             'doctrine.clear_entity_region_command' => true,
  632.             'doctrine.clear_query_region_command' => true,
  633.             'doctrine.database_create_command' => true,
  634.             'doctrine.database_drop_command' => true,
  635.             'doctrine.database_import_command' => true,
  636.             'doctrine.dbal.connection_factory' => true,
  637.             'doctrine.dbal.logger.profiling.default' => true,
  638.             'doctrine.ensure_production_settings_command' => true,
  639.             'doctrine.fixtures_load_command' => true,
  640.             'doctrine.generate_entities_command' => true,
  641.             'doctrine.mapping_convert_command' => true,
  642.             'doctrine.mapping_import_command' => true,
  643.             'doctrine.mapping_info_command' => true,
  644.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata' => true,
  645.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.query' => true,
  646.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.result' => true,
  647.             'doctrine.orm.default_entity_listener_resolver' => true,
  648.             'doctrine.orm.default_entity_manager.property_info_extractor' => true,
  649.             'doctrine.orm.default_listeners.attach_entity_listeners' => true,
  650.             'doctrine.orm.default_manager_configurator' => true,
  651.             'doctrine.orm.proxy_cache_warmer' => true,
  652.             'doctrine.orm.validator.unique' => true,
  653.             'doctrine.orm.validator_initializer' => true,
  654.             'doctrine.query_dql_command' => true,
  655.             'doctrine.query_sql_command' => true,
  656.             'doctrine.schema_create_command' => true,
  657.             'doctrine.schema_drop_command' => true,
  658.             'doctrine.schema_update_command' => true,
  659.             'doctrine.schema_validate_command' => true,
  660.             'doctrine_cache.contains_command' => true,
  661.             'doctrine_cache.delete_command' => true,
  662.             'doctrine_cache.flush_command' => true,
  663.             'doctrine_cache.stats_command' => true,
  664.             'doctrine_migrations.diff_command' => true,
  665.             'doctrine_migrations.execute_command' => true,
  666.             'doctrine_migrations.generate_command' => true,
  667.             'doctrine_migrations.latest_command' => true,
  668.             'doctrine_migrations.migrate_command' => true,
  669.             'doctrine_migrations.status_command' => true,
  670.             'doctrine_migrations.version_command' => true,
  671.             'file_locator' => true,
  672.             'form.registry' => true,
  673.             'form.resolved_type_factory' => true,
  674.             'form.server_params' => true,
  675.             'form.type.choice' => true,
  676.             'form.type.entity' => true,
  677.             'form.type.form' => true,
  678.             'form.type_extension.csrf' => true,
  679.             'form.type_extension.form.data_collector' => true,
  680.             'form.type_extension.form.http_foundation' => true,
  681.             'form.type_extension.form.transformation_failure_handling' => true,
  682.             'form.type_extension.form.validator' => true,
  683.             'form.type_extension.repeated.validator' => true,
  684.             'form.type_extension.submit.validator' => true,
  685.             'form.type_extension.upload.validator' => true,
  686.             'form.type_guesser.doctrine' => true,
  687.             'form.type_guesser.validator' => true,
  688.             'fos_js_routing.dump_command' => true,
  689.             'fos_js_routing.router_debug_exposed_command' => true,
  690.             'fos_rest.body_listener' => true,
  691.             'fos_rest.decoder.json' => true,
  692.             'fos_rest.decoder.jsontoform' => true,
  693.             'fos_rest.decoder.xml' => true,
  694.             'fos_rest.decoder_provider' => true,
  695.             'fos_rest.format_listener' => true,
  696.             'fos_rest.format_negotiator' => true,
  697.             'fos_rest.inflector' => true,
  698.             'fos_rest.normalizer.camel_keys' => true,
  699.             'fos_rest.normalizer.camel_keys_with_leading_underscore' => true,
  700.             'fos_rest.request.param_fetcher' => true,
  701.             'fos_rest.request.param_fetcher.reader' => true,
  702.             'fos_rest.serializer' => true,
  703.             'fos_rest.view_handler' => true,
  704.             'fos_rest.view_response_listener' => true,
  705.             'fos_user.change_password.form.factory' => true,
  706.             'fos_user.change_password.form.type' => true,
  707.             'fos_user.command.activate_user' => true,
  708.             'fos_user.command.change_password' => true,
  709.             'fos_user.command.create_user' => true,
  710.             'fos_user.command.deactivate_user' => true,
  711.             'fos_user.command.demote_user' => true,
  712.             'fos_user.command.promote_user' => true,
  713.             'fos_user.listener.authentication' => true,
  714.             'fos_user.listener.flash' => true,
  715.             'fos_user.listener.resetting' => true,
  716.             'fos_user.mailer' => true,
  717.             'fos_user.profile.form.factory' => true,
  718.             'fos_user.profile.form.type' => true,
  719.             'fos_user.registration.form.factory' => true,
  720.             'fos_user.registration.form.type' => true,
  721.             'fos_user.resetting.form.factory' => true,
  722.             'fos_user.resetting.form.type' => true,
  723.             'fos_user.security.interactive_login_listener' => true,
  724.             'fos_user.security.login_manager' => true,
  725.             'fos_user.user_provider.username' => true,
  726.             'fos_user.username_form_type' => true,
  727.             'fos_user.util.canonical_fields_updater' => true,
  728.             'fos_user.util.email_canonicalizer' => true,
  729.             'fos_user.util.password_updater' => true,
  730.             'fos_user.util.token_generator' => true,
  731.             'fos_user.util.user_manipulator' => true,
  732.             'fragment.handler' => true,
  733.             'fragment.listener' => true,
  734.             'fragment.renderer.hinclude' => true,
  735.             'fragment.renderer.inline' => true,
  736.             'framework_extra_bundle.argument_name_convertor' => true,
  737.             'framework_extra_bundle.event.is_granted' => true,
  738.             'kernel.class_cache.cache_warmer' => true,
  739.             'locale_listener' => true,
  740.             'logger' => true,
  741.             'monolog.handler.console' => true,
  742.             'monolog.handler.main' => true,
  743.             'monolog.handler.null_internal' => true,
  744.             'monolog.handler.server_log' => true,
  745.             'monolog.logger.cache' => true,
  746.             'monolog.logger.console' => true,
  747.             'monolog.logger.doctrine' => true,
  748.             'monolog.logger.event' => true,
  749.             'monolog.logger.php' => true,
  750.             'monolog.logger.profiler' => true,
  751.             'monolog.logger.request' => true,
  752.             'monolog.logger.security' => true,
  753.             'monolog.logger.snappy' => true,
  754.             'monolog.logger.templating' => true,
  755.             'monolog.logger.translation' => true,
  756.             'nelmio_api_doc.doc_comment_extractor' => true,
  757.             'nelmio_api_doc.event_listener.request' => true,
  758.             'nelmio_api_doc.form.extension.description_form_type_extension' => true,
  759.             'nelmio_api_doc.formatter.markdown_formatter' => true,
  760.             'nelmio_api_doc.formatter.simple_formatter' => true,
  761.             'nelmio_api_doc.parser.collection_parser' => true,
  762.             'nelmio_api_doc.parser.form_errors_parser' => true,
  763.             'nelmio_api_doc.parser.form_type_parser' => true,
  764.             'nelmio_api_doc.parser.json_serializable_parser' => true,
  765.             'nelmio_api_doc.parser.validation_parser' => true,
  766.             'nelmio_api_doc.twig.extension.extra_markdown' => true,
  767.             'phpexcel' => true,
  768.             'profiler_listener' => true,
  769.             'property_accessor' => true,
  770.             'resolve_controller_name_subscriber' => true,
  771.             'response_listener' => true,
  772.             'router.cache_warmer' => true,
  773.             'router.request_context' => true,
  774.             'router_listener' => true,
  775.             'security.access.authenticated_voter' => true,
  776.             'security.access.expression_voter' => true,
  777.             'security.access.role_hierarchy_voter' => true,
  778.             'security.access_listener' => true,
  779.             'security.access_map' => true,
  780.             'security.authentication.guard_handler' => true,
  781.             'security.authentication.listener.anonymous.main' => true,
  782.             'security.authentication.listener.form.main' => true,
  783.             'security.authentication.manager' => true,
  784.             'security.authentication.provider.anonymous.main' => true,
  785.             'security.authentication.provider.dao.main' => true,
  786.             'security.authentication.session_strategy.main' => true,
  787.             'security.authentication.trust_resolver' => true,
  788.             'security.channel_listener' => true,
  789.             'security.command.user_password_encoder' => true,
  790.             'security.context_listener.0' => true,
  791.             'security.csrf.token_storage' => true,
  792.             'security.encoder_factory' => true,
  793.             'security.firewall' => true,
  794.             'security.firewall.map' => true,
  795.             'security.firewall.map.context.dev' => true,
  796.             'security.firewall.map.context.main' => true,
  797.             'security.http_utils' => true,
  798.             'security.logout_url_generator' => true,
  799.             'security.rememberme.response_listener' => true,
  800.             'security.request_matcher.00qf1z7' => true,
  801.             'security.request_matcher.zfhj2lw' => true,
  802.             'security.role_hierarchy' => true,
  803.             'security.user_checker' => true,
  804.             'security.user_value_resolver' => true,
  805.             'security.validator.user_password' => true,
  806.             'sensio_distribution.security_checker' => true,
  807.             'sensio_distribution.security_checker.command' => true,
  808.             'sensio_framework_extra.cache.listener' => true,
  809.             'sensio_framework_extra.controller.listener' => true,
  810.             'sensio_framework_extra.converter.listener' => true,
  811.             'sensio_framework_extra.converter.manager' => true,
  812.             'sensio_framework_extra.routing.loader.annot_class' => true,
  813.             'sensio_framework_extra.routing.loader.annot_dir' => true,
  814.             'sensio_framework_extra.routing.loader.annot_file' => true,
  815.             'sensio_framework_extra.security.listener' => true,
  816.             'sensio_framework_extra.view.listener' => true,
  817.             'serializer.mapping.cache.symfony' => true,
  818.             'serializer.mapping.cache_warmer' => true,
  819.             'session.handler' => true,
  820.             'session.save_listener' => true,
  821.             'session.storage.filesystem' => true,
  822.             'session.storage.metadata_bag' => true,
  823.             'session.storage.native' => true,
  824.             'session.storage.php_bridge' => true,
  825.             'session_listener' => true,
  826.             'streamed_response_listener' => true,
  827.             'swiftmailer.email_sender.listener' => true,
  828.             'swiftmailer.mailer.default.spool' => true,
  829.             'swiftmailer.mailer.default.transport' => true,
  830.             'swiftmailer.mailer.default.transport.eventdispatcher' => true,
  831.             'templating.cache_warmer.template_paths' => true,
  832.             'templating.filename_parser' => true,
  833.             'templating.finder' => true,
  834.             'templating.helper.logout_url' => true,
  835.             'templating.helper.security' => true,
  836.             'templating.locator' => true,
  837.             'templating.name_parser' => true,
  838.             'translation.dumper.csv' => true,
  839.             'translation.dumper.ini' => true,
  840.             'translation.dumper.json' => true,
  841.             'translation.dumper.mo' => true,
  842.             'translation.dumper.php' => true,
  843.             'translation.dumper.po' => true,
  844.             'translation.dumper.qt' => true,
  845.             'translation.dumper.res' => true,
  846.             'translation.dumper.xliff' => true,
  847.             'translation.dumper.yml' => true,
  848.             'translation.extractor' => true,
  849.             'translation.extractor.php' => true,
  850.             'translation.loader' => true,
  851.             'translation.loader.csv' => true,
  852.             'translation.loader.dat' => true,
  853.             'translation.loader.ini' => true,
  854.             'translation.loader.json' => true,
  855.             'translation.loader.mo' => true,
  856.             'translation.loader.php' => true,
  857.             'translation.loader.po' => true,
  858.             'translation.loader.qt' => true,
  859.             'translation.loader.res' => true,
  860.             'translation.loader.xliff' => true,
  861.             'translation.loader.yml' => true,
  862.             'translation.reader' => true,
  863.             'translation.warmer' => true,
  864.             'translation.writer' => true,
  865.             'translator.default' => true,
  866.             'translator_listener' => true,
  867.             'twig.cache_warmer' => true,
  868.             'twig.command.debug' => true,
  869.             'twig.command.lint' => true,
  870.             'twig.exception_listener' => true,
  871.             'twig.form.renderer' => true,
  872.             'twig.loader' => true,
  873.             'twig.profile' => true,
  874.             'twig.runtime.httpkernel' => true,
  875.             'twig.template_cache_warmer' => true,
  876.             'twig.translation.extractor' => true,
  877.             'uri_signer' => true,
  878.             'validate_request_listener' => true,
  879.             'validator.builder' => true,
  880.             'validator.email' => true,
  881.             'validator.expression' => true,
  882.             'validator.mapping.cache_warmer' => true,
  883.             'var_dumper.cli_dumper' => true,
  884.             'web_profiler.csp.handler' => true,
  885.             'web_profiler.debug_toolbar' => true,
  886.             'web_server.command.server_log' => true,
  887.             'web_server.command.server_run' => true,
  888.             'web_server.command.server_start' => true,
  889.             'web_server.command.server_status' => true,
  890.             'web_server.command.server_stop' => true,
  891.         ];
  892.         $this->aliases = [
  893.             'Knp\\Snappy\\Image' => 'knp_snappy.image',
  894.             'Knp\\Snappy\\Pdf' => 'knp_snappy.pdf',
  895.             'cache.app_clearer' => 'cache.default_clearer',
  896.             'console.command.doctrine_bundle_doctrinecachebundle_command_containscommand' => 'doctrine_cache.contains_command',
  897.             'console.command.doctrine_bundle_doctrinecachebundle_command_deletecommand' => 'doctrine_cache.delete_command',
  898.             'console.command.doctrine_bundle_doctrinecachebundle_command_flushcommand' => 'doctrine_cache.flush_command',
  899.             'console.command.doctrine_bundle_doctrinecachebundle_command_statscommand' => 'doctrine_cache.stats_command',
  900.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsdiffdoctrinecommand' => 'doctrine_migrations.diff_command',
  901.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsexecutedoctrinecommand' => 'doctrine_migrations.execute_command',
  902.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsgeneratedoctrinecommand' => 'doctrine_migrations.generate_command',
  903.             'console.command.doctrine_bundle_migrationsbundle_command_migrationslatestdoctrinecommand' => 'doctrine_migrations.latest_command',
  904.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsmigratedoctrinecommand' => 'doctrine_migrations.migrate_command',
  905.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsstatusdoctrinecommand' => 'doctrine_migrations.status_command',
  906.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsversiondoctrinecommand' => 'doctrine_migrations.version_command',
  907.             'database_connection' => 'doctrine.dbal.default_connection',
  908.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  909.             'event_dispatcher' => 'debug.event_dispatcher',
  910.             'fos_rest.router' => 'router',
  911.             'fos_rest.templating' => 'templating',
  912.             'fos_user.util.username_canonicalizer' => 'fos_user.util.email_canonicalizer',
  913.             'mailer' => 'swiftmailer.mailer.default',
  914.             'session.storage' => 'session.storage.native',
  915.             'swiftmailer.mailer' => 'swiftmailer.mailer.default',
  916.             'swiftmailer.plugin.messagelogger' => 'swiftmailer.mailer.default.plugin.messagelogger',
  917.             'swiftmailer.spool' => 'swiftmailer.mailer.default.spool',
  918.             'swiftmailer.transport' => 'swiftmailer.mailer.default.transport',
  919.             'swiftmailer.transport.real' => 'swiftmailer.mailer.default.transport.real',
  920.         ];
  921.         $this->privates['service_container'] = function () {
  922.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerNameParser.php';
  923.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  924.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactory.php';
  925.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventSubscriberInterface.php';
  926.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ResponseListener.php';
  927.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/StreamedResponseListener.php';
  928.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/LocaleListener.php';
  929.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ValidateRequestListener.php';
  930.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/EventListener/ResolveControllerNameSubscriber.php';
  931.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernelInterface.php';
  932.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/TerminableInterface.php';
  933.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php';
  934.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RequestStack.php';
  935.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php';
  936.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php';
  937.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Config/FileLocator.php';
  938.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/UriSigner.php';
  939.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php';
  940.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php';
  941.             include_once $this->targetDirs[3].'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  942.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php';
  943.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php';
  944.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php';
  945.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/TraceableAdapter.php';
  946.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  947.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  948.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php';
  949.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php';
  950.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php';
  951.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php';
  952.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php';
  953.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/AbstractSessionListener.php';
  954.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/SessionListener.php';
  955.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php';
  956.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/SaveSessionListener.php';
  957.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/ResolvedFormTypeFactoryInterface.php';
  958.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  959.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/ResolvedFormTypeFactory.php';
  960.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/FormRegistryInterface.php';
  961.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/FormRegistry.php';
  962.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/FormExtensionInterface.php';
  963.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  964.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/FormFactoryInterface.php';
  965.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/FormFactory.php';
  966.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/Packages.php';
  967.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/PackageInterface.php';
  968.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/Package.php';
  969.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/PathPackage.php';
  970.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/VersionStrategy/VersionStrategyInterface.php';
  971.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/VersionStrategy/EmptyVersionStrategy.php';
  972.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/Context/ContextInterface.php';
  973.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/Context/RequestStackContext.php';
  974.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Templating/TemplateNameParserInterface.php';
  975.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Templating/TemplateNameParser.php';
  976.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateNameParser.php';
  977.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Loader/TemplateLocator.php';
  978.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Validation.php';
  979.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorFactoryInterface.php';
  980.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/ContainerConstraintValidatorFactory.php';
  981.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/ObjectInitializerInterface.php';
  982.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  983.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/FragmentListener.php';
  984.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php';
  985.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php';
  986.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php';
  987.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/WarmableInterface.php';
  988.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Translation/Translator.php';
  989.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php';
  990.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php';
  991.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php';
  992.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Translation/MessageSelector.php';
  993.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/TranslatorListener.php';
  994.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/Profiler.php';
  995.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/ProfilerStorageInterface.php';
  996.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php';
  997.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DataCollectorInterface.php';
  998.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DataCollector.php';
  999.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/LateDataCollectorInterface.php';
  1000.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/TimeDataCollector.php';
  1001.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/MemoryDataCollector.php';
  1002.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/DataCollector/ValidatorDataCollector.php';
  1003.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/AjaxDataCollector.php';
  1004.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/ExceptionDataCollector.php';
  1005.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/LoggerDataCollector.php';
  1006.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/EventDataCollector.php';
  1007.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/DataCollector/CacheDataCollector.php';
  1008.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php';
  1009.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/DataCollector/TwigDataCollector.php';
  1010.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DataCollector/DoctrineDataCollector.php';
  1011.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  1012.             include_once $this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  1013.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/ConfigDataCollector.php';
  1014.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php';
  1015.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php';
  1016.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DataCollector/RequestDataCollector.php';
  1017.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/RouterDataCollector.php';
  1018.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DataCollector/RouterDataCollector.php';
  1019.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataExtractorInterface.php';
  1020.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataExtractor.php';
  1021.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataCollectorInterface.php';
  1022.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataCollector.php';
  1023.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Translation/DataCollector/TranslationDataCollector.php';
  1024.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/DebugHandlersListener.php';
  1025.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Debug/FileLinkFormatter.php';
  1026.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Stopwatch/Stopwatch.php';
  1027.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php';
  1028.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php';
  1029.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php';
  1030.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php';
  1031.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php';
  1032.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php';
  1033.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolverInterface.php';
  1034.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolverInterface.php';
  1035.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php';
  1036.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php';
  1037.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php';
  1038.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php';
  1039.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableArgumentResolver.php';
  1040.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver.php';
  1041.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Log/DebugLoggerInterface.php';
  1042.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Processor/DebugProcessor.php';
  1043.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php';
  1044.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php';
  1045.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  1046.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  1047.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  1048.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AuthorizationCheckerInterface.php';
  1049.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AuthorizationChecker.php';
  1050.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorageInterface.php';
  1051.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorage.php';
  1052.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationManagerInterface.php';
  1053.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationProviderManager.php';
  1054.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolverInterface.php';
  1055.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolver.php';
  1056.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/RoleHierarchyInterface.php';
  1057.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/RoleHierarchy.php';
  1058.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallMap.php';
  1059.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/FirewallMapInterface.php';
  1060.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/LogoutUrlGenerator.php';
  1061.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/RememberMe/ResponseListener.php';
  1062.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManagerInterface.php';
  1063.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/TraceableAccessDecisionManager.php';
  1064.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManager.php';
  1065.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Environment.php';
  1066.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  1067.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  1068.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/LogoutUrlExtension.php';
  1069.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/SecurityExtension.php';
  1070.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1071.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php';
  1072.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php';
  1073.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/AssetExtension.php';
  1074.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/CodeExtension.php';
  1075.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/RoutingExtension.php';
  1076.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/YamlExtension.php';
  1077.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/StopwatchExtension.php';
  1078.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ExpressionExtension.php';
  1079.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelExtension.php';
  1080.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpFoundationExtension.php';
  1081.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/InitRuntimeInterface.php';
  1082.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/InitRuntimeInterface.php';
  1083.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php';
  1084.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/DumpExtension.php';
  1085.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/DataDumperInterface.php';
  1086.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/DumperInterface.php';
  1087.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/AbstractDumper.php';
  1088.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/CliDumper.php';
  1089.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php';
  1090.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  1091.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Twig/WebProfilerExtension.php';
  1092.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/AppVariable.php';
  1093.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1094.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1095.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1096.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Profiler/Profile.php';
  1097.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  1098.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  1099.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  1100.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  1101.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  1102.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  1103.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  1104.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/ConsoleHandler.php';
  1105.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/ServerLogHandler.php';
  1106.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  1107.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  1108.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  1109.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  1110.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ManagerRegistry.php';
  1111.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/RegistryInterface.php';
  1112.             include_once $this->targetDirs[3].'/vendor/symfony/service-contracts/ResetInterface.php';
  1113.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Registry.php';
  1114.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  1115.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  1116.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Validator/DoctrineInitializer.php';
  1117.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php';
  1118.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php';
  1119.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/ControllerListener.php';
  1120.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/ParamConverterListener.php';
  1121.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterManager.php';
  1122.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterInterface.php';
  1123.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DoctrineParamConverter.php';
  1124.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionLanguage.php';
  1125.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DateTimeParamConverter.php';
  1126.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/TemplateListener.php';
  1127.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Templating/TemplateGuesser.php';
  1128.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/HttpCacheListener.php';
  1129.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/SecurityListener.php';
  1130.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/ExpressionLanguage.php';
  1131.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Security/ExpressionLanguage.php';
  1132.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/IsGrantedListener.php';
  1133.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ArgumentNameConverter.php';
  1134.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  1135.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  1136.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  1137.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  1138.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/EventListener/FormatListener.php';
  1139.             include_once $this->targetDirs[3].'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  1140.             include_once $this->targetDirs[3].'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  1141.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php';
  1142.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RequestMatcherInterface.php';
  1143.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RequestMatcher.php';
  1144.             include_once $this->targetDirs[3].'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Formatter/FormatterInterface.php';
  1145.             include_once $this->targetDirs[3].'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Formatter/AbstractFormatter.php';
  1146.             include_once $this->targetDirs[3].'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Formatter/HtmlFormatter.php';
  1147.             include_once $this->targetDirs[3].'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Util/DocCommentExtractor.php';
  1148.             include_once $this->targetDirs[3].'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Extractor/ApiDocExtractor.php';
  1149.             include_once $this->targetDirs[3].'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Extractor/HandlerInterface.php';
  1150.             include_once $this->targetDirs[3].'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Extractor/Handler/FosRestHandler.php';
  1151.             include_once $this->targetDirs[3].'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Extractor/Handler/JmsSecurityExtraHandler.php';
  1152.             include_once $this->targetDirs[3].'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Extractor/Handler/SensioFrameworkExtraHandler.php';
  1153.             include_once $this->targetDirs[3].'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Extractor/Handler/PhpDocHandler.php';
  1154.             include_once $this->targetDirs[3].'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Twig/Extension/MarkdownExtension.php';
  1155.             include_once $this->targetDirs[3].'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Parser/ParserInterface.php';
  1156.             include_once $this->targetDirs[3].'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Parser/PostParserInterface.php';
  1157.             include_once $this->targetDirs[3].'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Parser/CollectionParser.php';
  1158.             include_once $this->targetDirs[3].'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Parser/FormErrorsParser.php';
  1159.             include_once $this->targetDirs[3].'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Parser/JsonSerializableParser.php';
  1160.             include_once $this->targetDirs[3].'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/EventListener/RequestListener.php';
  1161.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DumpDataCollector.php';
  1162.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/ClonerInterface.php';
  1163.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/AbstractCloner.php';
  1164.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/VarCloner.php';
  1165.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Csp/ContentSecurityPolicyHandler.php';
  1166.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Csp/NonceGenerator.php';
  1167.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/EventListener/WebDebugToolbarListener.php';
  1168.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  1169.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Logger.php';
  1170.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Logger.php';
  1171.             include_once $this->targetDirs[3].'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Parser/FormTypeParser.php';
  1172.             include_once $this->targetDirs[3].'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Parser/ValidationParser.php';
  1173.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Translation/DataCollectorTranslator.php';
  1174.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Translation/LoggingTranslator.php';
  1175.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php';
  1176.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php';
  1177.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php';
  1178.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php';
  1179.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php';
  1180.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php';
  1181.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceSubscriberInterface.php';
  1182.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php';
  1183.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php';
  1184.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/EventListener/FirewallListener.php';
  1185.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Debug/TraceableFirewallListener.php';
  1186.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  1187.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  1188.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  1189.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  1190.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  1191.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  1192.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php';
  1193.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Factory/MetadataFactoryInterface.php';
  1194.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/ValidatorInterface.php';
  1195.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/TraceableValidator.php';
  1196.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  1197.         };
  1198.     }
  1199.     public function getRemovedIds()
  1200.     {
  1201.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1202.     }
  1203.     public function compile()
  1204.     {
  1205.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1206.     }
  1207.     public function isCompiled()
  1208.     {
  1209.         return true;
  1210.     }
  1211.     public function isFrozen()
  1212.     {
  1213.         @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);
  1214.         return true;
  1215.     }
  1216.     protected function load($file$lazyLoad true)
  1217.     {
  1218.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1219.     }
  1220.     protected function createProxy($class, \Closure $factory)
  1221.     {
  1222.         class_exists($classfalse) || $this->load("{$class}.php");
  1223.         return $factory();
  1224.     }
  1225.     /**
  1226.      * Gets the public 'cache.app' shared service.
  1227.      *
  1228.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1229.      */
  1230.     protected function getCache_AppService()
  1231.     {
  1232.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('czXZ4LM8Gd'0, ($this->targetDirs[0].'/pools'));
  1233.         $a->setLogger(${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->getMonolog_Logger_CacheService()) && false ?: '_'});
  1234.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1235.     }
  1236.     /**
  1237.      * Gets the public 'cache.system' shared service.
  1238.      *
  1239.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1240.      */
  1241.     protected function getCache_SystemService()
  1242.     {
  1243.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('y07GajEjel'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 ?: '_'}));
  1244.     }
  1245.     /**
  1246.      * Gets the public 'data_collector.dump' shared service.
  1247.      *
  1248.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1249.      */
  1250.     protected function getDataCollector_DumpService()
  1251.     {
  1252.         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);
  1253.     }
  1254.     /**
  1255.      * Gets the public 'doctrine' shared service.
  1256.      *
  1257.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1258.      */
  1259.     protected function getDoctrineService()
  1260.     {
  1261.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1262.     }
  1263.     /**
  1264.      * Gets the public 'form.factory' shared service.
  1265.      *
  1266.      * @return \Symfony\Component\Form\FormFactory
  1267.      */
  1268.     protected function getForm_FactoryService()
  1269.     {
  1270.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(${($_ = isset($this->services['form.registry']) ? $this->services['form.registry'] : $this->getForm_RegistryService()) && false ?: '_'}, ${($_ = isset($this->services['form.resolved_type_factory']) ? $this->services['form.resolved_type_factory'] : $this->getForm_ResolvedTypeFactoryService()) && false ?: '_'});
  1271.     }
  1272.     /**
  1273.      * Gets the public 'http_kernel' shared service.
  1274.      *
  1275.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1276.      */
  1277.     protected function getHttpKernelService()
  1278.     {
  1279.         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 ?: '_'});
  1280.     }
  1281.     /**
  1282.      * Gets the public 'nelmio_api_doc.extractor.api_doc_extractor' shared service.
  1283.      *
  1284.      * @return \Nelmio\ApiDocBundle\Extractor\ApiDocExtractor
  1285.      */
  1286.     protected function getNelmioApiDoc_Extractor_ApiDocExtractorService()
  1287.     {
  1288.         $a = ${($_ = isset($this->services['nelmio_api_doc.doc_comment_extractor']) ? $this->services['nelmio_api_doc.doc_comment_extractor'] : ($this->services['nelmio_api_doc.doc_comment_extractor'] = new \Nelmio\ApiDocBundle\Util\DocCommentExtractor())) && false ?: '_'};
  1289.         $this->services['nelmio_api_doc.extractor.api_doc_extractor'] = $instance = new \Nelmio\ApiDocBundle\Extractor\ApiDocExtractor($this, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['annotation_reader']) ? $this->services['annotation_reader'] : $this->getAnnotationReaderService()) && false ?: '_'}, $a, new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}), [=> new \Nelmio\ApiDocBundle\Extractor\Handler\FosRestHandler(), => new \Nelmio\ApiDocBundle\Extractor\Handler\JmsSecurityExtraHandler(), => new \Nelmio\ApiDocBundle\Extractor\Handler\SensioFrameworkExtraHandler(), => new \Nelmio\ApiDocBundle\Extractor\Handler\PhpDocHandler($a)], []);
  1290.         $instance->addParser(${($_ = isset($this->services['nelmio_api_doc.parser.json_serializable_parser']) ? $this->services['nelmio_api_doc.parser.json_serializable_parser'] : ($this->services['nelmio_api_doc.parser.json_serializable_parser'] = new \Nelmio\ApiDocBundle\Parser\JsonSerializableParser())) && false ?: '_'});
  1291.         $instance->addParser(${($_ = isset($this->services['nelmio_api_doc.parser.collection_parser']) ? $this->services['nelmio_api_doc.parser.collection_parser'] : ($this->services['nelmio_api_doc.parser.collection_parser'] = new \Nelmio\ApiDocBundle\Parser\CollectionParser())) && false ?: '_'});
  1292.         $instance->addParser(${($_ = isset($this->services['nelmio_api_doc.parser.form_errors_parser']) ? $this->services['nelmio_api_doc.parser.form_errors_parser'] : ($this->services['nelmio_api_doc.parser.form_errors_parser'] = new \Nelmio\ApiDocBundle\Parser\FormErrorsParser())) && false ?: '_'});
  1293.         $instance->addParser(${($_ = isset($this->services['nelmio_api_doc.parser.form_type_parser']) ? $this->services['nelmio_api_doc.parser.form_type_parser'] : $this->getNelmioApiDoc_Parser_FormTypeParserService()) && false ?: '_'});
  1294.         $instance->addParser(${($_ = isset($this->services['nelmio_api_doc.parser.validation_parser']) ? $this->services['nelmio_api_doc.parser.validation_parser'] : $this->getNelmioApiDoc_Parser_ValidationParserService()) && false ?: '_'});
  1295.         return $instance;
  1296.     }
  1297.     /**
  1298.      * Gets the public 'nelmio_api_doc.formatter.html_formatter' shared service.
  1299.      *
  1300.      * @return \Nelmio\ApiDocBundle\Formatter\HtmlFormatter
  1301.      */
  1302.     protected function getNelmioApiDoc_Formatter_HtmlFormatterService()
  1303.     {
  1304.         $this->services['nelmio_api_doc.formatter.html_formatter'] = $instance = new \Nelmio\ApiDocBundle\Formatter\HtmlFormatter();
  1305.         $instance->setTemplatingEngine(${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'});
  1306.         $instance->setMotdTemplate('@NelmioApiDoc/Components/motd.html.twig');
  1307.         $instance->setApiName('API documentation');
  1308.         $instance->setEnableSandbox(true);
  1309.         $instance->setEndpoint(NULL);
  1310.         $instance->setRequestFormatMethod('format_param');
  1311.         $instance->setRequestFormats($this->parameters['nelmio_api_doc.sandbox.request_format.formats']);
  1312.         $instance->setDefaultRequestFormat('json');
  1313.         $instance->setAcceptType(NULL);
  1314.         $instance->setBodyFormats($this->parameters['nelmio_api_doc.sandbox.body_format.formats']);
  1315.         $instance->setDefaultBodyFormat('form');
  1316.         $instance->setAuthentication(NULL);
  1317.         $instance->setDefaultSectionsOpened(true);
  1318.         return $instance;
  1319.     }
  1320.     /**
  1321.      * Gets the public 'profiler' shared service.
  1322.      *
  1323.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1324.      */
  1325.     protected function getProfilerService()
  1326.     {
  1327.         $a = ${($_ = isset($this->services['monolog.logger.profiler']) ? $this->services['monolog.logger.profiler'] : $this->getMonolog_Logger_ProfilerService()) && false ?: '_'};
  1328.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDirs[0].'/profiler')), $atrue);
  1329.         $b = ${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel')) && false ?: '_'};
  1330.         $c = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1331.         $c->addInstance('cache.app', ${($_ = isset($this->services['cache.app']) ? $this->services['cache.app'] : $this->getCache_AppService()) && false ?: '_'});
  1332.         $c->addInstance('cache.system', ${($_ = isset($this->services['cache.system']) ? $this->services['cache.system'] : $this->getCache_SystemService()) && false ?: '_'});
  1333.         $c->addInstance('cache.validator', ${($_ = isset($this->services['cache.validator']) ? $this->services['cache.validator'] : $this->getCache_ValidatorService()) && false ?: '_'});
  1334.         $c->addInstance('cache.serializer', ${($_ = isset($this->services['cache.serializer']) ? $this->services['cache.serializer'] : $this->getCache_SerializerService()) && false ?: '_'});
  1335.         $c->addInstance('cache.annotations', ${($_ = isset($this->services['cache.annotations']) ? $this->services['cache.annotations'] : $this->getCache_AnnotationsService()) && false ?: '_'});
  1336.         $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 ?: '_'});
  1337.         $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 ?: '_'});
  1338.         $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 ?: '_'});
  1339.         $d = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'});
  1340.         $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 ?: '_'});
  1341.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1342.         if ($this->has('kernel')) {
  1343.             $e->setKernel($b);
  1344.         }
  1345.         $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 ?: '_'});
  1346.         $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 ?: '_'}));
  1347.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1348.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(${($_ = isset($this->services['validator']) ? $this->services['validator'] : $this->getValidatorService()) && false ?: '_'}));
  1349.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1350.         $instance->add(${($_ = isset($this->services['data_collector.form']) ? $this->services['data_collector.form'] : $this->getDataCollector_FormService()) && false ?: '_'});
  1351.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1352.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDirs[0].'/appDevDebugProjectContainer')));
  1353.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'}));
  1354.         $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 ?: '_'});
  1355.         $instance->add($c);
  1356.         $instance->add(${($_ = isset($this->services['data_collector.translation']) ? $this->services['data_collector.translation'] : $this->getDataCollector_TranslationService()) && false ?: '_'});
  1357.         $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 ?: '_'}));
  1358.         $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 ?: '_'}));
  1359.         $instance->add($d);
  1360.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1361.         $instance->add(${($_ = isset($this->services['data_collector.dump']) ? $this->services['data_collector.dump'] : $this->getDataCollector_DumpService()) && false ?: '_'});
  1362.         $instance->add($e);
  1363.         return $instance;
  1364.     }
  1365.     /**
  1366.      * Gets the public 'request_stack' shared service.
  1367.      *
  1368.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1369.      */
  1370.     protected function getRequestStackService()
  1371.     {
  1372.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1373.     }
  1374.     /**
  1375.      * Gets the public 'router' shared service.
  1376.      *
  1377.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1378.      */
  1379.     protected function getRouterService()
  1380.     {
  1381.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router($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 ?: '_'});
  1382.         $instance->setConfigCacheFactory(${($_ = isset($this->services['config_cache_factory']) ? $this->services['config_cache_factory'] : $this->getConfigCacheFactoryService()) && false ?: '_'});
  1383.         return $instance;
  1384.     }
  1385.     /**
  1386.      * Gets the public 'security.authorization_checker' shared service.
  1387.      *
  1388.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1389.      */
  1390.     protected function getSecurity_AuthorizationCheckerService()
  1391.     {
  1392.         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);
  1393.     }
  1394.     /**
  1395.      * Gets the public 'security.token_storage' shared service.
  1396.      *
  1397.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  1398.      */
  1399.     protected function getSecurity_TokenStorageService()
  1400.     {
  1401.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  1402.     }
  1403.     /**
  1404.      * Gets the public 'translator' shared service.
  1405.      *
  1406.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1407.      */
  1408.     protected function getTranslatorService()
  1409.     {
  1410.         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 ?: '_'}));
  1411.     }
  1412.     /**
  1413.      * Gets the public 'twig' shared service.
  1414.      *
  1415.      * @return \Twig\Environment
  1416.      */
  1417.     protected function getTwigService()
  1418.     {
  1419.         $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']);
  1420.         $a = ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'};
  1421.         $b = ${($_ = isset($this->services['debug.file_link_formatter']) ? $this->services['debug.file_link_formatter'] : $this->getDebug_FileLinkFormatterService()) && false ?: '_'};
  1422.         $c = ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'};
  1423.         $d = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  1424.         $d->setDisplayOptions(['fileLinkFormat' => $b]);
  1425.         $e = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1426.         $e->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $b]);
  1427.         $f = new \Symfony\Bridge\Twig\AppVariable();
  1428.         $f->setEnvironment('dev');
  1429.         $f->setDebug(true);
  1430.         if ($this->has('security.token_storage')) {
  1431.             $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 ?: '_'});
  1432.         }
  1433.         if ($this->has('request_stack')) {
  1434.             $f->setRequestStack($c);
  1435.         }
  1436.         $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 ?: '_'}));
  1437.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(${($_ = isset($this->services['security.authorization_checker']) ? $this->services['security.authorization_checker'] : $this->getSecurity_AuthorizationCheckerService()) && false ?: '_'}));
  1438.         $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));
  1439.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'}));
  1440.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(${($_ = isset($this->services['assets.packages']) ? $this->services['assets.packages'] : $this->getAssets_PackagesService()) && false ?: '_'}));
  1441.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($b, ($this->targetDirs[3].'/app'), 'UTF-8'));
  1442.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}));
  1443.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1444.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  1445.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1446.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1447.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension($c, ${($_ = isset($this->services['router.request_context']) ? $this->services['router.request_context'] : $this->getRouter_RequestContextService()) && false ?: '_'}));
  1448.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([=> $this=> 'twig.form.renderer']));
  1449.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(${($_ = isset($this->services['var_dumper.cloner']) ? $this->services['var_dumper.cloner'] : $this->getVarDumper_ClonerService()) && false ?: '_'}, $d));
  1450.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1451.         $instance->addExtension(${($_ = isset($this->services['nelmio_api_doc.twig.extension.extra_markdown']) ? $this->services['nelmio_api_doc.twig.extension.extra_markdown'] : ($this->services['nelmio_api_doc.twig.extension.extra_markdown'] = new \Nelmio\ApiDocBundle\Twig\Extension\MarkdownExtension())) && false ?: '_'});
  1452.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($e));
  1453.         $instance->addGlobal('app'$f);
  1454.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\ServiceLocator(['Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => function () {
  1455.             return ${($_ = isset($this->services['twig.runtime.httpkernel']) ? $this->services['twig.runtime.httpkernel'] : $this->load('getTwig_Runtime_HttpkernelService.php')) && false ?: '_'};
  1456.         }, 'Symfony\\Component\\Form\\FormRenderer' => function () {
  1457.             return ${($_ = isset($this->services['twig.form.renderer']) ? $this->services['twig.form.renderer'] : $this->load('getTwig_Form_RendererService.php')) && false ?: '_'};
  1458.         }])));
  1459.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1460.         return $instance;
  1461.     }
  1462.     /**
  1463.      * Gets the public 'validator' shared service.
  1464.      *
  1465.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1466.      */
  1467.     protected function getValidatorService()
  1468.     {
  1469.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(${($_ = isset($this->services['validator.builder']) ? $this->services['validator.builder'] : $this->getValidator_BuilderService()) && false ?: '_'}->getValidator());
  1470.     }
  1471.     /**
  1472.      * Gets the public 'var_dumper.cloner' shared service.
  1473.      *
  1474.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1475.      */
  1476.     protected function getVarDumper_ClonerService()
  1477.     {
  1478.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1479.         $instance->setMaxItems(2500);
  1480.         $instance->setMinDepth(1);
  1481.         $instance->setMaxString(-1);
  1482.         return $instance;
  1483.     }
  1484.     /**
  1485.      * Gets the private 'annotation_reader' shared service.
  1486.      *
  1487.      * @return \Doctrine\Common\Annotations\CachedReader
  1488.      */
  1489.     protected function getAnnotationReaderService()
  1490.     {
  1491.         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);
  1492.     }
  1493.     /**
  1494.      * Gets the private 'annotations.reader' shared service.
  1495.      *
  1496.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1497.      */
  1498.     protected function getAnnotations_ReaderService()
  1499.     {
  1500.         $this->services['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1501.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1502.         $a->registerUniqueLoader('class_exists');
  1503.         $instance->addGlobalIgnoredName('required'$a);
  1504.         return $instance;
  1505.     }
  1506.     /**
  1507.      * Gets the private 'argument_metadata_factory' shared service.
  1508.      *
  1509.      * @return \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory
  1510.      */
  1511.     protected function getArgumentMetadataFactoryService()
  1512.     {
  1513.         return $this->services['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory();
  1514.     }
  1515.     /**
  1516.      * Gets the private 'assets.context' shared service.
  1517.      *
  1518.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  1519.      */
  1520.     protected function getAssets_ContextService()
  1521.     {
  1522.         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);
  1523.     }
  1524.     /**
  1525.      * Gets the private 'assets.packages' shared service.
  1526.      *
  1527.      * @return \Symfony\Component\Asset\Packages
  1528.      */
  1529.     protected function getAssets_PackagesService()
  1530.     {
  1531.         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 ?: '_'}), []);
  1532.     }
  1533.     /**
  1534.      * Gets the private 'cache.annotations' shared service.
  1535.      *
  1536.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1537.      */
  1538.     protected function getCache_AnnotationsService()
  1539.     {
  1540.         return $this->services['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('zjgXxX8mSM'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 ?: '_'}));
  1541.     }
  1542.     /**
  1543.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  1544.      *
  1545.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1546.      */
  1547.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  1548.     {
  1549.         return $this->services['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1550.     }
  1551.     /**
  1552.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1553.      *
  1554.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1555.      */
  1556.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1557.     {
  1558.         return $this->services['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1559.     }
  1560.     /**
  1561.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1562.      *
  1563.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1564.      */
  1565.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1566.     {
  1567.         return $this->services['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1568.     }
  1569.     /**
  1570.      * Gets the private 'cache.serializer' shared service.
  1571.      *
  1572.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1573.      */
  1574.     protected function getCache_SerializerService()
  1575.     {
  1576.         return $this->services['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('erfzXbFn3c'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 ?: '_'}));
  1577.     }
  1578.     /**
  1579.      * Gets the private 'cache.validator' shared service.
  1580.      *
  1581.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1582.      */
  1583.     protected function getCache_ValidatorService()
  1584.     {
  1585.         return $this->services['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Jb5bVUNkWK'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 ?: '_'}));
  1586.     }
  1587.     /**
  1588.      * Gets the private 'config_cache_factory' shared service.
  1589.      *
  1590.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1591.      */
  1592.     protected function getConfigCacheFactoryService()
  1593.     {
  1594.         return $this->services['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1595.             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 ?: '_'};
  1596.             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 ?: '_'};
  1597.         }, 2));
  1598.     }
  1599.     /**
  1600.      * Gets the private 'controller_name_converter' shared service.
  1601.      *
  1602.      * @return \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser
  1603.      */
  1604.     protected function getControllerNameConverterService()
  1605.     {
  1606.         return $this->services['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'});
  1607.     }
  1608.     /**
  1609.      * Gets the private 'data_collector.form' shared service.
  1610.      *
  1611.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1612.      */
  1613.     protected function getDataCollector_FormService()
  1614.     {
  1615.         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 ?: '_'});
  1616.     }
  1617.     /**
  1618.      * Gets the private 'data_collector.form.extractor' shared service.
  1619.      *
  1620.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor
  1621.      */
  1622.     protected function getDataCollector_Form_ExtractorService()
  1623.     {
  1624.         return $this->services['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor();
  1625.     }
  1626.     /**
  1627.      * Gets the private 'data_collector.request' shared service.
  1628.      *
  1629.      * @return \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector
  1630.      */
  1631.     protected function getDataCollector_RequestService()
  1632.     {
  1633.         return $this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector();
  1634.     }
  1635.     /**
  1636.      * Gets the private 'data_collector.router' shared service.
  1637.      *
  1638.      * @return \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector
  1639.      */
  1640.     protected function getDataCollector_RouterService()
  1641.     {
  1642.         return $this->services['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector();
  1643.     }
  1644.     /**
  1645.      * Gets the private 'data_collector.translation' shared service.
  1646.      *
  1647.      * @return \Symfony\Component\Translation\DataCollector\TranslationDataCollector
  1648.      */
  1649.     protected function getDataCollector_TranslationService()
  1650.     {
  1651.         return $this->services['data_collector.translation'] = new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'});
  1652.     }
  1653.     /**
  1654.      * Gets the private 'debug.argument_resolver' shared service.
  1655.      *
  1656.      * @return \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver
  1657.      */
  1658.     protected function getDebug_ArgumentResolverService()
  1659.     {
  1660.         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 () {
  1661.             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 ?: '_'};
  1662.             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 ?: '_'};
  1663.             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 ?: '_'};
  1664.             yield => ${($_ = isset($this->services['security.user_value_resolver']) ? $this->services['security.user_value_resolver'] : $this->load('getSecurity_UserValueResolverService.php')) && false ?: '_'};
  1665.             yield => ${($_ = isset($this->services['argument_resolver.service']) ? $this->services['argument_resolver.service'] : $this->load('getArgumentResolver_ServiceService.php')) && false ?: '_'};
  1666.             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 ?: '_'};
  1667.             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 ?: '_'};
  1668.         }, 7)), ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'});
  1669.     }
  1670.     /**
  1671.      * Gets the private 'debug.controller_resolver' shared service.
  1672.      *
  1673.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  1674.      */
  1675.     protected function getDebug_ControllerResolverService()
  1676.     {
  1677.         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 ?: '_'});
  1678.     }
  1679.     /**
  1680.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1681.      *
  1682.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1683.      */
  1684.     protected function getDebug_DebugHandlersListenerService()
  1685.     {
  1686.         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);
  1687.     }
  1688.     /**
  1689.      * Gets the private 'debug.event_dispatcher' shared service.
  1690.      *
  1691.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1692.      */
  1693.     protected function getDebug_EventDispatcherService()
  1694.     {
  1695.         $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 ?: '_'});
  1696.         $instance->addListener('kernel.controller', [=> function () {
  1697.             return ${($_ = isset($this->services['data_collector.router']) ? $this->services['data_collector.router'] : ($this->services['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())) && false ?: '_'};
  1698.         }, => 'onKernelController'], 0);
  1699.         $instance->addListener('kernel.request', [=> function () {
  1700.             return ${($_ = isset($this->services['fos_rest.body_listener']) ? $this->services['fos_rest.body_listener'] : $this->getFosRest_BodyListenerService()) && false ?: '_'};
  1701.         }, => 'onKernelRequest'], 10);
  1702.         $instance->addListener('kernel.request', [=> function () {
  1703.             return ${($_ = isset($this->services['fos_rest.format_listener']) ? $this->services['fos_rest.format_listener'] : $this->getFosRest_FormatListenerService()) && false ?: '_'};
  1704.         }, => 'onKernelRequest'], 34);
  1705.         $instance->addListener('kernel.request', [=> function () {
  1706.             return ${($_ = isset($this->services['nelmio_api_doc.event_listener.request']) ? $this->services['nelmio_api_doc.event_listener.request'] : $this->getNelmioApiDoc_EventListener_RequestService()) && false ?: '_'};
  1707.         }, => 'onKernelRequest'], 0);
  1708.         $instance->addListener('fos_user.registration.success', [=> function () {
  1709.             return ${($_ = isset($this->services['AppBundle\\EventListener\\RegistrationConfirmListener']) ? $this->services['AppBundle\\EventListener\\RegistrationConfirmListener'] : $this->load('getRegistrationConfirmListenerService.php')) && false ?: '_'};
  1710.         }, => 'onRegistrationConfirm'], 0);
  1711.         $instance->addListener('kernel.response', [=> function () {
  1712.             return ${($_ = isset($this->services['response_listener']) ? $this->services['response_listener'] : ($this->services['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'))) && false ?: '_'};
  1713.         }, => 'onKernelResponse'], 0);
  1714.         $instance->addListener('kernel.response', [=> function () {
  1715.             return ${($_ = isset($this->services['streamed_response_listener']) ? $this->services['streamed_response_listener'] : ($this->services['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener())) && false ?: '_'};
  1716.         }, => 'onKernelResponse'], -1024);
  1717.         $instance->addListener('kernel.request', [=> function () {
  1718.             return ${($_ = isset($this->services['locale_listener']) ? $this->services['locale_listener'] : $this->getLocaleListenerService()) && false ?: '_'};
  1719.         }, => 'onKernelRequest'], 16);
  1720.         $instance->addListener('kernel.finish_request', [=> function () {
  1721.             return ${($_ = isset($this->services['locale_listener']) ? $this->services['locale_listener'] : $this->getLocaleListenerService()) && false ?: '_'};
  1722.         }, => 'onKernelFinishRequest'], 0);
  1723.         $instance->addListener('kernel.request', [=> function () {
  1724.             return ${($_ = isset($this->services['validate_request_listener']) ? $this->services['validate_request_listener'] : ($this->services['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener())) && false ?: '_'};
  1725.         }, => 'onKernelRequest'], 256);
  1726.         $instance->addListener('kernel.request', [=> function () {
  1727.             return ${($_ = isset($this->services['resolve_controller_name_subscriber']) ? $this->services['resolve_controller_name_subscriber'] : $this->getResolveControllerNameSubscriberService()) && false ?: '_'};
  1728.         }, => 'onKernelRequest'], 24);
  1729.         $instance->addListener('console.error', [=> function () {
  1730.             return ${($_ = isset($this->services['console.error_listener']) ? $this->services['console.error_listener'] : $this->load('getConsole_ErrorListenerService.php')) && false ?: '_'};
  1731.         }, => 'onConsoleError'], -128);
  1732.         $instance->addListener('console.terminate', [=> function () {
  1733.             return ${($_ = isset($this->services['console.error_listener']) ? $this->services['console.error_listener'] : $this->load('getConsole_ErrorListenerService.php')) && false ?: '_'};
  1734.         }, => 'onConsoleTerminate'], -128);
  1735.         $instance->addListener('kernel.request', [=> function () {
  1736.             return ${($_ = isset($this->services['session_listener']) ? $this->services['session_listener'] : $this->getSessionListenerService()) && false ?: '_'};
  1737.         }, => 'onKernelRequest'], 128);
  1738.         $instance->addListener('kernel.response', [=> function () {
  1739.             return ${($_ = isset($this->services['session_listener']) ? $this->services['session_listener'] : $this->getSessionListenerService()) && false ?: '_'};
  1740.         }, => 'onKernelResponse'], -1000);
  1741.         $instance->addListener('kernel.finish_request', [=> function () {
  1742.             return ${($_ = isset($this->services['session_listener']) ? $this->services['session_listener'] : $this->getSessionListenerService()) && false ?: '_'};
  1743.         }, => 'onFinishRequest'], 0);
  1744.         $instance->addListener('kernel.response', [=> function () {
  1745.             return ${($_ = isset($this->services['session.save_listener']) ? $this->services['session.save_listener'] : ($this->services['session.save_listener'] = new \Symfony\Component\HttpKernel\EventListener\SaveSessionListener())) && false ?: '_'};
  1746.         }, => 'onKernelResponse'], -1000);
  1747.         $instance->addListener('kernel.request', [=> function () {
  1748.             return ${($_ = isset($this->services['fragment.listener']) ? $this->services['fragment.listener'] : $this->getFragment_ListenerService()) && false ?: '_'};
  1749.         }, => 'onKernelRequest'], 48);
  1750.         $instance->addListener('kernel.request', [=> function () {
  1751.             return ${($_ = isset($this->services['translator_listener']) ? $this->services['translator_listener'] : $this->getTranslatorListenerService()) && false ?: '_'};
  1752.         }, => 'onKernelRequest'], 10);
  1753.         $instance->addListener('kernel.finish_request', [=> function () {
  1754.             return ${($_ = isset($this->services['translator_listener']) ? $this->services['translator_listener'] : $this->getTranslatorListenerService()) && false ?: '_'};
  1755.         }, => 'onKernelFinishRequest'], 0);
  1756.         $instance->addListener('kernel.response', [=> function () {
  1757.             return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
  1758.         }, => 'onKernelResponse'], -100);
  1759.         $instance->addListener('kernel.exception', [=> function () {
  1760.             return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
  1761.         }, => 'onKernelException'], 0);
  1762.         $instance->addListener('kernel.terminate', [=> function () {
  1763.             return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
  1764.         }, => 'onKernelTerminate'], -1024);
  1765.         $instance->addListener('kernel.controller', [=> function () {
  1766.             return ${($_ = isset($this->services['data_collector.request']) ? $this->services['data_collector.request'] : ($this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector())) && false ?: '_'};
  1767.         }, => 'onKernelController'], 0);
  1768.         $instance->addListener('kernel.response', [=> function () {
  1769.             return ${($_ = isset($this->services['data_collector.request']) ? $this->services['data_collector.request'] : ($this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector())) && false ?: '_'};
  1770.         }, => 'onKernelResponse'], 0);
  1771.         $instance->addListener('kernel.request', [=> function () {
  1772.             return ${($_ = isset($this->services['debug.debug_handlers_listener']) ? $this->services['debug.debug_handlers_listener'] : $this->getDebug_DebugHandlersListenerService()) && false ?: '_'};
  1773.         }, => 'configure'], 2048);
  1774.         $instance->addListener('console.command', [=> function () {
  1775.             return ${($_ = isset($this->services['debug.debug_handlers_listener']) ? $this->services['debug.debug_handlers_listener'] : $this->getDebug_DebugHandlersListenerService()) && false ?: '_'};
  1776.         }, => 'configure'], 2048);
  1777.         $instance->addListener('kernel.request', [=> function () {
  1778.             return ${($_ = isset($this->services['router_listener']) ? $this->services['router_listener'] : $this->getRouterListenerService()) && false ?: '_'};
  1779.         }, => 'onKernelRequest'], 32);
  1780.         $instance->addListener('kernel.finish_request', [=> function () {
  1781.             return ${($_ = isset($this->services['router_listener']) ? $this->services['router_listener'] : $this->getRouterListenerService()) && false ?: '_'};
  1782.         }, => 'onKernelFinishRequest'], 0);
  1783.         $instance->addListener('kernel.exception', [=> function () {
  1784.             return ${($_ = isset($this->services['router_listener']) ? $this->services['router_listener'] : $this->getRouterListenerService()) && false ?: '_'};
  1785.         }, => 'onKernelException'], -64);
  1786.         $instance->addListener('kernel.response', [=> function () {
  1787.             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 ?: '_'};
  1788.         }, => 'onKernelResponse'], 0);
  1789.         $instance->addListener('kernel.request', [=> function () {
  1790.             return ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'};
  1791.         }, => 'onKernelRequest'], 8);
  1792.         $instance->addListener('kernel.finish_request', [=> function () {
  1793.             return ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'};
  1794.         }, => 'onKernelFinishRequest'], 0);
  1795.         $instance->addListener('kernel.exception', [=> function () {
  1796.             return ${($_ = isset($this->services['twig.exception_listener']) ? $this->services['twig.exception_listener'] : $this->load('getTwig_ExceptionListenerService.php')) && false ?: '_'};
  1797.         }, => 'onKernelException'], -128);
  1798.         $instance->addListener('console.command', [=> function () {
  1799.             return ${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'};
  1800.         }, => 'onCommand'], 255);
  1801.         $instance->addListener('console.terminate', [=> function () {
  1802.             return ${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'};
  1803.         }, => 'onTerminate'], -255);
  1804.         $instance->addListener('kernel.exception', [=> function () {
  1805.             return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
  1806.         }, => 'onException'], 0);
  1807.         $instance->addListener('kernel.terminate', [=> function () {
  1808.             return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
  1809.         }, => 'onTerminate'], 0);
  1810.         $instance->addListener('console.error', [=> function () {
  1811.             return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
  1812.         }, => 'onException'], 0);
  1813.         $instance->addListener('console.terminate', [=> function () {
  1814.             return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
  1815.         }, => 'onTerminate'], 0);
  1816.         $instance->addListener('kernel.controller', [=> function () {
  1817.             return ${($_ = isset($this->services['sensio_framework_extra.controller.listener']) ? $this->services['sensio_framework_extra.controller.listener'] : $this->getSensioFrameworkExtra_Controller_ListenerService()) && false ?: '_'};
  1818.         }, => 'onKernelController'], 0);
  1819.         $instance->addListener('kernel.controller', [=> function () {
  1820.             return ${($_ = isset($this->services['sensio_framework_extra.converter.listener']) ? $this->services['sensio_framework_extra.converter.listener'] : $this->getSensioFrameworkExtra_Converter_ListenerService()) && false ?: '_'};
  1821.         }, => 'onKernelController'], 0);
  1822.         $instance->addListener('kernel.controller', [=> function () {
  1823.             return ${($_ = isset($this->services['sensio_framework_extra.view.listener']) ? $this->services['sensio_framework_extra.view.listener'] : $this->getSensioFrameworkExtra_View_ListenerService()) && false ?: '_'};
  1824.         }, => 'onKernelController'], -128);
  1825.         $instance->addListener('kernel.view', [=> function () {
  1826.             return ${($_ = isset($this->services['sensio_framework_extra.view.listener']) ? $this->services['sensio_framework_extra.view.listener'] : $this->getSensioFrameworkExtra_View_ListenerService()) && false ?: '_'};
  1827.         }, => 'onKernelView'], 0);
  1828.         $instance->addListener('kernel.controller', [=> function () {
  1829.             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 ?: '_'};
  1830.         }, => 'onKernelController'], 0);
  1831.         $instance->addListener('kernel.response', [=> function () {
  1832.             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 ?: '_'};
  1833.         }, => 'onKernelResponse'], 0);
  1834.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1835.             return ${($_ = isset($this->services['sensio_framework_extra.security.listener']) ? $this->services['sensio_framework_extra.security.listener'] : $this->getSensioFrameworkExtra_Security_ListenerService()) && false ?: '_'};
  1836.         }, => 'onKernelControllerArguments'], 0);
  1837.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1838.             return ${($_ = isset($this->services['framework_extra_bundle.event.is_granted']) ? $this->services['framework_extra_bundle.event.is_granted'] : $this->getFrameworkExtraBundle_Event_IsGrantedService()) && false ?: '_'};
  1839.         }, => 'onKernelControllerArguments'], 0);
  1840.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  1841.             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 ?: '_'};
  1842.         }, => 'onImplicitLogin'], 0);
  1843.         $instance->addListener('security.interactive_login', [=> function () {
  1844.             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 ?: '_'};
  1845.         }, => 'onSecurityInteractiveLogin'], 0);
  1846.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1847.             return ${($_ = isset($this->services['fos_user.listener.authentication']) ? $this->services['fos_user.listener.authentication'] : $this->load('getFosUser_Listener_AuthenticationService.php')) && false ?: '_'};
  1848.         }, => 'authenticate'], 0);
  1849.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  1850.             return ${($_ = isset($this->services['fos_user.listener.authentication']) ? $this->services['fos_user.listener.authentication'] : $this->load('getFosUser_Listener_AuthenticationService.php')) && false ?: '_'};
  1851.         }, => 'authenticate'], 0);
  1852.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1853.             return ${($_ = isset($this->services['fos_user.listener.authentication']) ? $this->services['fos_user.listener.authentication'] : $this->load('getFosUser_Listener_AuthenticationService.php')) && false ?: '_'};
  1854.         }, => 'authenticate'], 0);
  1855.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  1856.             return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
  1857.         }, => 'addSuccessFlash'], 0);
  1858.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  1859.             return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
  1860.         }, => 'addSuccessFlash'], 0);
  1861.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  1862.             return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
  1863.         }, => 'addSuccessFlash'], 0);
  1864.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  1865.             return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
  1866.         }, => 'addSuccessFlash'], 0);
  1867.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  1868.             return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
  1869.         }, => 'addSuccessFlash'], 0);
  1870.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1871.             return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
  1872.         }, => 'addSuccessFlash'], 0);
  1873.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1874.             return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
  1875.         }, => 'addSuccessFlash'], 0);
  1876.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  1877.             return ${($_ = isset($this->services['fos_user.listener.resetting']) ? $this->services['fos_user.listener.resetting'] : $this->load('getFosUser_Listener_ResettingService.php')) && false ?: '_'};
  1878.         }, => 'onResettingResetInitialize'], 0);
  1879.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  1880.             return ${($_ = isset($this->services['fos_user.listener.resetting']) ? $this->services['fos_user.listener.resetting'] : $this->load('getFosUser_Listener_ResettingService.php')) && false ?: '_'};
  1881.         }, => 'onResettingResetSuccess'], 0);
  1882.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  1883.             return ${($_ = isset($this->services['fos_user.listener.resetting']) ? $this->services['fos_user.listener.resetting'] : $this->load('getFosUser_Listener_ResettingService.php')) && false ?: '_'};
  1884.         }, => 'onResettingResetRequest'], 0);
  1885.         $instance->addListener('kernel.view', [=> function () {
  1886.             return ${($_ = isset($this->services['fos_rest.view_response_listener']) ? $this->services['fos_rest.view_response_listener'] : $this->load('getFosRest_ViewResponseListenerService.php')) && false ?: '_'};
  1887.         }, => 'onKernelView'], 30);
  1888.         $instance->addListener('fos_user.registration.success', [=> function () {
  1889.             return ${($_ = isset($this->services['app.user_registration_comfirm']) ? $this->services['app.user_registration_comfirm'] : $this->load('getApp_UserRegistrationComfirmService.php')) && false ?: '_'};
  1890.         }, => 'onRegistrationConfirm'], 0);
  1891.         $instance->addListener('console.command', [=> function () {
  1892.             return ${($_ = isset($this->services['debug.dump_listener']) ? $this->services['debug.dump_listener'] : $this->load('getDebug_DumpListenerService.php')) && false ?: '_'};
  1893.         }, => 'configure'], 1024);
  1894.         $instance->addListener('kernel.response', [=> function () {
  1895.             return ${($_ = isset($this->services['web_profiler.debug_toolbar']) ? $this->services['web_profiler.debug_toolbar'] : $this->getWebProfiler_DebugToolbarService()) && false ?: '_'};
  1896.         }, => 'onKernelResponse'], -128);
  1897.         return $instance;
  1898.     }
  1899.     /**
  1900.      * Gets the private 'debug.file_link_formatter' shared service.
  1901.      *
  1902.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1903.      */
  1904.     protected function getDebug_FileLinkFormatterService()
  1905.     {
  1906.         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 () {
  1907.             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 ?: '_'};
  1908.         });
  1909.     }
  1910.     /**
  1911.      * Gets the private 'debug.log_processor' shared service.
  1912.      *
  1913.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1914.      */
  1915.     protected function getDebug_LogProcessorService()
  1916.     {
  1917.         return $this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor();
  1918.     }
  1919.     /**
  1920.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1921.      *
  1922.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1923.      */
  1924.     protected function getDebug_Security_Access_DecisionManagerService()
  1925.     {
  1926.         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 () {
  1927.             yield => ${($_ = isset($this->services['security.access.authenticated_voter']) ? $this->services['security.access.authenticated_voter'] : $this->load('getSecurity_Access_AuthenticatedVoterService.php')) && false ?: '_'};
  1928.             yield => ${($_ = isset($this->services['security.access.role_hierarchy_voter']) ? $this->services['security.access.role_hierarchy_voter'] : $this->load('getSecurity_Access_RoleHierarchyVoterService.php')) && false ?: '_'};
  1929.             yield => ${($_ = isset($this->services['security.access.expression_voter']) ? $this->services['security.access.expression_voter'] : $this->load('getSecurity_Access_ExpressionVoterService.php')) && false ?: '_'};
  1930.         }, 3), 'affirmative'falsetrue));
  1931.     }
  1932.     /**
  1933.      * Gets the private 'debug.stopwatch' shared service.
  1934.      *
  1935.      * @return \Symfony\Component\Stopwatch\Stopwatch
  1936.      */
  1937.     protected function getDebug_StopwatchService()
  1938.     {
  1939.         return $this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true);
  1940.     }
  1941.     /**
  1942.      * Gets the private 'doctrine.dbal.logger.profiling.default' shared service.
  1943.      *
  1944.      * @return \Doctrine\DBAL\Logging\DebugStack
  1945.      */
  1946.     protected function getDoctrine_Dbal_Logger_Profiling_DefaultService()
  1947.     {
  1948.         return $this->services['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack();
  1949.     }
  1950.     /**
  1951.      * Gets the private 'doctrine.orm.validator_initializer' shared service.
  1952.      *
  1953.      * @return \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer
  1954.      */
  1955.     protected function getDoctrine_Orm_ValidatorInitializerService()
  1956.     {
  1957.         return $this->services['doctrine.orm.validator_initializer'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'});
  1958.     }
  1959.     /**
  1960.      * Gets the private 'file_locator' shared service.
  1961.      *
  1962.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  1963.      */
  1964.     protected function getFileLocatorService()
  1965.     {
  1966.         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')]);
  1967.     }
  1968.     /**
  1969.      * Gets the private 'form.registry' shared service.
  1970.      *
  1971.      * @return \Symfony\Component\Form\FormRegistry
  1972.      */
  1973.     protected function getForm_RegistryService()
  1974.     {
  1975.         return $this->services['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\ServiceLocator(['AppBundle\\Form\\BookingCategoryType' => function () {
  1976.             return ${($_ = isset($this->services['AppBundle\\Form\\BookingCategoryType']) ? $this->services['AppBundle\\Form\\BookingCategoryType'] : ($this->services['AppBundle\\Form\\BookingCategoryType'] = new \AppBundle\Form\BookingCategoryType())) && false ?: '_'};
  1977.         }, 'AppBundle\\Form\\BookingDispositionType' => function () {
  1978.             return ${($_ = isset($this->services['app.form.booking_disposition']) ? $this->services['app.form.booking_disposition'] : ($this->services['app.form.booking_disposition'] = new \AppBundle\Form\BookingDispositionType('8:00''18:00'))) && false ?: '_'};
  1979.         }, 'AppBundle\\Form\\BookingStatusType' => function () {
  1980.             return ${($_ = isset($this->services['AppBundle\\Form\\BookingStatusType']) ? $this->services['AppBundle\\Form\\BookingStatusType'] : ($this->services['AppBundle\\Form\\BookingStatusType'] = new \AppBundle\Form\BookingStatusType())) && false ?: '_'};
  1981.         }, 'AppBundle\\Form\\BookingType' => function () {
  1982.             return ${($_ = isset($this->services['AppBundle\\Form\\BookingType']) ? $this->services['AppBundle\\Form\\BookingType'] : $this->load('getBookingTypeService.php')) && false ?: '_'};
  1983.         }, 'AppBundle\\Form\\BookingTypeType' => function () {
  1984.             return ${($_ = isset($this->services['AppBundle\\Form\\BookingTypeType']) ? $this->services['AppBundle\\Form\\BookingTypeType'] : ($this->services['AppBundle\\Form\\BookingTypeType'] = new \AppBundle\Form\BookingTypeType())) && false ?: '_'};
  1985.         }, 'AppBundle\\Form\\ClientType' => function () {
  1986.             return ${($_ = isset($this->services['AppBundle\\Form\\ClientType']) ? $this->services['AppBundle\\Form\\ClientType'] : ($this->services['AppBundle\\Form\\ClientType'] = new \AppBundle\Form\ClientType())) && false ?: '_'};
  1987.         }, 'AppBundle\\Form\\DispositionType' => function () {
  1988.             return ${($_ = isset($this->services['AppBundle\\Form\\DispositionType']) ? $this->services['AppBundle\\Form\\DispositionType'] : ($this->services['AppBundle\\Form\\DispositionType'] = new \AppBundle\Form\DispositionType())) && false ?: '_'};
  1989.         }, 'AppBundle\\Form\\EquipmentType' => function () {
  1990.             return ${($_ = isset($this->services['AppBundle\\Form\\EquipmentType']) ? $this->services['AppBundle\\Form\\EquipmentType'] : ($this->services['AppBundle\\Form\\EquipmentType'] = new \AppBundle\Form\EquipmentType())) && false ?: '_'};
  1991.         }, 'AppBundle\\Form\\RegistrationType' => function () {
  1992.             return ${($_ = isset($this->services['app.form.registration']) ? $this->services['app.form.registration'] : ($this->services['app.form.registration'] = new \AppBundle\Form\RegistrationType())) && false ?: '_'};
  1993.         }, 'AppBundle\\Form\\RestorationType' => function () {
  1994.             return ${($_ = isset($this->services['AppBundle\\Form\\RestorationType']) ? $this->services['AppBundle\\Form\\RestorationType'] : ($this->services['AppBundle\\Form\\RestorationType'] = new \AppBundle\Form\RestorationType())) && false ?: '_'};
  1995.         }, 'AppBundle\\Form\\RestorationTypeType' => function () {
  1996.             return ${($_ = isset($this->services['AppBundle\\Form\\RestorationTypeType']) ? $this->services['AppBundle\\Form\\RestorationTypeType'] : ($this->services['AppBundle\\Form\\RestorationTypeType'] = new \AppBundle\Form\RestorationTypeType())) && false ?: '_'};
  1997.         }, 'AppBundle\\Form\\RoomCombinationType' => function () {
  1998.             return ${($_ = isset($this->services['AppBundle\\Form\\RoomCombinationType']) ? $this->services['AppBundle\\Form\\RoomCombinationType'] : ($this->services['AppBundle\\Form\\RoomCombinationType'] = new \AppBundle\Form\RoomCombinationType())) && false ?: '_'};
  1999.         }, 'AppBundle\\Form\\RoomType' => function () {
  2000.             return ${($_ = isset($this->services['AppBundle\\Form\\RoomType']) ? $this->services['AppBundle\\Form\\RoomType'] : ($this->services['AppBundle\\Form\\RoomType'] = new \AppBundle\Form\RoomType())) && false ?: '_'};
  2001.         }, 'AppBundle\\Form\\TagType' => function () {
  2002.             return ${($_ = isset($this->services['AppBundle\\Form\\TagType']) ? $this->services['AppBundle\\Form\\TagType'] : ($this->services['AppBundle\\Form\\TagType'] = new \AppBundle\Form\TagType())) && false ?: '_'};
  2003.         }, 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => function () {
  2004.             return ${($_ = isset($this->services['fos_user.change_password.form.type']) ? $this->services['fos_user.change_password.form.type'] : ($this->services['fos_user.change_password.form.type'] = new \FOS\UserBundle\Form\Type\ChangePasswordFormType('AppBundle\\Entity\\User'))) && false ?: '_'};
  2005.         }, 'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => function () {
  2006.             return ${($_ = isset($this->services['fos_user.profile.form.type']) ? $this->services['fos_user.profile.form.type'] : ($this->services['fos_user.profile.form.type'] = new \FOS\UserBundle\Form\Type\ProfileFormType('AppBundle\\Entity\\User'))) && false ?: '_'};
  2007.         }, 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => function () {
  2008.             return ${($_ = isset($this->services['fos_user.registration.form.type']) ? $this->services['fos_user.registration.form.type'] : ($this->services['fos_user.registration.form.type'] = new \FOS\UserBundle\Form\Type\RegistrationFormType('AppBundle\\Entity\\User'))) && false ?: '_'};
  2009.         }, 'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => function () {
  2010.             return ${($_ = isset($this->services['fos_user.resetting.form.type']) ? $this->services['fos_user.resetting.form.type'] : ($this->services['fos_user.resetting.form.type'] = new \FOS\UserBundle\Form\Type\ResettingFormType('AppBundle\\Entity\\User'))) && false ?: '_'};
  2011.         }, 'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => function () {
  2012.             return ${($_ = isset($this->services['fos_user.username_form_type']) ? $this->services['fos_user.username_form_type'] : $this->load('getFosUser_UsernameFormTypeService.php')) && false ?: '_'};
  2013.         }, 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => function () {
  2014.             return ${($_ = isset($this->services['form.type.entity']) ? $this->services['form.type.entity'] : $this->load('getForm_Type_EntityService.php')) && false ?: '_'};
  2015.         }, 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => function () {
  2016.             return ${($_ = isset($this->services['form.type.choice']) ? $this->services['form.type.choice'] : $this->load('getForm_Type_ChoiceService.php')) && false ?: '_'};
  2017.         }, 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => function () {
  2018.             return ${($_ = isset($this->services['form.type.file']) ? $this->services['form.type.file'] : $this->load('getForm_Type_FileService.php')) && false ?: '_'};
  2019.         }, 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => function () {
  2020.             return ${($_ = isset($this->services['form.type.form']) ? $this->services['form.type.form'] : $this->load('getForm_Type_FormService.php')) && false ?: '_'};
  2021.         }]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  2022.             yield => ${($_ = isset($this->services['form.type_extension.form.transformation_failure_handling']) ? $this->services['form.type_extension.form.transformation_failure_handling'] : $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService.php')) && false ?: '_'};
  2023.             yield => ${($_ = isset($this->services['form.type_extension.form.http_foundation']) ? $this->services['form.type_extension.form.http_foundation'] : $this->load('getForm_TypeExtension_Form_HttpFoundationService.php')) && false ?: '_'};
  2024.             yield => ${($_ = isset($this->services['form.type_extension.form.validator']) ? $this->services['form.type_extension.form.validator'] : $this->load('getForm_TypeExtension_Form_ValidatorService.php')) && false ?: '_'};
  2025.             yield => ${($_ = isset($this->services['form.type_extension.upload.validator']) ? $this->services['form.type_extension.upload.validator'] : $this->load('getForm_TypeExtension_Upload_ValidatorService.php')) && false ?: '_'};
  2026.             yield => ${($_ = isset($this->services['form.type_extension.csrf']) ? $this->services['form.type_extension.csrf'] : $this->load('getForm_TypeExtension_CsrfService.php')) && false ?: '_'};
  2027.             yield => ${($_ = isset($this->services['form.type_extension.form.data_collector']) ? $this->services['form.type_extension.form.data_collector'] : $this->load('getForm_TypeExtension_Form_DataCollectorService.php')) && false ?: '_'};
  2028.             yield => ${($_ = isset($this->services['nelmio_api_doc.form.extension.description_form_type_extension']) ? $this->services['nelmio_api_doc.form.extension.description_form_type_extension'] : ($this->services['nelmio_api_doc.form.extension.description_form_type_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DescriptionFormTypeExtension())) && false ?: '_'};
  2029.         }, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  2030.             yield => ${($_ = isset($this->services['form.type_extension.repeated.validator']) ? $this->services['form.type_extension.repeated.validator'] : ($this->services['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension())) && false ?: '_'};
  2031.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  2032.             yield => ${($_ = isset($this->services['form.type_extension.submit.validator']) ? $this->services['form.type_extension.submit.validator'] : ($this->services['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension())) && false ?: '_'};
  2033.         }, 1)], new RewindableGenerator(function () {
  2034.             yield => ${($_ = isset($this->services['form.type_guesser.validator']) ? $this->services['form.type_guesser.validator'] : $this->load('getForm_TypeGuesser_ValidatorService.php')) && false ?: '_'};
  2035.             yield => ${($_ = isset($this->services['form.type_guesser.doctrine']) ? $this->services['form.type_guesser.doctrine'] : $this->load('getForm_TypeGuesser_DoctrineService.php')) && false ?: '_'};
  2036.         }, 2), NULL)], ${($_ = isset($this->services['form.resolved_type_factory']) ? $this->services['form.resolved_type_factory'] : $this->getForm_ResolvedTypeFactoryService()) && false ?: '_'});
  2037.     }
  2038.     /**
  2039.      * Gets the private 'form.resolved_type_factory' shared service.
  2040.      *
  2041.      * @return \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy
  2042.      */
  2043.     protected function getForm_ResolvedTypeFactoryService()
  2044.     {
  2045.         return $this->services['form.resolved_type_factory'] = new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ${($_ = isset($this->services['data_collector.form']) ? $this->services['data_collector.form'] : $this->getDataCollector_FormService()) && false ?: '_'});
  2046.     }
  2047.     /**
  2048.      * Gets the private 'fos_rest.body_listener' shared service.
  2049.      *
  2050.      * @return \FOS\RestBundle\EventListener\BodyListener
  2051.      */
  2052.     protected function getFosRest_BodyListenerService()
  2053.     {
  2054.         $this->services['fos_rest.body_listener'] = $instance = new \FOS\RestBundle\EventListener\BodyListener(${($_ = isset($this->services['fos_rest.decoder_provider']) ? $this->services['fos_rest.decoder_provider'] : ($this->services['fos_rest.decoder_provider'] = new \FOS\RestBundle\Decoder\ContainerDecoderProvider($this, ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']))) && false ?: '_'}, false);
  2055.         $instance->setDefaultFormat(NULL);
  2056.         return $instance;
  2057.     }
  2058.     /**
  2059.      * Gets the private 'fos_rest.decoder_provider' shared service.
  2060.      *
  2061.      * @return \FOS\RestBundle\Decoder\ContainerDecoderProvider
  2062.      */
  2063.     protected function getFosRest_DecoderProviderService()
  2064.     {
  2065.         return $this->services['fos_rest.decoder_provider'] = new \FOS\RestBundle\Decoder\ContainerDecoderProvider($this, ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']);
  2066.     }
  2067.     /**
  2068.      * Gets the private 'fos_rest.format_listener' shared service.
  2069.      *
  2070.      * @return \FOS\RestBundle\EventListener\FormatListener
  2071.      */
  2072.     protected function getFosRest_FormatListenerService()
  2073.     {
  2074.         return $this->services['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener(${($_ = isset($this->services['fos_rest.format_negotiator']) ? $this->services['fos_rest.format_negotiator'] : $this->getFosRest_FormatNegotiatorService()) && false ?: '_'});
  2075.     }
  2076.     /**
  2077.      * Gets the private 'fos_rest.format_negotiator' shared service.
  2078.      *
  2079.      * @return \FOS\RestBundle\Negotiation\FormatNegotiator
  2080.      */
  2081.     protected function getFosRest_FormatNegotiatorService()
  2082.     {
  2083.         $this->services['fos_rest.format_negotiator'] = $instance = new \FOS\RestBundle\Negotiation\FormatNegotiator(${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'});
  2084.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_profiler|_wdt/'NULLNULLNULL, []), ['methods' => NULL'priorities' => [=> 'html'=> 'json'], 'fallback_format' => 'html''attributes' => [], 'prefer_extension' => '2.0']);
  2085.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'NULLNULLNULL, []), ['priorities' => [=> 'json'], 'fallback_format' => 'json''methods' => NULL'attributes' => [], 'stop' => false'prefer_extension' => '2.0']);
  2086.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/*'NULLNULLNULL, []), ['priorities' => [=> 'html'], 'fallback_format' => 'html''methods' => NULL'attributes' => [], 'stop' => false'prefer_extension' => '2.0']);
  2087.         return $instance;
  2088.     }
  2089.     /**
  2090.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  2091.      *
  2092.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  2093.      */
  2094.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  2095.     {
  2096.         $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 ?: '_'};
  2097.         return $this->services['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  2098.     }
  2099.     /**
  2100.      * Gets the private 'fos_user.util.email_canonicalizer' shared service.
  2101.      *
  2102.      * @return \FOS\UserBundle\Util\Canonicalizer
  2103.      */
  2104.     protected function getFosUser_Util_EmailCanonicalizerService()
  2105.     {
  2106.         return $this->services['fos_user.util.email_canonicalizer'] = new \FOS\UserBundle\Util\Canonicalizer();
  2107.     }
  2108.     /**
  2109.      * Gets the private 'fragment.listener' shared service.
  2110.      *
  2111.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  2112.      */
  2113.     protected function getFragment_ListenerService()
  2114.     {
  2115.         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');
  2116.     }
  2117.     /**
  2118.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2119.      *
  2120.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2121.      */
  2122.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2123.     {
  2124.         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 ?: '_'});
  2125.     }
  2126.     /**
  2127.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2128.      *
  2129.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2130.      */
  2131.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2132.     {
  2133.         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 ?: '_'});
  2134.     }
  2135.     /**
  2136.      * Gets the private 'locale_listener' shared service.
  2137.      *
  2138.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2139.      */
  2140.     protected function getLocaleListenerService()
  2141.     {
  2142.         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 ?: '_'});
  2143.     }
  2144.     /**
  2145.      * Gets the private 'logger' shared service.
  2146.      *
  2147.      * @return \Symfony\Bridge\Monolog\Logger
  2148.      */
  2149.     protected function getLoggerService()
  2150.     {
  2151.         $this->services['logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2152.         $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 ?: '_'});
  2153.         $instance->useMicrosecondTimestamps(true);
  2154.         $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 ?: '_'});
  2155.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  2156.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  2157.         return $instance;
  2158.     }
  2159.     /**
  2160.      * Gets the private 'monolog.handler.console' shared service.
  2161.      *
  2162.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2163.      */
  2164.     protected function getMonolog_Handler_ConsoleService()
  2165.     {
  2166.         return $this->services['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2167.     }
  2168.     /**
  2169.      * Gets the private 'monolog.handler.main' shared service.
  2170.      *
  2171.      * @return \Monolog\Handler\StreamHandler
  2172.      */
  2173.     protected function getMonolog_Handler_MainService()
  2174.     {
  2175.         $this->services['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler(($this->targetDirs[2].'/logs/dev.log'), 100trueNULLfalse);
  2176.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2177.         return $instance;
  2178.     }
  2179.     /**
  2180.      * Gets the private 'monolog.handler.server_log' shared service.
  2181.      *
  2182.      * @return \Symfony\Bridge\Monolog\Handler\ServerLogHandler
  2183.      */
  2184.     protected function getMonolog_Handler_ServerLogService()
  2185.     {
  2186.         return $this->services['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true);
  2187.     }
  2188.     /**
  2189.      * Gets the private 'monolog.logger.cache' shared service.
  2190.      *
  2191.      * @return \Symfony\Bridge\Monolog\Logger
  2192.      */
  2193.     protected function getMonolog_Logger_CacheService()
  2194.     {
  2195.         $this->services['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2196.         $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 ?: '_'});
  2197.         $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 ?: '_'});
  2198.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  2199.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  2200.         return $instance;
  2201.     }
  2202.     /**
  2203.      * Gets the private 'monolog.logger.event' shared service.
  2204.      *
  2205.      * @return \Symfony\Bridge\Monolog\Logger
  2206.      */
  2207.     protected function getMonolog_Logger_EventService()
  2208.     {
  2209.         $this->services['monolog.logger.event'] = $instance = new \Symfony\Bridge\Monolog\Logger('event');
  2210.         $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 ?: '_'});
  2211.         $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 ?: '_'});
  2212.         return $instance;
  2213.     }
  2214.     /**
  2215.      * Gets the private 'monolog.logger.php' shared service.
  2216.      *
  2217.      * @return \Symfony\Bridge\Monolog\Logger
  2218.      */
  2219.     protected function getMonolog_Logger_PhpService()
  2220.     {
  2221.         $this->services['monolog.logger.php'] = $instance = new \Symfony\Bridge\Monolog\Logger('php');
  2222.         $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 ?: '_'});
  2223.         $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 ?: '_'});
  2224.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  2225.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  2226.         return $instance;
  2227.     }
  2228.     /**
  2229.      * Gets the private 'monolog.logger.profiler' shared service.
  2230.      *
  2231.      * @return \Symfony\Bridge\Monolog\Logger
  2232.      */
  2233.     protected function getMonolog_Logger_ProfilerService()
  2234.     {
  2235.         $this->services['monolog.logger.profiler'] = $instance = new \Symfony\Bridge\Monolog\Logger('profiler');
  2236.         $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 ?: '_'});
  2237.         $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 ?: '_'});
  2238.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  2239.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  2240.         return $instance;
  2241.     }
  2242.     /**
  2243.      * Gets the private 'monolog.logger.request' shared service.
  2244.      *
  2245.      * @return \Symfony\Bridge\Monolog\Logger
  2246.      */
  2247.     protected function getMonolog_Logger_RequestService()
  2248.     {
  2249.         $this->services['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2250.         $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 ?: '_'});
  2251.         $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 ?: '_'});
  2252.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  2253.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  2254.         return $instance;
  2255.     }
  2256.     /**
  2257.      * Gets the private 'monolog.logger.translation' shared service.
  2258.      *
  2259.      * @return \Symfony\Bridge\Monolog\Logger
  2260.      */
  2261.     protected function getMonolog_Logger_TranslationService()
  2262.     {
  2263.         $this->services['monolog.logger.translation'] = $instance = new \Symfony\Bridge\Monolog\Logger('translation');
  2264.         $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 ?: '_'});
  2265.         $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 ?: '_'});
  2266.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  2267.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  2268.         return $instance;
  2269.     }
  2270.     /**
  2271.      * Gets the private 'nelmio_api_doc.doc_comment_extractor' shared service.
  2272.      *
  2273.      * @return \Nelmio\ApiDocBundle\Util\DocCommentExtractor
  2274.      */
  2275.     protected function getNelmioApiDoc_DocCommentExtractorService()
  2276.     {
  2277.         return $this->services['nelmio_api_doc.doc_comment_extractor'] = new \Nelmio\ApiDocBundle\Util\DocCommentExtractor();
  2278.     }
  2279.     /**
  2280.      * Gets the private 'nelmio_api_doc.event_listener.request' shared service.
  2281.      *
  2282.      * @return \Nelmio\ApiDocBundle\EventListener\RequestListener
  2283.      */
  2284.     protected function getNelmioApiDoc_EventListener_RequestService()
  2285.     {
  2286.         return $this->services['nelmio_api_doc.event_listener.request'] = new \Nelmio\ApiDocBundle\EventListener\RequestListener(${($_ = isset($this->services['nelmio_api_doc.extractor.api_doc_extractor']) ? $this->services['nelmio_api_doc.extractor.api_doc_extractor'] : $this->getNelmioApiDoc_Extractor_ApiDocExtractorService()) && false ?: '_'}, ${($_ = isset($this->services['nelmio_api_doc.formatter.html_formatter']) ? $this->services['nelmio_api_doc.formatter.html_formatter'] : $this->getNelmioApiDoc_Formatter_HtmlFormatterService()) && false ?: '_'}, '_doc');
  2287.     }
  2288.     /**
  2289.      * Gets the private 'nelmio_api_doc.parser.collection_parser' shared service.
  2290.      *
  2291.      * @return \Nelmio\ApiDocBundle\Parser\CollectionParser
  2292.      */
  2293.     protected function getNelmioApiDoc_Parser_CollectionParserService()
  2294.     {
  2295.         return $this->services['nelmio_api_doc.parser.collection_parser'] = new \Nelmio\ApiDocBundle\Parser\CollectionParser();
  2296.     }
  2297.     /**
  2298.      * Gets the private 'nelmio_api_doc.parser.form_errors_parser' shared service.
  2299.      *
  2300.      * @return \Nelmio\ApiDocBundle\Parser\FormErrorsParser
  2301.      */
  2302.     protected function getNelmioApiDoc_Parser_FormErrorsParserService()
  2303.     {
  2304.         return $this->services['nelmio_api_doc.parser.form_errors_parser'] = new \Nelmio\ApiDocBundle\Parser\FormErrorsParser();
  2305.     }
  2306.     /**
  2307.      * Gets the private 'nelmio_api_doc.parser.form_type_parser' shared service.
  2308.      *
  2309.      * @return \Nelmio\ApiDocBundle\Parser\FormTypeParser
  2310.      */
  2311.     protected function getNelmioApiDoc_Parser_FormTypeParserService()
  2312.     {
  2313.         return $this->services['nelmio_api_doc.parser.form_type_parser'] = new \Nelmio\ApiDocBundle\Parser\FormTypeParser(${($_ = isset($this->services['form.factory']) ? $this->services['form.factory'] : $this->getForm_FactoryService()) && false ?: '_'}, true);
  2314.     }
  2315.     /**
  2316.      * Gets the private 'nelmio_api_doc.parser.json_serializable_parser' shared service.
  2317.      *
  2318.      * @return \Nelmio\ApiDocBundle\Parser\JsonSerializableParser
  2319.      */
  2320.     protected function getNelmioApiDoc_Parser_JsonSerializableParserService()
  2321.     {
  2322.         return $this->services['nelmio_api_doc.parser.json_serializable_parser'] = new \Nelmio\ApiDocBundle\Parser\JsonSerializableParser();
  2323.     }
  2324.     /**
  2325.      * Gets the private 'nelmio_api_doc.parser.validation_parser' shared service.
  2326.      *
  2327.      * @return \Nelmio\ApiDocBundle\Parser\ValidationParser
  2328.      */
  2329.     protected function getNelmioApiDoc_Parser_ValidationParserService()
  2330.     {
  2331.         return $this->services['nelmio_api_doc.parser.validation_parser'] = new \Nelmio\ApiDocBundle\Parser\ValidationParser(${($_ = isset($this->services['validator']) ? $this->services['validator'] : $this->getValidatorService()) && false ?: '_'});
  2332.     }
  2333.     /**
  2334.      * Gets the private 'nelmio_api_doc.twig.extension.extra_markdown' shared service.
  2335.      *
  2336.      * @return \Nelmio\ApiDocBundle\Twig\Extension\MarkdownExtension
  2337.      */
  2338.     protected function getNelmioApiDoc_Twig_Extension_ExtraMarkdownService()
  2339.     {
  2340.         return $this->services['nelmio_api_doc.twig.extension.extra_markdown'] = new \Nelmio\ApiDocBundle\Twig\Extension\MarkdownExtension();
  2341.     }
  2342.     /**
  2343.      * Gets the private 'profiler_listener' shared service.
  2344.      *
  2345.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2346.      */
  2347.     protected function getProfilerListenerService()
  2348.     {
  2349.         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);
  2350.     }
  2351.     /**
  2352.      * Gets the private 'resolve_controller_name_subscriber' shared service.
  2353.      *
  2354.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  2355.      */
  2356.     protected function getResolveControllerNameSubscriberService()
  2357.     {
  2358.         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 ?: '_'});
  2359.     }
  2360.     /**
  2361.      * Gets the private 'response_listener' shared service.
  2362.      *
  2363.      * @return \Symfony\Component\HttpKernel\EventListener\ResponseListener
  2364.      */
  2365.     protected function getResponseListenerService()
  2366.     {
  2367.         return $this->services['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8');
  2368.     }
  2369.     /**
  2370.      * Gets the private 'router.request_context' shared service.
  2371.      *
  2372.      * @return \Symfony\Component\Routing\RequestContext
  2373.      */
  2374.     protected function getRouter_RequestContextService()
  2375.     {
  2376.         return $this->services['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  2377.     }
  2378.     /**
  2379.      * Gets the private 'router_listener' shared service.
  2380.      *
  2381.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2382.      */
  2383.     protected function getRouterListenerService()
  2384.     {
  2385.         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);
  2386.     }
  2387.     /**
  2388.      * Gets the private 'security.authentication.manager' shared service.
  2389.      *
  2390.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  2391.      */
  2392.     protected function getSecurity_Authentication_ManagerService()
  2393.     {
  2394.         $this->services['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  2395.             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 ?: '_'};
  2396.             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 ?: '_'};
  2397.         }, 2), true);
  2398.         $instance->setEventDispatcher(${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'});
  2399.         return $instance;
  2400.     }
  2401.     /**
  2402.      * Gets the private 'security.authentication.trust_resolver' shared service.
  2403.      *
  2404.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver
  2405.      */
  2406.     protected function getSecurity_Authentication_TrustResolverService()
  2407.     {
  2408.         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');
  2409.     }
  2410.     /**
  2411.      * Gets the private 'security.firewall' shared service.
  2412.      *
  2413.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2414.      */
  2415.     protected function getSecurity_FirewallService()
  2416.     {
  2417.         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 ?: '_'});
  2418.     }
  2419.     /**
  2420.      * Gets the private 'security.firewall.map' shared service.
  2421.      *
  2422.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2423.      */
  2424.     protected function getSecurity_Firewall_MapService()
  2425.     {
  2426.         return $this->services['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\ServiceLocator(['security.firewall.map.context.dev' => function () {
  2427.             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 ?: '_'};
  2428.         }, 'security.firewall.map.context.main' => function () {
  2429.             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 ?: '_'};
  2430.         }]), new RewindableGenerator(function () {
  2431.             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 ?: '_'};
  2432.             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 ?: '_'};
  2433.         }, 2));
  2434.     }
  2435.     /**
  2436.      * Gets the private 'security.logout_url_generator' shared service.
  2437.      *
  2438.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2439.      */
  2440.     protected function getSecurity_LogoutUrlGeneratorService()
  2441.     {
  2442.         $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 ?: '_'});
  2443.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  2444.         return $instance;
  2445.     }
  2446.     /**
  2447.      * Gets the private 'security.rememberme.response_listener' shared service.
  2448.      *
  2449.      * @return \Symfony\Component\Security\Http\RememberMe\ResponseListener
  2450.      */
  2451.     protected function getSecurity_Rememberme_ResponseListenerService()
  2452.     {
  2453.         return $this->services['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener();
  2454.     }
  2455.     /**
  2456.      * Gets the private 'security.role_hierarchy' shared service.
  2457.      *
  2458.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2459.      */
  2460.     protected function getSecurity_RoleHierarchyService()
  2461.     {
  2462.         return $this->services['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2463.     }
  2464.     /**
  2465.      * Gets the private 'sensio_framework_extra.cache.listener' shared service.
  2466.      *
  2467.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener
  2468.      */
  2469.     protected function getSensioFrameworkExtra_Cache_ListenerService()
  2470.     {
  2471.         return $this->services['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener();
  2472.     }
  2473.     /**
  2474.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2475.      *
  2476.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2477.      */
  2478.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2479.     {
  2480.         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 ?: '_'});
  2481.     }
  2482.     /**
  2483.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2484.      *
  2485.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2486.      */
  2487.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2488.     {
  2489.         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);
  2490.     }
  2491.     /**
  2492.      * Gets the private 'sensio_framework_extra.converter.manager' shared service.
  2493.      *
  2494.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager
  2495.      */
  2496.     protected function getSensioFrameworkExtra_Converter_ManagerService()
  2497.     {
  2498.         $this->services['sensio_framework_extra.converter.manager'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2499.         $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');
  2500.         $instance->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2501.         return $instance;
  2502.     }
  2503.     /**
  2504.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2505.      *
  2506.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2507.      */
  2508.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2509.     {
  2510.         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 ?: '_'});
  2511.     }
  2512.     /**
  2513.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2514.      *
  2515.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2516.      */
  2517.     protected function getSensioFrameworkExtra_View_ListenerService()
  2518.     {
  2519.         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 ?: '_'});
  2520.     }
  2521.     /**
  2522.      * Gets the private 'session.save_listener' shared service.
  2523.      *
  2524.      * @return \Symfony\Component\HttpKernel\EventListener\SaveSessionListener
  2525.      */
  2526.     protected function getSession_SaveListenerService()
  2527.     {
  2528.         return $this->services['session.save_listener'] = new \Symfony\Component\HttpKernel\EventListener\SaveSessionListener();
  2529.     }
  2530.     /**
  2531.      * Gets the private 'session_listener' shared service.
  2532.      *
  2533.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2534.      */
  2535.     protected function getSessionListenerService()
  2536.     {
  2537.         return $this->services['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\ServiceLocator(['session' => function () {
  2538.             return ${($_ = isset($this->services['session']) ? $this->services['session'] : $this->load('getSessionService.php')) && false ?: '_'};
  2539.         }]));
  2540.     }
  2541.     /**
  2542.      * Gets the private 'streamed_response_listener' shared service.
  2543.      *
  2544.      * @return \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener
  2545.      */
  2546.     protected function getStreamedResponseListenerService()
  2547.     {
  2548.         return $this->services['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener();
  2549.     }
  2550.     /**
  2551.      * Gets the private 'templating.locator' shared service.
  2552.      *
  2553.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
  2554.      */
  2555.     protected function getTemplating_LocatorService()
  2556.     {
  2557.         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]);
  2558.     }
  2559.     /**
  2560.      * Gets the private 'templating.name_parser' shared service.
  2561.      *
  2562.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser
  2563.      */
  2564.     protected function getTemplating_NameParserService()
  2565.     {
  2566.         return $this->services['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'});
  2567.     }
  2568.     /**
  2569.      * Gets the private 'translator.default' shared service.
  2570.      *
  2571.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2572.      */
  2573.     protected function getTranslator_DefaultService()
  2574.     {
  2575.         $this->services['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\ServiceLocator(['translation.loader.csv' => function () {
  2576.             return ${($_ = isset($this->services['translation.loader.csv']) ? $this->services['translation.loader.csv'] : ($this->services['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())) && false ?: '_'};
  2577.         }, 'translation.loader.dat' => function () {
  2578.             return ${($_ = isset($this->services['translation.loader.dat']) ? $this->services['translation.loader.dat'] : ($this->services['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())) && false ?: '_'};
  2579.         }, 'translation.loader.ini' => function () {
  2580.             return ${($_ = isset($this->services['translation.loader.ini']) ? $this->services['translation.loader.ini'] : ($this->services['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())) && false ?: '_'};
  2581.         }, 'translation.loader.json' => function () {
  2582.             return ${($_ = isset($this->services['translation.loader.json']) ? $this->services['translation.loader.json'] : ($this->services['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())) && false ?: '_'};
  2583.         }, 'translation.loader.mo' => function () {
  2584.             return ${($_ = isset($this->services['translation.loader.mo']) ? $this->services['translation.loader.mo'] : ($this->services['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())) && false ?: '_'};
  2585.         }, 'translation.loader.php' => function () {
  2586.             return ${($_ = isset($this->services['translation.loader.php']) ? $this->services['translation.loader.php'] : ($this->services['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())) && false ?: '_'};
  2587.         }, 'translation.loader.po' => function () {
  2588.             return ${($_ = isset($this->services['translation.loader.po']) ? $this->services['translation.loader.po'] : ($this->services['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())) && false ?: '_'};
  2589.         }, 'translation.loader.qt' => function () {
  2590.             return ${($_ = isset($this->services['translation.loader.qt']) ? $this->services['translation.loader.qt'] : ($this->services['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())) && false ?: '_'};
  2591.         }, 'translation.loader.res' => function () {
  2592.             return ${($_ = isset($this->services['translation.loader.res']) ? $this->services['translation.loader.res'] : ($this->services['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())) && false ?: '_'};
  2593.         }, 'translation.loader.xliff' => function () {
  2594.             return ${($_ = isset($this->services['translation.loader.xliff']) ? $this->services['translation.loader.xliff'] : ($this->services['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader())) && false ?: '_'};
  2595.         }, 'translation.loader.yml' => function () {
  2596.             return ${($_ = isset($this->services['translation.loader.yml']) ? $this->services['translation.loader.yml'] : ($this->services['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader())) && false ?: '_'};
  2597.         }]), 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')], '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')], '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')], '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')]]]);
  2598.         $instance->setConfigCacheFactory(${($_ = isset($this->services['config_cache_factory']) ? $this->services['config_cache_factory'] : $this->getConfigCacheFactoryService()) && false ?: '_'});
  2599.         $instance->setFallbackLocales([=> 'fr']);
  2600.         return $instance;
  2601.     }
  2602.     /**
  2603.      * Gets the private 'translator_listener' shared service.
  2604.      *
  2605.      * @return \Symfony\Component\HttpKernel\EventListener\TranslatorListener
  2606.      */
  2607.     protected function getTranslatorListenerService()
  2608.     {
  2609.         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 ?: '_'});
  2610.     }
  2611.     /**
  2612.      * Gets the private 'twig.loader' shared service.
  2613.      *
  2614.      * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader
  2615.      */
  2616.     protected function getTwig_LoaderService()
  2617.     {
  2618.         $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]);
  2619.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views'), 'Framework');
  2620.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views'), '!Framework');
  2621.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views'), 'Security');
  2622.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views'), '!Security');
  2623.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views'), 'Twig');
  2624.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views'), '!Twig');
  2625.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  2626.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  2627.         $instance->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  2628.         $instance->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  2629.         $instance->addPath(($this->targetDirs[3].'/src/AppBundle/Resources/views'), 'FOSUser');
  2630.         $instance->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  2631.         $instance->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  2632.         $instance->addPath(($this->targetDirs[3].'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Resources/views'), 'NelmioApiDoc');
  2633.         $instance->addPath(($this->targetDirs[3].'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Resources/views'), '!NelmioApiDoc');
  2634.         $instance->addPath(($this->targetDirs[3].'/src/AppBundle/Resources/views'), 'App');
  2635.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views'), 'Debug');
  2636.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views'), '!Debug');
  2637.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views'), 'WebProfiler');
  2638.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views'), '!WebProfiler');
  2639.         $instance->addPath(($this->targetDirs[3].'/app/Resources/views'));
  2640.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form'));
  2641.         return $instance;
  2642.     }
  2643.     /**
  2644.      * Gets the private 'twig.profile' shared service.
  2645.      *
  2646.      * @return \Twig\Profiler\Profile
  2647.      */
  2648.     protected function getTwig_ProfileService()
  2649.     {
  2650.         return $this->services['twig.profile'] = new \Twig\Profiler\Profile();
  2651.     }
  2652.     /**
  2653.      * Gets the private 'uri_signer' shared service.
  2654.      *
  2655.      * @return \Symfony\Component\HttpKernel\UriSigner
  2656.      */
  2657.     protected function getUriSignerService()
  2658.     {
  2659.         return $this->services['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('ThisTokenIsNotSoSecretChangeIt');
  2660.     }
  2661.     /**
  2662.      * Gets the private 'validate_request_listener' shared service.
  2663.      *
  2664.      * @return \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener
  2665.      */
  2666.     protected function getValidateRequestListenerService()
  2667.     {
  2668.         return $this->services['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener();
  2669.     }
  2670.     /**
  2671.      * Gets the private 'validator.builder' shared service.
  2672.      *
  2673.      * @return \Symfony\Component\Validator\ValidatorBuilderInterface
  2674.      */
  2675.     protected function getValidator_BuilderService()
  2676.     {
  2677.         $this->services['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2678.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\ServiceLocator(['Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => function () {
  2679.             return ${($_ = isset($this->services['doctrine.orm.validator.unique']) ? $this->services['doctrine.orm.validator.unique'] : $this->load('getDoctrine_Orm_Validator_UniqueService.php')) && false ?: '_'};
  2680.         }, 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => function () {
  2681.             return ${($_ = isset($this->services['security.validator.user_password']) ? $this->services['security.validator.user_password'] : $this->load('getSecurity_Validator_UserPasswordService.php')) && false ?: '_'};
  2682.         }, 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => function () {
  2683.             return ${($_ = isset($this->services['validator.email']) ? $this->services['validator.email'] : ($this->services['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator(false))) && false ?: '_'};
  2684.         }, 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => function () {
  2685.             return ${($_ = isset($this->services['validator.expression']) ? $this->services['validator.expression'] : ($this->services['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator())) && false ?: '_'};
  2686.         }, 'doctrine.orm.validator.unique' => function () {
  2687.             return ${($_ = isset($this->services['doctrine.orm.validator.unique']) ? $this->services['doctrine.orm.validator.unique'] : $this->load('getDoctrine_Orm_Validator_UniqueService.php')) && false ?: '_'};
  2688.         }, 'security.validator.user_password' => function () {
  2689.             return ${($_ = isset($this->services['security.validator.user_password']) ? $this->services['security.validator.user_password'] : $this->load('getSecurity_Validator_UserPasswordService.php')) && false ?: '_'};
  2690.         }, 'validator.expression' => function () {
  2691.             return ${($_ = isset($this->services['validator.expression']) ? $this->services['validator.expression'] : ($this->services['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator())) && false ?: '_'};
  2692.         }])));
  2693.         if ($this->has('translator')) {
  2694.             $instance->setTranslator(${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'});
  2695.         }
  2696.         $instance->setTranslationDomain('validators');
  2697.         $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')]);
  2698.         $instance->enableAnnotationMapping(${($_ = isset($this->services['annotation_reader']) ? $this->services['annotation_reader'] : $this->getAnnotationReaderService()) && false ?: '_'});
  2699.         $instance->addMethodMapping('loadValidatorMetadata');
  2700.         $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 ?: '_'})]);
  2701.         $instance->addXmlMapping(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  2702.         return $instance;
  2703.     }
  2704.     /**
  2705.      * Gets the private 'web_profiler.csp.handler' shared service.
  2706.      *
  2707.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2708.      */
  2709.     protected function getWebProfiler_Csp_HandlerService()
  2710.     {
  2711.         return $this->services['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2712.     }
  2713.     /**
  2714.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2715.      *
  2716.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2717.      */
  2718.     protected function getWebProfiler_DebugToolbarService()
  2719.     {
  2720.         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 ?: '_'});
  2721.     }
  2722.     public function getParameter($name)
  2723.     {
  2724.         $name = (string) $name;
  2725.         if (isset($this->buildParameters[$name])) {
  2726.             return $this->buildParameters[$name];
  2727.         }
  2728.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  2729.             $name $this->normalizeParameterName($name);
  2730.             if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  2731.                 throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2732.             }
  2733.         }
  2734.         if (isset($this->loadedDynamicParameters[$name])) {
  2735.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2736.         }
  2737.         return $this->parameters[$name];
  2738.     }
  2739.     public function hasParameter($name)
  2740.     {
  2741.         $name = (string) $name;
  2742.         if (isset($this->buildParameters[$name])) {
  2743.             return true;
  2744.         }
  2745.         $name $this->normalizeParameterName($name);
  2746.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  2747.     }
  2748.     public function setParameter($name$value)
  2749.     {
  2750.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2751.     }
  2752.     public function getParameterBag()
  2753.     {
  2754.         if (null === $this->parameterBag) {
  2755.             $parameters $this->parameters;
  2756.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2757.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2758.             }
  2759.             foreach ($this->buildParameters as $name => $value) {
  2760.                 $parameters[$name] = $value;
  2761.             }
  2762.             $this->parameterBag = new FrozenParameterBag($parameters);
  2763.         }
  2764.         return $this->parameterBag;
  2765.     }
  2766.     private $loadedDynamicParameters = [
  2767.         'kernel.root_dir' => false,
  2768.         'kernel.project_dir' => false,
  2769.         'kernel.cache_dir' => false,
  2770.         'kernel.logs_dir' => false,
  2771.         'kernel.bundles_metadata' => false,
  2772.         'session.save_path' => false,
  2773.         'validator.mapping.cache.file' => false,
  2774.         'translator.default_path' => false,
  2775.         'profiler.storage.dsn' => false,
  2776.         'debug.container.dump' => false,
  2777.         'router.resource' => false,
  2778.         'serializer.mapping.cache.file' => false,
  2779.         'twig.default_path' => false,
  2780.         'swiftmailer.spool.default.memory.path' => false,
  2781.         'doctrine.orm.proxy_dir' => false,
  2782.         'doctrine_migrations.dir_name' => false,
  2783.     ];
  2784.     private $dynamicParameters = [];
  2785.     /**
  2786.      * Computes a dynamic parameter.
  2787.      *
  2788.      * @param string $name The name of the dynamic parameter to load
  2789.      *
  2790.      * @return mixed The value of the dynamic parameter
  2791.      *
  2792.      * @throws InvalidArgumentException When the dynamic parameter does not exist
  2793.      */
  2794.     private function getDynamicParameter($name)
  2795.     {
  2796.         switch ($name) {
  2797.             case 'kernel.root_dir'$value = ($this->targetDirs[3].'/app'); break;
  2798.             case 'kernel.project_dir'$value $this->targetDirs[3]; break;
  2799.             case 'kernel.cache_dir'$value $this->targetDirs[0]; break;
  2800.             case 'kernel.logs_dir'$value = ($this->targetDirs[2].'/logs'); break;
  2801.             case 'kernel.bundles_metadata'$value = [
  2802.                 'FrameworkBundle' => [
  2803.                     'parent' => NULL,
  2804.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle'),
  2805.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2806.                 ],
  2807.                 'SecurityBundle' => [
  2808.                     'parent' => NULL,
  2809.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle'),
  2810.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2811.                 ],
  2812.                 'TwigBundle' => [
  2813.                     'parent' => NULL,
  2814.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle'),
  2815.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2816.                 ],
  2817.                 'MonologBundle' => [
  2818.                     'parent' => NULL,
  2819.                     'path' => ($this->targetDirs[3].'/vendor/symfony/monolog-bundle'),
  2820.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2821.                 ],
  2822.                 'SwiftmailerBundle' => [
  2823.                     'parent' => NULL,
  2824.                     'path' => ($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle'),
  2825.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  2826.                 ],
  2827.                 'DoctrineBundle' => [
  2828.                     'parent' => NULL,
  2829.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle'),
  2830.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2831.                 ],
  2832.                 'SensioFrameworkExtraBundle' => [
  2833.                     'parent' => NULL,
  2834.                     'path' => ($this->targetDirs[3].'/vendor/sensio/framework-extra-bundle'),
  2835.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2836.                 ],
  2837.                 'DoctrineMigrationsBundle' => [
  2838.                     'parent' => NULL,
  2839.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-migrations-bundle'),
  2840.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2841.                 ],
  2842.                 'FOSUserBundle' => [
  2843.                     'parent' => NULL,
  2844.                     'path' => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle'),
  2845.                     'namespace' => 'FOS\\UserBundle',
  2846.                 ],
  2847.                 'FOSRestBundle' => [
  2848.                     'parent' => NULL,
  2849.                     'path' => ($this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle'),
  2850.                     'namespace' => 'FOS\\RestBundle',
  2851.                 ],
  2852.                 'NelmioApiDocBundle' => [
  2853.                     'parent' => NULL,
  2854.                     'path' => ($this->targetDirs[3].'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle'),
  2855.                     'namespace' => 'Nelmio\\ApiDocBundle',
  2856.                 ],
  2857.                 'FOSJsRoutingBundle' => [
  2858.                     'parent' => NULL,
  2859.                     'path' => ($this->targetDirs[3].'/vendor/friendsofsymfony/jsrouting-bundle'),
  2860.                     'namespace' => 'FOS\\JsRoutingBundle',
  2861.                 ],
  2862.                 'AppBundle' => [
  2863.                     'parent' => 'FOSUserBundle',
  2864.                     'path' => ($this->targetDirs[3].'/src/AppBundle'),
  2865.                     'namespace' => 'AppBundle',
  2866.                 ],
  2867.                 'ApiBundle' => [
  2868.                     'parent' => NULL,
  2869.                     'path' => ($this->targetDirs[3].'/src/ApiBundle'),
  2870.                     'namespace' => 'ApiBundle',
  2871.                 ],
  2872.                 'KnpSnappyBundle' => [
  2873.                     'parent' => NULL,
  2874.                     'path' => ($this->targetDirs[3].'/vendor/knplabs/knp-snappy-bundle/src'),
  2875.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  2876.                 ],
  2877.                 'LiuggioExcelBundle' => [
  2878.                     'parent' => NULL,
  2879.                     'path' => ($this->targetDirs[3].'/vendor/liuggio/excelbundle'),
  2880.                     'namespace' => 'Liuggio\\ExcelBundle',
  2881.                 ],
  2882.                 'DebugBundle' => [
  2883.                     'parent' => NULL,
  2884.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle'),
  2885.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2886.                 ],
  2887.                 'WebProfilerBundle' => [
  2888.                     'parent' => NULL,
  2889.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle'),
  2890.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2891.                 ],
  2892.                 'SensioDistributionBundle' => [
  2893.                     'parent' => NULL,
  2894.                     'path' => ($this->targetDirs[3].'/vendor/sensio/distribution-bundle'),
  2895.                     'namespace' => 'Sensio\\Bundle\\DistributionBundle',
  2896.                 ],
  2897.                 'DoctrineFixturesBundle' => [
  2898.                     'parent' => NULL,
  2899.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-fixtures-bundle'),
  2900.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  2901.                 ],
  2902.                 'SensioGeneratorBundle' => [
  2903.                     'parent' => NULL,
  2904.                     'path' => ($this->targetDirs[3].'/vendor/sensio/generator-bundle'),
  2905.                     'namespace' => 'Sensio\\Bundle\\GeneratorBundle',
  2906.                 ],
  2907.                 'WebServerBundle' => [
  2908.                     'parent' => NULL,
  2909.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebServerBundle'),
  2910.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  2911.                 ],
  2912.             ]; break;
  2913.             case 'session.save_path'$value = ($this->targetDirs[2].'/sessions/dev'); break;
  2914.             case 'validator.mapping.cache.file'$value = ($this->targetDirs[0].'/validation.php'); break;
  2915.             case 'translator.default_path'$value = ($this->targetDirs[3].'/translations'); break;
  2916.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDirs[0].'/profiler'); break;
  2917.             case 'debug.container.dump'$value = ($this->targetDirs[0].'/appDevDebugProjectContainer.xml'); break;
  2918.             case 'router.resource'$value = ($this->targetDirs[3].'/app/config/routing_dev.yml'); break;
  2919.             case 'serializer.mapping.cache.file'$value = ($this->targetDirs[0].'/serialization.php'); break;
  2920.             case 'twig.default_path'$value = ($this->targetDirs[3].'/templates'); break;
  2921.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDirs[0].'/swiftmailer/spool/default'); break;
  2922.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDirs[0].'/doctrine/orm/Proxies'); break;
  2923.             case 'doctrine_migrations.dir_name'$value = ($this->targetDirs[3].'/app/DoctrineMigrations'); break;
  2924.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2925.         }
  2926.         $this->loadedDynamicParameters[$name] = true;
  2927.         return $this->dynamicParameters[$name] = $value;
  2928.     }
  2929.     private $normalizedParameterNames = [];
  2930.     private function normalizeParameterName($name)
  2931.     {
  2932.         if (isset($this->normalizedParameterNames[$normalizedName strtolower($name)]) || isset($this->parameters[$normalizedName]) || array_key_exists($normalizedName$this->parameters)) {
  2933.             $normalizedName = isset($this->normalizedParameterNames[$normalizedName]) ? $this->normalizedParameterNames[$normalizedName] : $normalizedName;
  2934.             if ((string) $name !== $normalizedName) {
  2935.                 @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);
  2936.             }
  2937.         } else {
  2938.             $normalizedName $this->normalizedParameterNames[$normalizedName] = (string) $name;
  2939.         }
  2940.         return $normalizedName;
  2941.     }
  2942.     /**
  2943.      * Gets the default parameters.
  2944.      *
  2945.      * @return array An array of the default parameters
  2946.      */
  2947.     protected function getDefaultParameters()
  2948.     {
  2949.         return [
  2950.             'kernel.environment' => 'dev',
  2951.             'kernel.debug' => true,
  2952.             'kernel.name' => 'app',
  2953.             'kernel.bundles' => [
  2954.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2955.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2956.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2957.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2958.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  2959.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2960.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2961.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2962.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  2963.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  2964.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  2965.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  2966.                 'AppBundle' => 'AppBundle\\AppBundle',
  2967.                 'ApiBundle' => 'ApiBundle\\ApiBundle',
  2968.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  2969.                 'LiuggioExcelBundle' => 'Liuggio\\ExcelBundle\\LiuggioExcelBundle',
  2970.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2971.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2972.                 'SensioDistributionBundle' => 'Sensio\\Bundle\\DistributionBundle\\SensioDistributionBundle',
  2973.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  2974.                 'SensioGeneratorBundle' => 'Sensio\\Bundle\\GeneratorBundle\\SensioGeneratorBundle',
  2975.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  2976.             ],
  2977.             'kernel.charset' => 'UTF-8',
  2978.             'kernel.container_class' => 'appDevDebugProjectContainer',
  2979.             'container.autowiring.strict_mode' => true,
  2980.             'container.dumper.inline_class_loader' => true,
  2981.             'database_driver' => 'pdo_pgsql',
  2982.             'database_host' => 'postgres',
  2983.             'database_port' => 5432,
  2984.             'database_name' => 'postgres',
  2985.             'database_user' => 'postgres',
  2986.             'database_password' => 'mysecretpassword',
  2987.             'mailer_transport' => 'smtp',
  2988.             'mailer_host' => 'smtp.online.net',
  2989.             'mailer_user' => 'services@iviflo.fr',
  2990.             'mailer_password' => 'ZzVVgYpsUpOflsLBPEEt',
  2991.             'mailer_port' => 465,
  2992.             'mailer_encryption' => 'ssl',
  2993.             'secret' => 'ThisTokenIsNotSoSecretChangeIt',
  2994.             'hour_start_of_day' => '8:00',
  2995.             'hour_end_of_day' => '18:00',
  2996.             'enabled_saturday' => 0,
  2997.             'enabled_sunday' => 0,
  2998.             'wkhtmltopdf.binary_path' => 'wkhtmltopdf',
  2999.             'locale' => 'fr',
  3000.             'fragment.renderer.hinclude.global_template' => NULL,
  3001.             'fragment.path' => '/_fragment',
  3002.             'kernel.secret' => 'ThisTokenIsNotSoSecretChangeIt',
  3003.             'kernel.http_method_override' => true,
  3004.             'kernel.trusted_hosts' => [
  3005.             ],
  3006.             'kernel.default_locale' => 'fr',
  3007.             'templating.helper.code.file_link_format' => NULL,
  3008.             'debug.file_link_format' => NULL,
  3009.             'session.metadata.storage_key' => '_sf2_meta',
  3010.             'session.storage.options' => [
  3011.                 'cache_limiter' => '0',
  3012.                 'cookie_httponly' => true,
  3013.                 'gc_probability' => 1,
  3014.             ],
  3015.             'session.metadata.update_threshold' => '0',
  3016.             'form.type_extension.csrf.enabled' => true,
  3017.             'form.type_extension.csrf.field_name' => '_token',
  3018.             'asset.request_context.base_path' => '',
  3019.             'asset.request_context.secure' => false,
  3020.             'templating.loader.cache.path' => NULL,
  3021.             'templating.engines' => [
  3022.                 => 'twig',
  3023.             ],
  3024.             'validator.mapping.cache.prefix' => '',
  3025.             'validator.translation_domain' => 'validators',
  3026.             'translator.logging' => true,
  3027.             'profiler_listener.only_exceptions' => false,
  3028.             'profiler_listener.only_master_requests' => false,
  3029.             'debug.error_handler.throw_at' => -1,
  3030.             'router.options.generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator',
  3031.             'router.options.generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator',
  3032.             'router.options.generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper',
  3033.             'router.options.matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher',
  3034.             'router.options.matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher',
  3035.             'router.options.matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper',
  3036.             'router.options.matcher.cache_class' => 'appDevDebugProjectContainerUrlMatcher',
  3037.             'router.options.generator.cache_class' => 'appDevDebugProjectContainerUrlGenerator',
  3038.             'router.request_context.host' => 'localhost',
  3039.             'router.request_context.scheme' => 'http',
  3040.             'router.request_context.base_url' => '',
  3041.             'router.cache_class_prefix' => 'appDevDebugProjectContainer',
  3042.             'request_listener.http_port' => 80,
  3043.             'request_listener.https_port' => 443,
  3044.             'serializer.mapping.cache.prefix' => '',
  3045.             'security.authentication.trust_resolver.anonymous_class' => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken',
  3046.             'security.authentication.trust_resolver.rememberme_class' => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\RememberMeToken',
  3047.             'security.role_hierarchy.roles' => [
  3048.                 'ROLE_ADMIN' => [
  3049.                     => 'ROLE_USER',
  3050.                 ],
  3051.                 'ROLE_SUPER_ADMIN' => [
  3052.                     => 'ROLE_ADMIN',
  3053.                 ],
  3054.             ],
  3055.             'security.access.denied_url' => NULL,
  3056.             'security.authentication.manager.erase_credentials' => true,
  3057.             'security.authentication.session_strategy.strategy' => 'migrate',
  3058.             'security.access.always_authenticate_before_granting' => false,
  3059.             'security.authentication.hide_user_not_found' => true,
  3060.             'twig.exception_listener.controller' => 'twig.controller.exception:showAction',
  3061.             'twig.form.resources' => [
  3062.                 => 'form_div_layout.html.twig',
  3063.                 => 'theme/form_boostrap_extend.html.twig',
  3064.             ],
  3065.             'monolog.use_microseconds' => true,
  3066.             'monolog.swift_mailer.handlers' => [
  3067.             ],
  3068.             'monolog.handlers_to_channels' => [
  3069.                 'monolog.handler.server_log' => NULL,
  3070.                 'monolog.handler.console' => [
  3071.                     'type' => 'exclusive',
  3072.                     'elements' => [
  3073.                         => 'event',
  3074.                         => 'doctrine',
  3075.                         => 'console',
  3076.                     ],
  3077.                 ],
  3078.                 'monolog.handler.main' => [
  3079.                     'type' => 'exclusive',
  3080.                     'elements' => [
  3081.                         => 'event',
  3082.                     ],
  3083.                 ],
  3084.             ],
  3085.             'swiftmailer.class' => 'Swift_Mailer',
  3086.             'swiftmailer.transport.sendmail.class' => 'Swift_Transport_SendmailTransport',
  3087.             'swiftmailer.transport.mail.class' => 'Swift_Transport_MailTransport',
  3088.             'swiftmailer.transport.failover.class' => 'Swift_Transport_FailoverTransport',
  3089.             'swiftmailer.plugin.redirecting.class' => 'Swift_Plugins_RedirectingPlugin',
  3090.             'swiftmailer.plugin.impersonate.class' => 'Swift_Plugins_ImpersonatePlugin',
  3091.             'swiftmailer.plugin.messagelogger.class' => 'Swift_Plugins_MessageLogger',
  3092.             'swiftmailer.plugin.antiflood.class' => 'Swift_Plugins_AntiFloodPlugin',
  3093.             'swiftmailer.transport.smtp.class' => 'Swift_Transport_EsmtpTransport',
  3094.             'swiftmailer.plugin.blackhole.class' => 'Swift_Plugins_BlackholePlugin',
  3095.             'swiftmailer.spool.file.class' => 'Swift_FileSpool',
  3096.             'swiftmailer.spool.memory.class' => 'Swift_MemorySpool',
  3097.             'swiftmailer.email_sender.listener.class' => 'Symfony\\Bundle\\SwiftmailerBundle\\EventListener\\EmailSenderListener',
  3098.             'swiftmailer.data_collector.class' => 'Symfony\\Bundle\\SwiftmailerBundle\\DataCollector\\MessageDataCollector',
  3099.             'swiftmailer.mailer.default.transport.name' => 'smtp',
  3100.             'swiftmailer.mailer.default.transport.smtp.encryption' => 'ssl',
  3101.             'swiftmailer.mailer.default.transport.smtp.port' => 465,
  3102.             'swiftmailer.mailer.default.transport.smtp.host' => 'smtp.online.net',
  3103.             'swiftmailer.mailer.default.transport.smtp.username' => 'services@iviflo.fr',
  3104.             'swiftmailer.mailer.default.transport.smtp.password' => 'ZzVVgYpsUpOflsLBPEEt',
  3105.             'swiftmailer.mailer.default.transport.smtp.auth_mode' => NULL,
  3106.             'swiftmailer.mailer.default.transport.smtp.timeout' => 30,
  3107.             'swiftmailer.mailer.default.transport.smtp.source_ip' => NULL,
  3108.             'swiftmailer.mailer.default.transport.smtp.local_domain' => NULL,
  3109.             'swiftmailer.mailer.default.spool.enabled' => true,
  3110.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  3111.             'swiftmailer.mailer.default.single_address' => NULL,
  3112.             'swiftmailer.mailer.default.delivery.enabled' => true,
  3113.             'swiftmailer.spool.enabled' => true,
  3114.             'swiftmailer.delivery.enabled' => true,
  3115.             'swiftmailer.single_address' => NULL,
  3116.             'swiftmailer.mailers' => [
  3117.                 'default' => 'swiftmailer.mailer.default',
  3118.             ],
  3119.             'swiftmailer.default_mailer' => 'default',
  3120.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3121.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  3122.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3123.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  3124.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  3125.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  3126.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  3127.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  3128.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  3129.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3130.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  3131.             'doctrine_cache.memcache.host' => 'localhost',
  3132.             'doctrine_cache.memcache.port' => 11211,
  3133.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3134.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  3135.             'doctrine_cache.memcached.host' => 'localhost',
  3136.             'doctrine_cache.memcached.port' => 11211,
  3137.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  3138.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  3139.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  3140.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  3141.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  3142.             'doctrine_cache.predis.scheme' => 'tcp',
  3143.             'doctrine_cache.predis.host' => 'localhost',
  3144.             'doctrine_cache.predis.port' => 6379,
  3145.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3146.             'doctrine_cache.redis.connection.class' => 'Redis',
  3147.             'doctrine_cache.redis.host' => 'localhost',
  3148.             'doctrine_cache.redis.port' => 6379,
  3149.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  3150.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  3151.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  3152.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  3153.             'doctrine_cache.riak.host' => 'localhost',
  3154.             'doctrine_cache.riak.port' => 8087,
  3155.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  3156.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  3157.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  3158.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3159.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3160.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3161.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  3162.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  3163.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  3164.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  3165.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3166.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3167.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3168.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3169.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3170.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3171.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3172.             'doctrine.entity_managers' => [
  3173.                 'default' => 'doctrine.orm.default_entity_manager',
  3174.             ],
  3175.             'doctrine.default_entity_manager' => 'default',
  3176.             'doctrine.dbal.connection_factory.types' => [
  3177.             ],
  3178.             'doctrine.connections' => [
  3179.                 'default' => 'doctrine.dbal.default_connection',
  3180.             ],
  3181.             'doctrine.default_connection' => 'default',
  3182.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3183.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3184.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3185.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3186.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3187.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3188.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3189.             'doctrine.orm.cache.memcache_port' => 11211,
  3190.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3191.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3192.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3193.             'doctrine.orm.cache.memcached_port' => 11211,
  3194.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3195.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3196.             'doctrine.orm.cache.redis_host' => 'localhost',
  3197.             'doctrine.orm.cache.redis_port' => 6379,
  3198.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3199.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3200.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3201.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3202.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3203.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3204.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3205.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3206.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3207.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3208.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3209.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3210.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3211.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3212.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3213.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3214.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3215.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3216.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3217.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3218.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3219.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3220.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3221.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3222.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3223.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3224.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3225.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3226.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3227.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3228.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3229.             'doctrine_migrations.namespace' => 'Application\\Migrations',
  3230.             'doctrine_migrations.table_name' => 'migration_versions',
  3231.             'doctrine_migrations.name' => 'Application Migrations',
  3232.             'doctrine_migrations.organize_migrations' => 'year_and_month',
  3233.             'doctrine_migrations.custom_template' => NULL,
  3234.             'fos_user.backend_type_orm' => true,
  3235.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  3236.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  3237.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  3238.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  3239.             'fos_user.storage' => 'orm',
  3240.             'fos_user.firewall_name' => 'main',
  3241.             'fos_user.model_manager_name' => NULL,
  3242.             'fos_user.model.user.class' => 'AppBundle\\Entity\\User',
  3243.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  3244.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  3245.             'fos_user.profile.form.validation_groups' => [
  3246.                 => 'Profile',
  3247.                 => 'Default',
  3248.             ],
  3249.             'fos_user.registration.confirmation.from_email' => [
  3250.                 'services@iviflo.fr' => 'services@iviflo.fr',
  3251.             ],
  3252.             'fos_user.registration.confirmation.enabled' => false,
  3253.             'fos_user.registration.form.type' => 'AppBundle\\Form\\RegistrationType',
  3254.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  3255.             'fos_user.registration.form.validation_groups' => [
  3256.                 => 'Registration',
  3257.                 => 'Default',
  3258.             ],
  3259.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  3260.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  3261.             'fos_user.change_password.form.validation_groups' => [
  3262.                 => 'ChangePassword',
  3263.                 => 'Default',
  3264.             ],
  3265.             'fos_user.resetting.email.from_email' => [
  3266.                 'services@iviflo.fr' => 'services@iviflo.fr',
  3267.             ],
  3268.             'fos_user.resetting.retry_ttl' => 7200,
  3269.             'fos_user.resetting.token_ttl' => 86400,
  3270.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  3271.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  3272.             'fos_user.resetting.form.validation_groups' => [
  3273.                 => 'ResetPassword',
  3274.                 => 'Default',
  3275.             ],
  3276.             'fos_rest.format_listener.rules' => NULL,
  3277.             'nelmio_api_doc.motd.template' => '@NelmioApiDoc/Components/motd.html.twig',
  3278.             'nelmio_api_doc.exclude_sections' => [
  3279.             ],
  3280.             'nelmio_api_doc.default_sections_opened' => true,
  3281.             'nelmio_api_doc.api_name' => 'API documentation',
  3282.             'nelmio_api_doc.sandbox.enabled' => true,
  3283.             'nelmio_api_doc.sandbox.endpoint' => NULL,
  3284.             'nelmio_api_doc.sandbox.accept_type' => NULL,
  3285.             'nelmio_api_doc.sandbox.body_format.formats' => [
  3286.                 => 'form',
  3287.                 => 'json',
  3288.             ],
  3289.             'nelmio_api_doc.sandbox.body_format.default_format' => 'form',
  3290.             'nelmio_api_doc.sandbox.request_format.method' => 'format_param',
  3291.             'nelmio_api_doc.sandbox.request_format.default_format' => 'json',
  3292.             'nelmio_api_doc.sandbox.request_format.formats' => [
  3293.                 'json' => 'application/json',
  3294.                 'xml' => 'application/xml',
  3295.             ],
  3296.             'nelmio_api_doc.sandbox.entity_to_choice' => true,
  3297.             'nelmio_api_doc.formatter.abstract_formatter.class' => 'Nelmio\\ApiDocBundle\\Formatter\\AbstractFormatter',
  3298.             'nelmio_api_doc.formatter.markdown_formatter.class' => 'Nelmio\\ApiDocBundle\\Formatter\\MarkdownFormatter',
  3299.             'nelmio_api_doc.formatter.simple_formatter.class' => 'Nelmio\\ApiDocBundle\\Formatter\\SimpleFormatter',
  3300.             'nelmio_api_doc.formatter.html_formatter.class' => 'Nelmio\\ApiDocBundle\\Formatter\\HtmlFormatter',
  3301.             'nelmio_api_doc.formatter.swagger_formatter.class' => 'Nelmio\\ApiDocBundle\\Formatter\\SwaggerFormatter',
  3302.             'nelmio_api_doc.sandbox.authentication' => NULL,
  3303.             'nelmio_api_doc.extractor.api_doc_extractor.class' => 'Nelmio\\ApiDocBundle\\Extractor\\ApiDocExtractor',
  3304.             'nelmio_api_doc.form.extension.description_form_type_extension.class' => 'Nelmio\\ApiDocBundle\\Form\\Extension\\DescriptionFormTypeExtension',
  3305.             'nelmio_api_doc.twig.extension.extra_markdown.class' => 'Nelmio\\ApiDocBundle\\Twig\\Extension\\MarkdownExtension',
  3306.             'nelmio_api_doc.doc_comment_extractor.class' => 'Nelmio\\ApiDocBundle\\Util\\DocCommentExtractor',
  3307.             'nelmio_api_doc.extractor.handler.fos_rest.class' => 'Nelmio\\ApiDocBundle\\Extractor\\Handler\\FosRestHandler',
  3308.             'nelmio_api_doc.extractor.handler.jms_security.class' => 'Nelmio\\ApiDocBundle\\Extractor\\Handler\\JmsSecurityExtraHandler',
  3309.             'nelmio_api_doc.extractor.handler.sensio_framework_extra.class' => 'Nelmio\\ApiDocBundle\\Extractor\\Handler\\SensioFrameworkExtraHandler',
  3310.             'nelmio_api_doc.extractor.handler.phpdoc.class' => 'Nelmio\\ApiDocBundle\\Extractor\\Handler\\PhpDocHandler',
  3311.             'nelmio_api_doc.parser.collection_parser.class' => 'Nelmio\\ApiDocBundle\\Parser\\CollectionParser',
  3312.             'nelmio_api_doc.parser.form_errors_parser.class' => 'Nelmio\\ApiDocBundle\\Parser\\FormErrorsParser',
  3313.             'nelmio_api_doc.parser.json_serializable_parser.class' => 'Nelmio\\ApiDocBundle\\Parser\\JsonSerializableParser',
  3314.             'nelmio_api_doc.request_listener.parameter' => '_doc',
  3315.             'nelmio_api_doc.event_listener.request.class' => 'Nelmio\\ApiDocBundle\\EventListener\\RequestListener',
  3316.             'nelmio_api_doc.parser.validation_parser.class' => 'Nelmio\\ApiDocBundle\\Parser\\ValidationParser',
  3317.             'nelmio_api_doc.swagger.base_path' => '/api',
  3318.             'nelmio_api_doc.swagger.swagger_version' => '1.2',
  3319.             'nelmio_api_doc.swagger.api_version' => '0.1',
  3320.             'nelmio_api_doc.swagger.info' => [
  3321.                 'title' => 'Symfony2',
  3322.                 'description' => 'My awesome Symfony2 app!',
  3323.                 'TermsOfServiceUrl' => NULL,
  3324.                 'contact' => NULL,
  3325.                 'license' => NULL,
  3326.                 'licenseUrl' => NULL,
  3327.             ],
  3328.             'nelmio_api_doc.swagger.model_naming_strategy' => 'dot_notation',
  3329.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  3330.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  3331.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  3332.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  3333.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  3334.             'fos_js_routing.request_context_base_url' => NULL,
  3335.             'fos_js_routing.cache_control' => [
  3336.                 'enabled' => false,
  3337.             ],
  3338.             'knp_snappy.pdf.binary' => 'wkhtmltopdf',
  3339.             'knp_snappy.pdf.options' => [
  3340.             ],
  3341.             'knp_snappy.pdf.env' => [
  3342.             ],
  3343.             'knp_snappy.image.binary' => 'wkhtmltoimage',
  3344.             'knp_snappy.image.options' => [
  3345.             ],
  3346.             'knp_snappy.image.env' => [
  3347.             ],
  3348.             'phpexcel.class' => 'Liuggio\\ExcelBundle\\Factory',
  3349.             'web_profiler.debug_toolbar.position' => 'bottom',
  3350.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3351.             'web_profiler.debug_toolbar.mode' => 2,
  3352.             'data_collector.templates' => [
  3353.                 'data_collector.request' => [
  3354.                     => 'request',
  3355.                     => '@WebProfiler/Collector/request.html.twig',
  3356.                 ],
  3357.                 'data_collector.time' => [
  3358.                     => 'time',
  3359.                     => '@WebProfiler/Collector/time.html.twig',
  3360.                 ],
  3361.                 'data_collector.memory' => [
  3362.                     => 'memory',
  3363.                     => '@WebProfiler/Collector/memory.html.twig',
  3364.                 ],
  3365.                 'data_collector.validator' => [
  3366.                     => 'validator',
  3367.                     => '@WebProfiler/Collector/validator.html.twig',
  3368.                 ],
  3369.                 'data_collector.ajax' => [
  3370.                     => 'ajax',
  3371.                     => '@WebProfiler/Collector/ajax.html.twig',
  3372.                 ],
  3373.                 'data_collector.form' => [
  3374.                     => 'form',
  3375.                     => '@WebProfiler/Collector/form.html.twig',
  3376.                 ],
  3377.                 'data_collector.exception' => [
  3378.                     => 'exception',
  3379.                     => '@WebProfiler/Collector/exception.html.twig',
  3380.                 ],
  3381.                 'data_collector.logger' => [
  3382.                     => 'logger',
  3383.                     => '@WebProfiler/Collector/logger.html.twig',
  3384.                 ],
  3385.                 'data_collector.events' => [
  3386.                     => 'events',
  3387.                     => '@WebProfiler/Collector/events.html.twig',
  3388.                 ],
  3389.                 'data_collector.router' => [
  3390.                     => 'router',
  3391.                     => '@WebProfiler/Collector/router.html.twig',
  3392.                 ],
  3393.                 'data_collector.cache' => [
  3394.                     => 'cache',
  3395.                     => '@WebProfiler/Collector/cache.html.twig',
  3396.                 ],
  3397.                 'data_collector.translation' => [
  3398.                     => 'translation',
  3399.                     => '@WebProfiler/Collector/translation.html.twig',
  3400.                 ],
  3401.                 'data_collector.security' => [
  3402.                     => 'security',
  3403.                     => '@Security/Collector/security.html.twig',
  3404.                 ],
  3405.                 'data_collector.twig' => [
  3406.                     => 'twig',
  3407.                     => '@WebProfiler/Collector/twig.html.twig',
  3408.                 ],
  3409.                 'data_collector.doctrine' => [
  3410.                     => 'db',
  3411.                     => '@Doctrine/Collector/db.html.twig',
  3412.                 ],
  3413.                 'swiftmailer.data_collector' => [
  3414.                     => 'swiftmailer',
  3415.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  3416.                 ],
  3417.                 'data_collector.dump' => [
  3418.                     => 'dump',
  3419.                     => '@Debug/Profiler/dump.html.twig',
  3420.                 ],
  3421.                 'data_collector.config' => [
  3422.                     => 'config',
  3423.                     => '@WebProfiler/Collector/config.html.twig',
  3424.                 ],
  3425.             ],
  3426.             'nelmio_api_doc.parser.form_type_parser.class' => 'Nelmio\\ApiDocBundle\\Parser\\FormTypeParser',
  3427.             'console.command.ids' => [
  3428.                 'console.command.symfony_bundle_frameworkbundle_command_aboutcommand' => 'console.command.about',
  3429.                 'console.command.symfony_bundle_frameworkbundle_command_assetsinstallcommand' => 'console.command.assets_install',
  3430.                 'console.command.symfony_bundle_frameworkbundle_command_cacheclearcommand' => 'console.command.cache_clear',
  3431.                 'console.command.symfony_bundle_frameworkbundle_command_cachepoolclearcommand' => 'console.command.cache_pool_clear',
  3432.                 'console.command.symfony_bundle_frameworkbundle_command_cachepoolprunecommand' => 'console.command.cache_pool_prune',
  3433.                 'console.command.symfony_bundle_frameworkbundle_command_cachewarmupcommand' => 'console.command.cache_warmup',
  3434.                 'console.command.symfony_bundle_frameworkbundle_command_configdebugcommand' => 'console.command.config_debug',
  3435.                 'console.command.symfony_bundle_frameworkbundle_command_configdumpreferencecommand' => 'console.command.config_dump_reference',
  3436.                 'console.command.symfony_bundle_frameworkbundle_command_containerdebugcommand' => 'console.command.container_debug',
  3437.                 'console.command.symfony_bundle_frameworkbundle_command_debugautowiringcommand' => 'console.command.debug_autowiring',
  3438.                 'console.command.symfony_bundle_frameworkbundle_command_eventdispatcherdebugcommand' => 'console.command.event_dispatcher_debug',
  3439.                 'console.command.symfony_bundle_frameworkbundle_command_routerdebugcommand' => 'console.command.router_debug',
  3440.                 'console.command.symfony_bundle_frameworkbundle_command_routermatchcommand' => 'console.command.router_match',
  3441.                 'console.command.symfony_bundle_frameworkbundle_command_translationdebugcommand' => 'console.command.translation_debug',
  3442.                 'console.command.symfony_bundle_frameworkbundle_command_translationupdatecommand' => 'console.command.translation_update',
  3443.                 'console.command.symfony_bundle_frameworkbundle_command_xlifflintcommand' => 'console.command.xliff_lint',
  3444.                 'console.command.symfony_bundle_frameworkbundle_command_yamllintcommand' => 'console.command.yaml_lint',
  3445.                 'console.command.symfony_component_form_command_debugcommand' => 'console.command.form_debug',
  3446.                 'console.command.symfony_bundle_securitybundle_command_userpasswordencodercommand' => 'security.command.user_password_encoder',
  3447.                 'console.command.symfony_bridge_twig_command_debugcommand' => 'twig.command.debug',
  3448.                 'console.command.symfony_bundle_twigbundle_command_lintcommand' => 'twig.command.lint',
  3449.                 'console.command.doctrine_bundle_doctrinecachebundle_command_containscommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_containscommand',
  3450.                 'console.command.doctrine_bundle_doctrinecachebundle_command_deletecommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_deletecommand',
  3451.                 'console.command.doctrine_bundle_doctrinecachebundle_command_flushcommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_flushcommand',
  3452.                 'console.command.doctrine_bundle_doctrinecachebundle_command_statscommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_statscommand',
  3453.                 'console.command.doctrine_bundle_doctrinebundle_command_createdatabasedoctrinecommand' => 'doctrine.database_create_command',
  3454.                 'console.command.doctrine_bundle_doctrinebundle_command_dropdatabasedoctrinecommand' => 'doctrine.database_drop_command',
  3455.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_importdoctrinecommand' => 'doctrine.database_import_command',
  3456.                 'console.command.doctrine_bundle_doctrinebundle_command_generateentitiesdoctrinecommand' => 'doctrine.generate_entities_command',
  3457.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_runsqldoctrinecommand' => 'doctrine.query_sql_command',
  3458.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_clearmetadatacachedoctrinecommand' => 'doctrine.cache_clear_metadata_command',
  3459.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_clearquerycachedoctrinecommand' => 'doctrine.cache_clear_query_cache_command',
  3460.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_clearresultcachedoctrinecommand' => 'doctrine.cache_clear_result_command',
  3461.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_collectionregiondoctrinecommand' => 'doctrine.cache_collection_region_command',
  3462.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_convertmappingdoctrinecommand' => 'doctrine.mapping_convert_command',
  3463.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_createschemadoctrinecommand' => 'doctrine.schema_create_command',
  3464.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_dropschemadoctrinecommand' => 'doctrine.schema_drop_command',
  3465.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_ensureproductionsettingsdoctrinecommand' => 'doctrine.ensure_production_settings_command',
  3466.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_entityregioncachedoctrinecommand' => 'doctrine.clear_entity_region_command',
  3467.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_infodoctrinecommand' => 'doctrine.mapping_info_command',
  3468.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_queryregioncachedoctrinecommand' => 'doctrine.clear_query_region_command',
  3469.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_rundqldoctrinecommand' => 'doctrine.query_dql_command',
  3470.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_updateschemadoctrinecommand' => 'doctrine.schema_update_command',
  3471.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_validateschemacommand' => 'doctrine.schema_validate_command',
  3472.                 'console.command.doctrine_bundle_doctrinebundle_command_importmappingdoctrinecommand' => 'doctrine.mapping_import_command',
  3473.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsdiffdoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsdiffdoctrinecommand',
  3474.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsexecutedoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsexecutedoctrinecommand',
  3475.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsgeneratedoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsgeneratedoctrinecommand',
  3476.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationslatestdoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationslatestdoctrinecommand',
  3477.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsmigratedoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsmigratedoctrinecommand',
  3478.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsstatusdoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsstatusdoctrinecommand',
  3479.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsversiondoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsversiondoctrinecommand',
  3480.                 'console.command.fos_userbundle_command_activateusercommand' => 'fos_user.command.activate_user',
  3481.                 'console.command.fos_userbundle_command_changepasswordcommand' => 'fos_user.command.change_password',
  3482.                 'console.command.fos_userbundle_command_createusercommand' => 'fos_user.command.create_user',
  3483.                 'console.command.fos_userbundle_command_deactivateusercommand' => 'fos_user.command.deactivate_user',
  3484.                 'console.command.fos_userbundle_command_demoteusercommand' => 'fos_user.command.demote_user',
  3485.                 'console.command.fos_userbundle_command_promoteusercommand' => 'fos_user.command.promote_user',
  3486.                 'console.command.fos_jsroutingbundle_command_dumpcommand' => 'fos_js_routing.dump_command',
  3487.                 'console.command.fos_jsroutingbundle_command_routerdebugexposedcommand' => 'fos_js_routing.router_debug_exposed_command',
  3488.                 'console.command.sensiolabs_security_command_securitycheckercommand' => 'sensio_distribution.security_checker.command',
  3489.                 'console.command.doctrine_bundle_fixturesbundle_command_loaddatafixturesdoctrinecommand' => 'doctrine.fixtures_load_command',
  3490.                 'console.command.symfony_bundle_webserverbundle_command_serverruncommand' => 'web_server.command.server_run',
  3491.                 'console.command.symfony_bundle_webserverbundle_command_serverstartcommand' => 'web_server.command.server_start',
  3492.                 'console.command.symfony_bundle_webserverbundle_command_serverstopcommand' => 'web_server.command.server_stop',
  3493.                 'console.command.symfony_bundle_webserverbundle_command_serverstatuscommand' => 'web_server.command.server_status',
  3494.                 'console.command.symfony_bundle_webserverbundle_command_serverlogcommand' => 'web_server.command.server_log',
  3495.             ],
  3496.             'console.lazy_command.ids' => [
  3497.                 'console.command.about' => true,
  3498.                 'console.command.assets_install' => true,
  3499.                 'console.command.cache_clear' => true,
  3500.                 'console.command.cache_pool_clear' => true,
  3501.                 'console.command.cache_pool_prune' => true,
  3502.                 'console.command.cache_warmup' => true,
  3503.                 'console.command.config_debug' => true,
  3504.                 'console.command.config_dump_reference' => true,
  3505.                 'console.command.container_debug' => true,
  3506.                 'console.command.debug_autowiring' => true,
  3507.                 'console.command.event_dispatcher_debug' => true,
  3508.                 'console.command.router_debug' => true,
  3509.                 'console.command.router_match' => true,
  3510.                 'console.command.translation_debug' => true,
  3511.                 'console.command.translation_update' => true,
  3512.                 'console.command.xliff_lint' => true,
  3513.                 'console.command.yaml_lint' => true,
  3514.                 'console.command.form_debug' => true,
  3515.                 'security.command.user_password_encoder' => true,
  3516.                 'twig.command.debug' => true,
  3517.                 'twig.command.lint' => true,
  3518.                 'doctrine.database_create_command' => true,
  3519.                 'doctrine.database_drop_command' => true,
  3520.                 'doctrine.database_import_command' => true,
  3521.                 'doctrine.generate_entities_command' => true,
  3522.                 'doctrine.query_sql_command' => true,
  3523.                 'doctrine.cache_clear_metadata_command' => true,
  3524.                 'doctrine.cache_clear_query_cache_command' => true,
  3525.                 'doctrine.cache_clear_result_command' => true,
  3526.                 'doctrine.cache_collection_region_command' => true,
  3527.                 'doctrine.mapping_convert_command' => true,
  3528.                 'doctrine.schema_create_command' => true,
  3529.                 'doctrine.schema_drop_command' => true,
  3530.                 'doctrine.ensure_production_settings_command' => true,
  3531.                 'doctrine.clear_entity_region_command' => true,
  3532.                 'doctrine.mapping_info_command' => true,
  3533.                 'doctrine.clear_query_region_command' => true,
  3534.                 'doctrine.query_dql_command' => true,
  3535.                 'doctrine.schema_update_command' => true,
  3536.                 'doctrine.schema_validate_command' => true,
  3537.                 'doctrine.mapping_import_command' => true,
  3538.                 'fos_user.command.activate_user' => true,
  3539.                 'fos_user.command.change_password' => true,
  3540.                 'fos_user.command.create_user' => true,
  3541.                 'fos_user.command.deactivate_user' => true,
  3542.                 'fos_user.command.demote_user' => true,
  3543.                 'fos_user.command.promote_user' => true,
  3544.                 'fos_js_routing.dump_command' => true,
  3545.                 'fos_js_routing.router_debug_exposed_command' => true,
  3546.                 'sensio_distribution.security_checker.command' => true,
  3547.                 'doctrine.fixtures_load_command' => true,
  3548.                 'web_server.command.server_run' => true,
  3549.                 'web_server.command.server_start' => true,
  3550.                 'web_server.command.server_stop' => true,
  3551.                 'web_server.command.server_status' => true,
  3552.                 'web_server.command.server_log' => true,
  3553.             ],
  3554.         ];
  3555.     }
  3556. }