app/cache/dev/ContainerGwob8ct/appDevDebugProjectContainer.php line 1608

Open in your IDE?
  1. <?php
  2. namespace ContainerGwob8ct;
  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.             'liip\\functionaltestbundle\\command\\runparatestcommand' => 'Liip\\FunctionalTestBundle\\Command\\RunParatestCommand',
  34.             'liip\\functionaltestbundle\\command\\testcommand' => 'Liip\\FunctionalTestBundle\\Command\\TestCommand',
  35.             'security.authentication.basic_entry_point.extcall' => 'security.authentication.basic_entry_point.extCall',
  36.             'security.authentication.listener.anonymous.extcall' => 'security.authentication.listener.anonymous.extCall',
  37.             'security.authentication.listener.basic.extcall' => 'security.authentication.listener.basic.extCall',
  38.             'security.authentication.provider.anonymous.extcall' => 'security.authentication.provider.anonymous.extCall',
  39.             'security.authentication.provider.dao.extcall' => 'security.authentication.provider.dao.extCall',
  40.             'security.authentication.session_strategy.extcall' => 'security.authentication.session_strategy.extCall',
  41.             'security.firewall.map.context.extcall' => 'security.firewall.map.context.extCall',
  42.             'symfony\\bundle\\frameworkbundle\\controller\\redirectcontroller' => 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController',
  43.             'symfony\\bundle\\frameworkbundle\\controller\\templatecontroller' => 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController',
  44.             'symfony\\webpackencorebundle\\asset\\entrypointlookupinterface' => 'Symfony\\WebpackEncoreBundle\\Asset\\EntrypointLookupInterface',
  45.         ];
  46.         $this->syntheticIds = [
  47.             'kernel' => true,
  48.         ];
  49.         $this->methodMap = [
  50.             'annotation_reader' => 'getAnnotationReaderService',
  51.             'annotations.reader' => 'getAnnotations_ReaderService',
  52.             'argument_metadata_factory' => 'getArgumentMetadataFactoryService',
  53.             'assetic.asset_factory' => 'getAssetic_AssetFactoryService',
  54.             'assetic.request_listener' => 'getAssetic_RequestListenerService',
  55.             'assets.context' => 'getAssets_ContextService',
  56.             'assets.packages' => 'getAssets_PackagesService',
  57.             'biceps_admin.controller.user' => 'getBicepsAdmin_Controller_UserService',
  58.             'biceps_core.account_manager' => 'getBicepsCore_AccountManagerService',
  59.             'biceps_core.emails_manager' => 'getBicepsCore_EmailsManagerService',
  60.             'biceps_core.newsletter_manager' => 'getBicepsCore_NewsletterManagerService',
  61.             'biceps_core.password_generator' => 'getBicepsCore_PasswordGeneratorService',
  62.             'biceps_core.twig.biceps_extension' => 'getBicepsCore_Twig_BicepsExtensionService',
  63.             'biceps_geo.geocoder' => 'getBicepsGeo_GeocoderService',
  64.             'biceps_migration.migration.service' => 'getBicepsMigration_Migration_ServiceService',
  65.             'biceps_security.listener.security' => 'getBicepsSecurity_Listener_SecurityService',
  66.             'cache.annotations' => 'getCache_AnnotationsService',
  67.             'cache.app' => 'getCache_AppService',
  68.             'cache.doctrine.orm.default.metadata' => 'getCache_Doctrine_Orm_Default_MetadataService',
  69.             'cache.doctrine.orm.default.query' => 'getCache_Doctrine_Orm_Default_QueryService',
  70.             'cache.doctrine.orm.default.result' => 'getCache_Doctrine_Orm_Default_ResultService',
  71.             'cache.serializer' => 'getCache_SerializerService',
  72.             'cache.system' => 'getCache_SystemService',
  73.             'cache.validator' => 'getCache_ValidatorService',
  74.             'cache.webpack_encore' => 'getCache_WebpackEncoreService',
  75.             'config_cache_factory' => 'getConfigCacheFactoryService',
  76.             'controller_name_converter' => 'getControllerNameConverterService',
  77.             'data_collector.dump' => 'getDataCollector_DumpService',
  78.             'data_collector.form' => 'getDataCollector_FormService',
  79.             'data_collector.form.extractor' => 'getDataCollector_Form_ExtractorService',
  80.             'data_collector.request' => 'getDataCollector_RequestService',
  81.             'data_collector.router' => 'getDataCollector_RouterService',
  82.             'data_collector.translation' => 'getDataCollector_TranslationService',
  83.             'debug.argument_resolver' => 'getDebug_ArgumentResolverService',
  84.             'debug.controller_resolver' => 'getDebug_ControllerResolverService',
  85.             'debug.debug_handlers_listener' => 'getDebug_DebugHandlersListenerService',
  86.             'debug.event_dispatcher' => 'getDebug_EventDispatcherService',
  87.             'debug.file_link_formatter' => 'getDebug_FileLinkFormatterService',
  88.             'debug.log_processor' => 'getDebug_LogProcessorService',
  89.             'debug.security.access.decision_manager' => 'getDebug_Security_Access_DecisionManagerService',
  90.             'debug.stopwatch' => 'getDebug_StopwatchService',
  91.             'debug.validator' => 'getDebug_ValidatorService',
  92.             'doctrine' => 'getDoctrineService',
  93.             'doctrine.dbal.connection_factory' => 'getDoctrine_Dbal_ConnectionFactoryService',
  94.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  95.             'doctrine.dbal.logger' => 'getDoctrine_Dbal_LoggerService',
  96.             'doctrine.dbal.logger.profiling.default' => 'getDoctrine_Dbal_Logger_Profiling_DefaultService',
  97.             'doctrine.dbal.logger.profiling.typo3' => 'getDoctrine_Dbal_Logger_Profiling_Typo3Service',
  98.             'doctrine.dbal.typo3_connection' => 'getDoctrine_Dbal_Typo3ConnectionService',
  99.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata' => 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_MetadataService',
  100.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.query' => 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_QueryService',
  101.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.result' => 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_ResultService',
  102.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  103.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  104.             'doctrine.orm.default_listeners.attach_entity_listeners' => 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService',
  105.             'doctrine.orm.default_manager_configurator' => 'getDoctrine_Orm_DefaultManagerConfiguratorService',
  106.             'doctrine.orm.validator_initializer' => 'getDoctrine_Orm_ValidatorInitializerService',
  107.             'file_locator' => 'getFileLocatorService',
  108.             'fos_user.user_listener' => 'getFosUser_UserListenerService',
  109.             'fos_user.user_manager' => 'getFosUser_UserManagerService',
  110.             'fos_user.util.canonical_fields_updater' => 'getFosUser_Util_CanonicalFieldsUpdaterService',
  111.             'fos_user.util.email_canonicalizer' => 'getFosUser_Util_EmailCanonicalizerService',
  112.             'fos_user.util.password_updater' => 'getFosUser_Util_PasswordUpdaterService',
  113.             'fos_user.util.token_generator' => 'getFosUser_Util_TokenGeneratorService',
  114.             'fragment.listener' => 'getFragment_ListenerService',
  115.             'framework_extra_bundle.argument_name_convertor' => 'getFrameworkExtraBundle_ArgumentNameConvertorService',
  116.             'framework_extra_bundle.event.is_granted' => 'getFrameworkExtraBundle_Event_IsGrantedService',
  117.             'http_kernel' => 'getHttpKernelService',
  118.             'liip_functional_test.exception_listener' => 'getLiipFunctionalTest_ExceptionListenerService',
  119.             'liip_functional_test.validator' => 'getLiipFunctionalTest_ValidatorService',
  120.             'locale_listener' => 'getLocaleListenerService',
  121.             'logger' => 'getLoggerService',
  122.             'monolog.handler.console' => 'getMonolog_Handler_ConsoleService',
  123.             'monolog.handler.main' => 'getMonolog_Handler_MainService',
  124.             'monolog.handler.null_internal' => 'getMonolog_Handler_NullInternalService',
  125.             'monolog.logger.cache' => 'getMonolog_Logger_CacheService',
  126.             'monolog.logger.doctrine' => 'getMonolog_Logger_DoctrineService',
  127.             'monolog.logger.event' => 'getMonolog_Logger_EventService',
  128.             'monolog.logger.php' => 'getMonolog_Logger_PhpService',
  129.             'monolog.logger.profiler' => 'getMonolog_Logger_ProfilerService',
  130.             'monolog.logger.request' => 'getMonolog_Logger_RequestService',
  131.             'monolog.logger.translation' => 'getMonolog_Logger_TranslationService',
  132.             'monolog.processor.psr_log_message' => 'getMonolog_Processor_PsrLogMessageService',
  133.             'profiler' => 'getProfilerService',
  134.             'profiler_listener' => 'getProfilerListenerService',
  135.             'request_stack' => 'getRequestStackService',
  136.             'resolve_controller_name_subscriber' => 'getResolveControllerNameSubscriberService',
  137.             'response_listener' => 'getResponseListenerService',
  138.             'router' => 'getRouterService',
  139.             'router.request_context' => 'getRouter_RequestContextService',
  140.             'router_listener' => 'getRouterListenerService',
  141.             'security.authentication.manager' => 'getSecurity_Authentication_ManagerService',
  142.             'security.authentication.trust_resolver' => 'getSecurity_Authentication_TrustResolverService',
  143.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  144.             'security.encoder_factory' => 'getSecurity_EncoderFactoryService',
  145.             'security.firewall' => 'getSecurity_FirewallService',
  146.             'security.firewall.map' => 'getSecurity_Firewall_MapService',
  147.             'security.logout_url_generator' => 'getSecurity_LogoutUrlGeneratorService',
  148.             'security.rememberme.response_listener' => 'getSecurity_Rememberme_ResponseListenerService',
  149.             'security.role_hierarchy' => 'getSecurity_RoleHierarchyService',
  150.             'security.token_storage' => 'getSecurity_TokenStorageService',
  151.             'sensio_framework_extra.cache.listener' => 'getSensioFrameworkExtra_Cache_ListenerService',
  152.             'sensio_framework_extra.controller.listener' => 'getSensioFrameworkExtra_Controller_ListenerService',
  153.             'sensio_framework_extra.converter.listener' => 'getSensioFrameworkExtra_Converter_ListenerService',
  154.             'sensio_framework_extra.converter.manager' => 'getSensioFrameworkExtra_Converter_ManagerService',
  155.             'sensio_framework_extra.security.listener' => 'getSensioFrameworkExtra_Security_ListenerService',
  156.             'sensio_framework_extra.view.listener' => 'getSensioFrameworkExtra_View_ListenerService',
  157.             'service_locator.sr6ctxe' => 'getServiceLocator_Sr6ctxeService',
  158.             'session' => 'getSessionService',
  159.             'session.save_listener' => 'getSession_SaveListenerService',
  160.             'session.storage.metadata_bag' => 'getSession_Storage_MetadataBagService',
  161.             'session.storage.native' => 'getSession_Storage_NativeService',
  162.             'session_listener' => 'getSessionListenerService',
  163.             'stof_doctrine_extensions.event_listener.blame' => 'getStofDoctrineExtensions_EventListener_BlameService',
  164.             'stof_doctrine_extensions.listener.blameable' => 'getStofDoctrineExtensions_Listener_BlameableService',
  165.             'streamed_response_listener' => 'getStreamedResponseListenerService',
  166.             'templating' => 'getTemplatingService',
  167.             'templating.locator' => 'getTemplating_LocatorService',
  168.             'templating.name_parser' => 'getTemplating_NameParserService',
  169.             'translator' => 'getTranslatorService',
  170.             'translator.default' => 'getTranslator_DefaultService',
  171.             'translator_listener' => 'getTranslatorListenerService',
  172.             'twig' => 'getTwigService',
  173.             'twig.loader' => 'getTwig_LoaderService',
  174.             'twig.profile' => 'getTwig_ProfileService',
  175.             'uri_signer' => 'getUriSignerService',
  176.             'validate_request_listener' => 'getValidateRequestListenerService',
  177.             'validator.builder' => 'getValidator_BuilderService',
  178.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  179.             'web_profiler.csp.handler' => 'getWebProfiler_Csp_HandlerService',
  180.             'web_profiler.debug_toolbar' => 'getWebProfiler_DebugToolbarService',
  181.         ];
  182.         $this->fileMap = [
  183.             'Liip\\FunctionalTestBundle\\Command\\RunParatestCommand' => 'getRunParatestCommandService.php',
  184.             'Liip\\FunctionalTestBundle\\Command\\TestCommand' => 'getTestCommandService.php',
  185.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  186.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  187.             'annotations.cache' => 'getAnnotations_CacheService.php',
  188.             'annotations.cache_warmer' => 'getAnnotations_CacheWarmerService.php',
  189.             'argument_resolver.default' => 'getArgumentResolver_DefaultService.php',
  190.             'argument_resolver.request' => 'getArgumentResolver_RequestService.php',
  191.             'argument_resolver.request_attribute' => 'getArgumentResolver_RequestAttributeService.php',
  192.             'argument_resolver.service' => 'getArgumentResolver_ServiceService.php',
  193.             'argument_resolver.session' => 'getArgumentResolver_SessionService.php',
  194.             'argument_resolver.variadic' => 'getArgumentResolver_VariadicService.php',
  195.             'assetic.asset_manager' => 'getAssetic_AssetManagerService.php',
  196.             'assetic.asset_manager_cache_warmer' => 'getAssetic_AssetManagerCacheWarmerService.php',
  197.             'assetic.controller' => 'getAssetic_ControllerService.php',
  198.             'assetic.filter.cssrewrite' => 'getAssetic_Filter_CssrewriteService.php',
  199.             'assetic.filter.scssphp' => 'getAssetic_Filter_ScssphpService.php',
  200.             'assetic.filter_manager' => 'getAssetic_FilterManagerService.php',
  201.             'biceps_admin.form.type.permissions' => 'getBicepsAdmin_Form_Type_PermissionsService.php',
  202.             'biceps_admin.validator.pdftemplate' => 'getBicepsAdmin_Validator_PdftemplateService.php',
  203.             'biceps_core.activation_manager' => 'getBicepsCore_ActivationManagerService.php',
  204.             'biceps_core.front_security_manager' => 'getBicepsCore_FrontSecurityManagerService.php',
  205.             'biceps_core.invoice_manager' => 'getBicepsCore_InvoiceManagerService.php',
  206.             'biceps_core.licence_manager' => 'getBicepsCore_LicenceManagerService.php',
  207.             'biceps_core.licence_manager.fake' => 'getBicepsCore_LicenceManager_FakeService.php',
  208.             'biceps_core.notifications_manager' => 'getBicepsCore_NotificationsManagerService.php',
  209.             'biceps_core.pdf_helper' => 'getBicepsCore_PdfHelperService.php',
  210.             'biceps_core.pdf_template_manager' => 'getBicepsCore_PdfTemplateManagerService.php',
  211.             'biceps_core.permissions_manager' => 'getBicepsCore_PermissionsManagerService.php',
  212.             'biceps_core.registration_manager' => 'getBicepsCore_RegistrationManagerService.php',
  213.             'biceps_core.settings_manager' => 'getBicepsCore_SettingsManagerService.php',
  214.             'biceps_core.stats_manager' => 'getBicepsCore_StatsManagerService.php',
  215.             'biceps_core.validator.unique_administrator_email' => 'getBicepsCore_Validator_UniqueAdministratorEmailService.php',
  216.             'biceps_core.validator.unique_email' => 'getBicepsCore_Validator_UniqueEmailService.php',
  217.             'biceps_core.validator.unique_frontend_email' => 'getBicepsCore_Validator_UniqueFrontendEmailService.php',
  218.             'biceps_core.validator.unique_nickname' => 'getBicepsCore_Validator_UniqueNicknameService.php',
  219.             'biceps_core.vouchers_manager' => 'getBicepsCore_VouchersManagerService.php',
  220.             'biceps_migration.typo3.listener' => 'getBicepsMigration_Typo3_ListenerService.php',
  221.             'biceps_migration.typo3.provider' => 'getBicepsMigration_Typo3_ProviderService.php',
  222.             'biceps_payment.camt_manger' => 'getBicepsPayment_CamtMangerService.php',
  223.             'biceps_payment.postfinance_flex_payment_manager' => 'getBicepsPayment_PostfinanceFlexPaymentManagerService.php',
  224.             'biceps_payment.postfinance_payment_manager' => 'getBicepsPayment_PostfinancePaymentManagerService.php',
  225.             'biceps_payment.postfinance_payment_manager.fake' => 'getBicepsPayment_PostfinancePaymentManager_FakeService.php',
  226.             'biceps_payment.saferpay_payment_manager' => 'getBicepsPayment_SaferpayPaymentManagerService.php',
  227.             'biceps_security.handler.logout' => 'getBicepsSecurity_Handler_LogoutService.php',
  228.             'biceps_security.interface' => 'getBicepsSecurity_InterfaceService.php',
  229.             'biceps_security.listener.resetting' => 'getBicepsSecurity_Listener_ResettingService.php',
  230.             'biceps_security.oauth.token.cleaner' => 'getBicepsSecurity_Oauth_Token_CleanerService.php',
  231.             'biceps_security.resetting.controller' => 'getBicepsSecurity_Resetting_ControllerService.php',
  232.             'biceps_security.user_provider.backend' => 'getBicepsSecurity_UserProvider_BackendService.php',
  233.             'biceps_security.user_provider.frontend' => 'getBicepsSecurity_UserProvider_FrontendService.php',
  234.             'cache.default_clearer' => 'getCache_DefaultClearerService.php',
  235.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  236.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  237.             'cache_clearer' => 'getCacheClearerService.php',
  238.             'cache_warmer' => 'getCacheWarmerService.php',
  239.             'config.resource.self_checking_resource_checker' => 'getConfig_Resource_SelfCheckingResourceCheckerService.php',
  240.             'console.command.about' => 'getConsole_Command_AboutService.php',
  241.             'console.command.assets_install' => 'getConsole_Command_AssetsInstallService.php',
  242.             'console.command.cache_clear' => 'getConsole_Command_CacheClearService.php',
  243.             'console.command.cache_pool_clear' => 'getConsole_Command_CachePoolClearService.php',
  244.             'console.command.cache_pool_prune' => 'getConsole_Command_CachePoolPruneService.php',
  245.             'console.command.cache_warmup' => 'getConsole_Command_CacheWarmupService.php',
  246.             'console.command.config_debug' => 'getConsole_Command_ConfigDebugService.php',
  247.             'console.command.config_dump_reference' => 'getConsole_Command_ConfigDumpReferenceService.php',
  248.             'console.command.container_debug' => 'getConsole_Command_ContainerDebugService.php',
  249.             'console.command.debug_autowiring' => 'getConsole_Command_DebugAutowiringService.php',
  250.             'console.command.event_dispatcher_debug' => 'getConsole_Command_EventDispatcherDebugService.php',
  251.             'console.command.form_debug' => 'getConsole_Command_FormDebugService.php',
  252.             'console.command.router_debug' => 'getConsole_Command_RouterDebugService.php',
  253.             'console.command.router_match' => 'getConsole_Command_RouterMatchService.php',
  254.             'console.command.translation_debug' => 'getConsole_Command_TranslationDebugService.php',
  255.             'console.command.translation_update' => 'getConsole_Command_TranslationUpdateService.php',
  256.             'console.command.xliff_lint' => 'getConsole_Command_XliffLintService.php',
  257.             'console.command.yaml_lint' => 'getConsole_Command_YamlLintService.php',
  258.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  259.             'console.error_listener' => 'getConsole_ErrorListenerService.php',
  260.             'debug.dump_listener' => 'getDebug_DumpListenerService.php',
  261.             'debug.file_link_formatter.url_format' => 'getDebug_FileLinkFormatter_UrlFormatService.php',
  262.             'dependency_injection.config.container_parameters_resource_checker' => 'getDependencyInjection_Config_ContainerParametersResourceCheckerService.php',
  263.             'deprecated.form.registry' => 'getDeprecated_Form_RegistryService.php',
  264.             'deprecated.form.registry.csrf' => 'getDeprecated_Form_Registry_CsrfService.php',
  265.             'doctrine.cache_clear_metadata_command' => 'getDoctrine_CacheClearMetadataCommandService.php',
  266.             'doctrine.cache_clear_query_cache_command' => 'getDoctrine_CacheClearQueryCacheCommandService.php',
  267.             'doctrine.cache_clear_result_command' => 'getDoctrine_CacheClearResultCommandService.php',
  268.             'doctrine.cache_collection_region_command' => 'getDoctrine_CacheCollectionRegionCommandService.php',
  269.             'doctrine.clear_entity_region_command' => 'getDoctrine_ClearEntityRegionCommandService.php',
  270.             'doctrine.clear_query_region_command' => 'getDoctrine_ClearQueryRegionCommandService.php',
  271.             'doctrine.database_create_command' => 'getDoctrine_DatabaseCreateCommandService.php',
  272.             'doctrine.database_drop_command' => 'getDoctrine_DatabaseDropCommandService.php',
  273.             'doctrine.database_import_command' => 'getDoctrine_DatabaseImportCommandService.php',
  274.             'doctrine.ensure_production_settings_command' => 'getDoctrine_EnsureProductionSettingsCommandService.php',
  275.             'doctrine.fixtures_load_command' => 'getDoctrine_FixturesLoadCommandService.php',
  276.             'doctrine.generate_entities_command' => 'getDoctrine_GenerateEntitiesCommandService.php',
  277.             'doctrine.mapping_convert_command' => 'getDoctrine_MappingConvertCommandService.php',
  278.             'doctrine.mapping_import_command' => 'getDoctrine_MappingImportCommandService.php',
  279.             'doctrine.mapping_info_command' => 'getDoctrine_MappingInfoCommandService.php',
  280.             'doctrine.orm.default_entity_manager.property_info_extractor' => 'getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php',
  281.             'doctrine.orm.proxy_cache_warmer' => 'getDoctrine_Orm_ProxyCacheWarmerService.php',
  282.             'doctrine.orm.validator.unique' => 'getDoctrine_Orm_Validator_UniqueService.php',
  283.             'doctrine.query_dql_command' => 'getDoctrine_QueryDqlCommandService.php',
  284.             'doctrine.query_sql_command' => 'getDoctrine_QuerySqlCommandService.php',
  285.             'doctrine.schema_create_command' => 'getDoctrine_SchemaCreateCommandService.php',
  286.             'doctrine.schema_drop_command' => 'getDoctrine_SchemaDropCommandService.php',
  287.             'doctrine.schema_update_command' => 'getDoctrine_SchemaUpdateCommandService.php',
  288.             'doctrine.schema_validate_command' => 'getDoctrine_SchemaValidateCommandService.php',
  289.             'doctrine_cache.contains_command' => 'getDoctrineCache_ContainsCommandService.php',
  290.             'doctrine_cache.delete_command' => 'getDoctrineCache_DeleteCommandService.php',
  291.             'doctrine_cache.flush_command' => 'getDoctrineCache_FlushCommandService.php',
  292.             'doctrine_cache.stats_command' => 'getDoctrineCache_StatsCommandService.php',
  293.             'doctrine_migrations.diff_command' => 'getDoctrineMigrations_DiffCommandService.php',
  294.             'doctrine_migrations.execute_command' => 'getDoctrineMigrations_ExecuteCommandService.php',
  295.             'doctrine_migrations.generate_command' => 'getDoctrineMigrations_GenerateCommandService.php',
  296.             'doctrine_migrations.latest_command' => 'getDoctrineMigrations_LatestCommandService.php',
  297.             'doctrine_migrations.migrate_command' => 'getDoctrineMigrations_MigrateCommandService.php',
  298.             'doctrine_migrations.status_command' => 'getDoctrineMigrations_StatusCommandService.php',
  299.             'doctrine_migrations.version_command' => 'getDoctrineMigrations_VersionCommandService.php',
  300.             'filesystem' => 'getFilesystemService.php',
  301.             'form.factory' => 'getForm_FactoryService.php',
  302.             'form.registry' => 'getForm_RegistryService.php',
  303.             'form.resolved_type_factory' => 'getForm_ResolvedTypeFactoryService.php',
  304.             'form.server_params' => 'getForm_ServerParamsService.php',
  305.             'form.type.birthday' => 'getForm_Type_BirthdayService.php',
  306.             'form.type.button' => 'getForm_Type_ButtonService.php',
  307.             'form.type.checkbox' => 'getForm_Type_CheckboxService.php',
  308.             'form.type.choice' => 'getForm_Type_ChoiceService.php',
  309.             'form.type.collection' => 'getForm_Type_CollectionService.php',
  310.             'form.type.country' => 'getForm_Type_CountryService.php',
  311.             'form.type.currency' => 'getForm_Type_CurrencyService.php',
  312.             'form.type.date' => 'getForm_Type_DateService.php',
  313.             'form.type.datetime' => 'getForm_Type_DatetimeService.php',
  314.             'form.type.email' => 'getForm_Type_EmailService.php',
  315.             'form.type.entity' => 'getForm_Type_EntityService.php',
  316.             'form.type.file' => 'getForm_Type_FileService.php',
  317.             'form.type.form' => 'getForm_Type_FormService.php',
  318.             'form.type.hidden' => 'getForm_Type_HiddenService.php',
  319.             'form.type.integer' => 'getForm_Type_IntegerService.php',
  320.             'form.type.language' => 'getForm_Type_LanguageService.php',
  321.             'form.type.locale' => 'getForm_Type_LocaleService.php',
  322.             'form.type.money' => 'getForm_Type_MoneyService.php',
  323.             'form.type.number' => 'getForm_Type_NumberService.php',
  324.             'form.type.password' => 'getForm_Type_PasswordService.php',
  325.             'form.type.percent' => 'getForm_Type_PercentService.php',
  326.             'form.type.radio' => 'getForm_Type_RadioService.php',
  327.             'form.type.range' => 'getForm_Type_RangeService.php',
  328.             'form.type.repeated' => 'getForm_Type_RepeatedService.php',
  329.             'form.type.reset' => 'getForm_Type_ResetService.php',
  330.             'form.type.search' => 'getForm_Type_SearchService.php',
  331.             'form.type.submit' => 'getForm_Type_SubmitService.php',
  332.             'form.type.text' => 'getForm_Type_TextService.php',
  333.             'form.type.textarea' => 'getForm_Type_TextareaService.php',
  334.             'form.type.time' => 'getForm_Type_TimeService.php',
  335.             'form.type.timezone' => 'getForm_Type_TimezoneService.php',
  336.             'form.type.url' => 'getForm_Type_UrlService.php',
  337.             'form.type_extension.csrf' => 'getForm_TypeExtension_CsrfService.php',
  338.             'form.type_extension.form.data_collector' => 'getForm_TypeExtension_Form_DataCollectorService.php',
  339.             'form.type_extension.form.http_foundation' => 'getForm_TypeExtension_Form_HttpFoundationService.php',
  340.             'form.type_extension.form.transformation_failure_handling' => 'getForm_TypeExtension_Form_TransformationFailureHandlingService.php',
  341.             'form.type_extension.form.validator' => 'getForm_TypeExtension_Form_ValidatorService.php',
  342.             'form.type_extension.repeated.validator' => 'getForm_TypeExtension_Repeated_ValidatorService.php',
  343.             'form.type_extension.submit.validator' => 'getForm_TypeExtension_Submit_ValidatorService.php',
  344.             'form.type_extension.upload.validator' => 'getForm_TypeExtension_Upload_ValidatorService.php',
  345.             'form.type_guesser.doctrine' => 'getForm_TypeGuesser_DoctrineService.php',
  346.             'form.type_guesser.validator' => 'getForm_TypeGuesser_ValidatorService.php',
  347.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService.php',
  348.             'fos_user.change_password.form.factory' => 'getFosUser_ChangePassword_Form_FactoryService.php',
  349.             'fos_user.change_password.form.type' => 'getFosUser_ChangePassword_Form_TypeService.php',
  350.             'fos_user.command.activate_user' => 'getFosUser_Command_ActivateUserService.php',
  351.             'fos_user.command.change_password' => 'getFosUser_Command_ChangePasswordService.php',
  352.             'fos_user.command.create_user' => 'getFosUser_Command_CreateUserService.php',
  353.             'fos_user.command.deactivate_user' => 'getFosUser_Command_DeactivateUserService.php',
  354.             'fos_user.command.demote_user' => 'getFosUser_Command_DemoteUserService.php',
  355.             'fos_user.command.promote_user' => 'getFosUser_Command_PromoteUserService.php',
  356.             'fos_user.listener.authentication' => 'getFosUser_Listener_AuthenticationService.php',
  357.             'fos_user.listener.flash' => 'getFosUser_Listener_FlashService.php',
  358.             'fos_user.listener.resetting' => 'getFosUser_Listener_ResettingService.php',
  359.             'fos_user.mailer' => 'getFosUser_MailerService.php',
  360.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService.php',
  361.             'fos_user.profile.form.factory' => 'getFosUser_Profile_Form_FactoryService.php',
  362.             'fos_user.profile.form.type' => 'getFosUser_Profile_Form_TypeService.php',
  363.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService.php',
  364.             'fos_user.registration.form.factory' => 'getFosUser_Registration_Form_FactoryService.php',
  365.             'fos_user.registration.form.type' => 'getFosUser_Registration_Form_TypeService.php',
  366.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService.php',
  367.             'fos_user.resetting.form.factory' => 'getFosUser_Resetting_Form_FactoryService.php',
  368.             'fos_user.resetting.form.type' => 'getFosUser_Resetting_Form_TypeService.php',
  369.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService.php',
  370.             'fos_user.security.interactive_login_listener' => 'getFosUser_Security_InteractiveLoginListenerService.php',
  371.             'fos_user.security.login_manager' => 'getFosUser_Security_LoginManagerService.php',
  372.             'fos_user.username_form_type' => 'getFosUser_UsernameFormTypeService.php',
  373.             'fos_user.util.user_manipulator' => 'getFosUser_Util_UserManipulatorService.php',
  374.             'fragment.handler' => 'getFragment_HandlerService.php',
  375.             'fragment.renderer.hinclude' => 'getFragment_Renderer_HincludeService.php',
  376.             'fragment.renderer.inline' => 'getFragment_Renderer_InlineService.php',
  377.             'kernel.class_cache.cache_warmer' => 'getKernel_ClassCache_CacheWarmerService.php',
  378.             'liip_functional_test.query.counter' => 'getLiipFunctionalTest_Query_CounterService.php',
  379.             'monolog.logger.assetic' => 'getMonolog_Logger_AsseticService.php',
  380.             'monolog.logger.console' => 'getMonolog_Logger_ConsoleService.php',
  381.             'monolog.logger.security' => 'getMonolog_Logger_SecurityService.php',
  382.             'monolog.logger.templating' => 'getMonolog_Logger_TemplatingService.php',
  383.             'nelmio_api_doc.controller.swagger' => 'getNelmioApiDoc_Controller_SwaggerService.php',
  384.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService.php',
  385.             'nelmio_api_doc.controller_reflector' => 'getNelmioApiDoc_ControllerReflectorService.php',
  386.             'nelmio_api_doc.describers.config' => 'getNelmioApiDoc_Describers_ConfigService.php',
  387.             'nelmio_api_doc.describers.config.default' => 'getNelmioApiDoc_Describers_Config_DefaultService.php',
  388.             'nelmio_api_doc.describers.default' => 'getNelmioApiDoc_Describers_DefaultService.php',
  389.             'nelmio_api_doc.describers.route.default' => 'getNelmioApiDoc_Describers_Route_DefaultService.php',
  390.             'nelmio_api_doc.describers.swagger_php.default' => 'getNelmioApiDoc_Describers_SwaggerPhp_DefaultService.php',
  391.             'nelmio_api_doc.form.documentation_extension' => 'getNelmioApiDoc_Form_DocumentationExtensionService.php',
  392.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService.php',
  393.             'nelmio_api_doc.generator_locator' => 'getNelmioApiDoc_GeneratorLocatorService.php',
  394.             'nelmio_api_doc.model_describers.form' => 'getNelmioApiDoc_ModelDescribers_FormService.php',
  395.             'nelmio_api_doc.model_describers.object' => 'getNelmioApiDoc_ModelDescribers_ObjectService.php',
  396.             'nelmio_api_doc.object_model.property_describers.array' => 'getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService.php',
  397.             'nelmio_api_doc.object_model.property_describers.boolean' => 'getNelmioApiDoc_ObjectModel_PropertyDescribers_BooleanService.php',
  398.             'nelmio_api_doc.object_model.property_describers.date_time' => 'getNelmioApiDoc_ObjectModel_PropertyDescribers_DateTimeService.php',
  399.             'nelmio_api_doc.object_model.property_describers.float' => 'getNelmioApiDoc_ObjectModel_PropertyDescribers_FloatService.php',
  400.             'nelmio_api_doc.object_model.property_describers.integer' => 'getNelmioApiDoc_ObjectModel_PropertyDescribers_IntegerService.php',
  401.             'nelmio_api_doc.object_model.property_describers.object' => 'getNelmioApiDoc_ObjectModel_PropertyDescribers_ObjectService.php',
  402.             'nelmio_api_doc.object_model.property_describers.string' => 'getNelmioApiDoc_ObjectModel_PropertyDescribers_StringService.php',
  403.             'nelmio_api_doc.route_describers.php_doc' => 'getNelmioApiDoc_RouteDescribers_PhpDocService.php',
  404.             'nelmio_api_doc.route_describers.route_metadata' => 'getNelmioApiDoc_RouteDescribers_RouteMetadataService.php',
  405.             'nelmio_api_doc.routes.default' => 'getNelmioApiDoc_Routes_DefaultService.php',
  406.             'property_accessor' => 'getPropertyAccessorService.php',
  407.             'property_info' => 'getPropertyInfoService.php',
  408.             'property_info.php_doc_extractor' => 'getPropertyInfo_PhpDocExtractorService.php',
  409.             'property_info.reflection_extractor' => 'getPropertyInfo_ReflectionExtractorService.php',
  410.             'router.cache_warmer' => 'getRouter_CacheWarmerService.php',
  411.             'routing.loader' => 'getRouting_LoaderService.php',
  412.             'security.access.authenticated_voter' => 'getSecurity_Access_AuthenticatedVoterService.php',
  413.             'security.access.expression_voter' => 'getSecurity_Access_ExpressionVoterService.php',
  414.             'security.access.role_hierarchy_voter' => 'getSecurity_Access_RoleHierarchyVoterService.php',
  415.             'security.access_listener' => 'getSecurity_AccessListenerService.php',
  416.             'security.access_map' => 'getSecurity_AccessMapService.php',
  417.             'security.authentication.basic_entry_point.api' => 'getSecurity_Authentication_BasicEntryPoint_ApiService.php',
  418.             'security.authentication.basic_entry_point.extCall' => 'getSecurity_Authentication_BasicEntryPoint_ExtCallService.php',
  419.             'security.authentication.guard_handler' => 'getSecurity_Authentication_GuardHandlerService.php',
  420.             'security.authentication.listener.anonymous.api' => 'getSecurity_Authentication_Listener_Anonymous_ApiService.php',
  421.             'security.authentication.listener.anonymous.backend' => 'getSecurity_Authentication_Listener_Anonymous_BackendService.php',
  422.             'security.authentication.listener.anonymous.extCall' => 'getSecurity_Authentication_Listener_Anonymous_ExtCallService.php',
  423.             'security.authentication.listener.anonymous.frontend' => 'getSecurity_Authentication_Listener_Anonymous_FrontendService.php',
  424.             'security.authentication.listener.basic.api' => 'getSecurity_Authentication_Listener_Basic_ApiService.php',
  425.             'security.authentication.listener.basic.extCall' => 'getSecurity_Authentication_Listener_Basic_ExtCallService.php',
  426.             'security.authentication.listener.form.backend' => 'getSecurity_Authentication_Listener_Form_BackendService.php',
  427.             'security.authentication.listener.form.frontend' => 'getSecurity_Authentication_Listener_Form_FrontendService.php',
  428.             'security.authentication.listener.rememberme.backend' => 'getSecurity_Authentication_Listener_Rememberme_BackendService.php',
  429.             'security.authentication.listener.rememberme.frontend' => 'getSecurity_Authentication_Listener_Rememberme_FrontendService.php',
  430.             'security.authentication.provider.anonymous.api' => 'getSecurity_Authentication_Provider_Anonymous_ApiService.php',
  431.             'security.authentication.provider.anonymous.backend' => 'getSecurity_Authentication_Provider_Anonymous_BackendService.php',
  432.             'security.authentication.provider.anonymous.extCall' => 'getSecurity_Authentication_Provider_Anonymous_ExtCallService.php',
  433.             'security.authentication.provider.anonymous.frontend' => 'getSecurity_Authentication_Provider_Anonymous_FrontendService.php',
  434.             'security.authentication.provider.dao.api' => 'getSecurity_Authentication_Provider_Dao_ApiService.php',
  435.             'security.authentication.provider.dao.backend' => 'getSecurity_Authentication_Provider_Dao_BackendService.php',
  436.             'security.authentication.provider.dao.extCall' => 'getSecurity_Authentication_Provider_Dao_ExtCallService.php',
  437.             'security.authentication.provider.dao.frontend' => 'getSecurity_Authentication_Provider_Dao_FrontendService.php',
  438.             'security.authentication.provider.rememberme.backend' => 'getSecurity_Authentication_Provider_Rememberme_BackendService.php',
  439.             'security.authentication.provider.rememberme.frontend' => 'getSecurity_Authentication_Provider_Rememberme_FrontendService.php',
  440.             'security.authentication.rememberme.services.simplehash.backend' => 'getSecurity_Authentication_Rememberme_Services_Simplehash_BackendService.php',
  441.             'security.authentication.rememberme.services.simplehash.frontend' => 'getSecurity_Authentication_Rememberme_Services_Simplehash_FrontendService.php',
  442.             'security.authentication.session_strategy.backend' => 'getSecurity_Authentication_SessionStrategy_BackendService.php',
  443.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  444.             'security.channel_listener' => 'getSecurity_ChannelListenerService.php',
  445.             'security.command.user_password_encoder' => 'getSecurity_Command_UserPasswordEncoderService.php',
  446.             'security.context_listener.0' => 'getSecurity_ContextListener_0Service.php',
  447.             'security.context_listener.1' => 'getSecurity_ContextListener_1Service.php',
  448.             'security.context_listener.2' => 'getSecurity_ContextListener_2Service.php',
  449.             'security.context_listener.3' => 'getSecurity_ContextListener_3Service.php',
  450.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
  451.             'security.csrf.token_storage' => 'getSecurity_Csrf_TokenStorageService.php',
  452.             'security.firewall.map.context.api' => 'getSecurity_Firewall_Map_Context_ApiService.php',
  453.             'security.firewall.map.context.backend' => 'getSecurity_Firewall_Map_Context_BackendService.php',
  454.             'security.firewall.map.context.dev' => 'getSecurity_Firewall_Map_Context_DevService.php',
  455.             'security.firewall.map.context.extCall' => 'getSecurity_Firewall_Map_Context_ExtCallService.php',
  456.             'security.firewall.map.context.frontend' => 'getSecurity_Firewall_Map_Context_FrontendService.php',
  457.             'security.http_utils' => 'getSecurity_HttpUtilsService.php',
  458.             'security.logout.handler.csrf_token_clearing' => 'getSecurity_Logout_Handler_CsrfTokenClearingService.php',
  459.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  460.             'security.request_matcher.00qf1z7' => 'getSecurity_RequestMatcher_00qf1z7Service.php',
  461.             'security.request_matcher.dauxsom' => 'getSecurity_RequestMatcher_DauxsomService.php',
  462.             'security.request_matcher.iu9lt00' => 'getSecurity_RequestMatcher_Iu9lt00Service.php',
  463.             'security.request_matcher.nfy_gle' => 'getSecurity_RequestMatcher_NfyGleService.php',
  464.             'security.request_matcher.zfhj2lw' => 'getSecurity_RequestMatcher_Zfhj2lwService.php',
  465.             'security.user_checker' => 'getSecurity_UserCheckerService.php',
  466.             'security.user_value_resolver' => 'getSecurity_UserValueResolverService.php',
  467.             'security.validator.user_password' => 'getSecurity_Validator_UserPasswordService.php',
  468.             'sensio_distribution.security_checker' => 'getSensioDistribution_SecurityCheckerService.php',
  469.             'sensio_distribution.security_checker.command' => 'getSensioDistribution_SecurityChecker_CommandService.php',
  470.             'services_resetter' => 'getServicesResetterService.php',
  471.             'session.handler' => 'getSession_HandlerService.php',
  472.             'session.storage.filesystem' => 'getSession_Storage_FilesystemService.php',
  473.             'session.storage.php_bridge' => 'getSession_Storage_PhpBridgeService.php',
  474.             'swiftmailer.command.debug' => 'getSwiftmailer_Command_DebugService.php',
  475.             'swiftmailer.command.new_email' => 'getSwiftmailer_Command_NewEmailService.php',
  476.             'swiftmailer.command.send_email' => 'getSwiftmailer_Command_SendEmailService.php',
  477.             'swiftmailer.email_sender.listener' => 'getSwiftmailer_EmailSender_ListenerService.php',
  478.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  479.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  480.             'swiftmailer.mailer.default.spool' => 'getSwiftmailer_Mailer_Default_SpoolService.php',
  481.             'swiftmailer.mailer.default.transport' => 'getSwiftmailer_Mailer_Default_TransportService.php',
  482.             'swiftmailer.mailer.default.transport.eventdispatcher' => 'getSwiftmailer_Mailer_Default_Transport_EventdispatcherService.php',
  483.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService.php',
  484.             'swiftmailer.plugin.redirecting' => 'getSwiftmailer_Plugin_RedirectingService.php',
  485.             'templating.cache_warmer.template_paths' => 'getTemplating_CacheWarmer_TemplatePathsService.php',
  486.             'templating.filename_parser' => 'getTemplating_FilenameParserService.php',
  487.             'templating.finder' => 'getTemplating_FinderService.php',
  488.             'templating.helper.logout_url' => 'getTemplating_Helper_LogoutUrlService.php',
  489.             'templating.helper.security' => 'getTemplating_Helper_SecurityService.php',
  490.             'templating.loader' => 'getTemplating_LoaderService.php',
  491.             'translation.dumper.csv' => 'getTranslation_Dumper_CsvService.php',
  492.             'translation.dumper.ini' => 'getTranslation_Dumper_IniService.php',
  493.             'translation.dumper.json' => 'getTranslation_Dumper_JsonService.php',
  494.             'translation.dumper.mo' => 'getTranslation_Dumper_MoService.php',
  495.             'translation.dumper.php' => 'getTranslation_Dumper_PhpService.php',
  496.             'translation.dumper.po' => 'getTranslation_Dumper_PoService.php',
  497.             'translation.dumper.qt' => 'getTranslation_Dumper_QtService.php',
  498.             'translation.dumper.res' => 'getTranslation_Dumper_ResService.php',
  499.             'translation.dumper.xliff' => 'getTranslation_Dumper_XliffService.php',
  500.             'translation.dumper.yml' => 'getTranslation_Dumper_YmlService.php',
  501.             'translation.extractor' => 'getTranslation_ExtractorService.php',
  502.             'translation.extractor.php' => 'getTranslation_Extractor_PhpService.php',
  503.             'translation.loader' => 'getTranslation_LoaderService.php',
  504.             'translation.loader.csv' => 'getTranslation_Loader_CsvService.php',
  505.             'translation.loader.dat' => 'getTranslation_Loader_DatService.php',
  506.             'translation.loader.ini' => 'getTranslation_Loader_IniService.php',
  507.             'translation.loader.json' => 'getTranslation_Loader_JsonService.php',
  508.             'translation.loader.mo' => 'getTranslation_Loader_MoService.php',
  509.             'translation.loader.php' => 'getTranslation_Loader_PhpService.php',
  510.             'translation.loader.po' => 'getTranslation_Loader_PoService.php',
  511.             'translation.loader.qt' => 'getTranslation_Loader_QtService.php',
  512.             'translation.loader.res' => 'getTranslation_Loader_ResService.php',
  513.             'translation.loader.xliff' => 'getTranslation_Loader_XliffService.php',
  514.             'translation.loader.yml' => 'getTranslation_Loader_YmlService.php',
  515.             'translation.reader' => 'getTranslation_ReaderService.php',
  516.             'translation.warmer' => 'getTranslation_WarmerService.php',
  517.             'translation.writer' => 'getTranslation_WriterService.php',
  518.             'twig.cache_warmer' => 'getTwig_CacheWarmerService.php',
  519.             'twig.command.debug' => 'getTwig_Command_DebugService.php',
  520.             'twig.command.lint' => 'getTwig_Command_LintService.php',
  521.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  522.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  523.             'twig.exception_listener' => 'getTwig_ExceptionListenerService.php',
  524.             'twig.form.renderer' => 'getTwig_Form_RendererService.php',
  525.             'twig.runtime.httpkernel' => 'getTwig_Runtime_HttpkernelService.php',
  526.             'twig.template_cache_warmer' => 'getTwig_TemplateCacheWarmerService.php',
  527.             'twig.translation.extractor' => 'getTwig_Translation_ExtractorService.php',
  528.             'validator.email' => 'getValidator_EmailService.php',
  529.             'validator.expression' => 'getValidator_ExpressionService.php',
  530.             'validator.mapping.cache_warmer' => 'getValidator_Mapping_CacheWarmerService.php',
  531.             'var_dumper.cli_dumper' => 'getVarDumper_CliDumperService.php',
  532.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  533.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  534.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  535.             'webpack_encore.entrypoint_lookup.cache_warmer' => 'getWebpackEncore_EntrypointLookup_CacheWarmerService.php',
  536.             'webpack_encore.entrypoint_lookup[_default]' => 'getWebpackEncore_EntrypointLookupDefaultService.php',
  537.             'webpack_encore.entrypoint_lookup_collection' => 'getWebpackEncore_EntrypointLookupCollectionService.php',
  538.             'webpack_encore.exception_listener' => 'getWebpackEncore_ExceptionListenerService.php',
  539.             'webpack_encore.tag_renderer' => 'getWebpackEncore_TagRendererService.php',
  540.         ];
  541.         $this->privates = [
  542.             'Symfony\\WebpackEncoreBundle\\Asset\\EntrypointLookupInterface' => true,
  543.             'fos_user.doctrine_registry' => true,
  544.             'fos_user.entity_manager' => true,
  545.             'fos_user.util.username_canonicalizer' => true,
  546.             'security.authentication.session_strategy.api' => true,
  547.             'security.authentication.session_strategy.extCall' => true,
  548.             'security.authentication.session_strategy.frontend' => true,
  549.             'session.storage' => true,
  550.             'swiftmailer.mailer' => true,
  551.             'swiftmailer.plugin.messagelogger' => true,
  552.             'swiftmailer.spool' => true,
  553.             'swiftmailer.transport.real' => true,
  554.             'Liip\\FunctionalTestBundle\\Command\\RunParatestCommand' => true,
  555.             'Liip\\FunctionalTestBundle\\Command\\TestCommand' => true,
  556.             'annotation_reader' => true,
  557.             'annotations.cache' => true,
  558.             'annotations.cache_warmer' => true,
  559.             'annotations.reader' => true,
  560.             'argument_metadata_factory' => true,
  561.             'argument_resolver.default' => true,
  562.             'argument_resolver.request' => true,
  563.             'argument_resolver.request_attribute' => true,
  564.             'argument_resolver.service' => true,
  565.             'argument_resolver.session' => true,
  566.             'argument_resolver.variadic' => true,
  567.             'assetic.asset_factory' => true,
  568.             'assetic.asset_manager' => true,
  569.             'assetic.asset_manager_cache_warmer' => true,
  570.             'assetic.controller' => true,
  571.             'assetic.filter.cssrewrite' => true,
  572.             'assetic.filter.scssphp' => true,
  573.             'assetic.filter_manager' => true,
  574.             'assetic.request_listener' => true,
  575.             'assets.context' => true,
  576.             'assets.packages' => true,
  577.             'biceps_admin.controller.user' => true,
  578.             'biceps_admin.form.type.permissions' => true,
  579.             'biceps_core.account_manager' => true,
  580.             'biceps_core.activation_manager' => true,
  581.             'biceps_core.emails_manager' => true,
  582.             'biceps_core.front_security_manager' => true,
  583.             'biceps_core.invoice_manager' => true,
  584.             'biceps_core.licence_manager' => true,
  585.             'biceps_core.licence_manager.fake' => true,
  586.             'biceps_core.newsletter_manager' => true,
  587.             'biceps_core.notifications_manager' => true,
  588.             'biceps_core.password_generator' => true,
  589.             'biceps_core.pdf_helper' => true,
  590.             'biceps_core.pdf_template_manager' => true,
  591.             'biceps_core.permissions_manager' => true,
  592.             'biceps_core.registration_manager' => true,
  593.             'biceps_core.settings_manager' => true,
  594.             'biceps_core.stats_manager' => true,
  595.             'biceps_core.twig.biceps_extension' => true,
  596.             'biceps_core.validator.unique_administrator_email' => true,
  597.             'biceps_core.validator.unique_email' => true,
  598.             'biceps_core.validator.unique_frontend_email' => true,
  599.             'biceps_core.validator.unique_nickname' => true,
  600.             'biceps_core.vouchers_manager' => true,
  601.             'biceps_geo.geocoder' => true,
  602.             'biceps_migration.migration.service' => true,
  603.             'biceps_migration.typo3.listener' => true,
  604.             'biceps_migration.typo3.provider' => true,
  605.             'biceps_payment.camt_manger' => true,
  606.             'biceps_payment.postfinance_flex_payment_manager' => true,
  607.             'biceps_payment.postfinance_payment_manager' => true,
  608.             'biceps_payment.postfinance_payment_manager.fake' => true,
  609.             'biceps_payment.saferpay_payment_manager' => true,
  610.             'biceps_security.handler.logout' => true,
  611.             'biceps_security.interface' => true,
  612.             'biceps_security.listener.resetting' => true,
  613.             'biceps_security.listener.security' => true,
  614.             'biceps_security.oauth.token.cleaner' => true,
  615.             'biceps_security.user_provider.backend' => true,
  616.             'biceps_security.user_provider.frontend' => true,
  617.             'cache.annotations' => true,
  618.             'cache.default_clearer' => true,
  619.             'cache.doctrine.orm.default.metadata' => true,
  620.             'cache.doctrine.orm.default.query' => true,
  621.             'cache.doctrine.orm.default.result' => true,
  622.             'cache.serializer' => true,
  623.             'cache.validator' => true,
  624.             'cache.webpack_encore' => true,
  625.             'config.resource.self_checking_resource_checker' => true,
  626.             'config_cache_factory' => true,
  627.             'console.command.about' => true,
  628.             'console.command.assets_install' => true,
  629.             'console.command.cache_clear' => true,
  630.             'console.command.cache_pool_clear' => true,
  631.             'console.command.cache_pool_prune' => true,
  632.             'console.command.cache_warmup' => true,
  633.             'console.command.config_debug' => true,
  634.             'console.command.config_dump_reference' => true,
  635.             'console.command.container_debug' => true,
  636.             'console.command.debug_autowiring' => true,
  637.             'console.command.event_dispatcher_debug' => true,
  638.             'console.command.form_debug' => true,
  639.             'console.command.router_debug' => true,
  640.             'console.command.router_match' => true,
  641.             'console.command.translation_debug' => true,
  642.             'console.command.translation_update' => true,
  643.             'console.command.xliff_lint' => true,
  644.             'console.command.yaml_lint' => true,
  645.             'console.error_listener' => true,
  646.             'controller_name_converter' => true,
  647.             'data_collector.form' => true,
  648.             'data_collector.form.extractor' => true,
  649.             'data_collector.request' => true,
  650.             'data_collector.router' => true,
  651.             'data_collector.translation' => true,
  652.             'debug.argument_resolver' => true,
  653.             'debug.controller_resolver' => true,
  654.             'debug.debug_handlers_listener' => true,
  655.             'debug.dump_listener' => true,
  656.             'debug.event_dispatcher' => true,
  657.             'debug.file_link_formatter' => true,
  658.             'debug.file_link_formatter.url_format' => true,
  659.             'debug.log_processor' => true,
  660.             'debug.security.access.decision_manager' => true,
  661.             'debug.stopwatch' => true,
  662.             'debug.validator' => true,
  663.             'dependency_injection.config.container_parameters_resource_checker' => true,
  664.             'deprecated.form.registry' => true,
  665.             'deprecated.form.registry.csrf' => true,
  666.             'doctrine.cache_clear_metadata_command' => true,
  667.             'doctrine.cache_clear_query_cache_command' => true,
  668.             'doctrine.cache_clear_result_command' => true,
  669.             'doctrine.cache_collection_region_command' => true,
  670.             'doctrine.clear_entity_region_command' => true,
  671.             'doctrine.clear_query_region_command' => true,
  672.             'doctrine.database_create_command' => true,
  673.             'doctrine.database_drop_command' => true,
  674.             'doctrine.database_import_command' => true,
  675.             'doctrine.dbal.connection_factory' => true,
  676.             'doctrine.dbal.logger' => true,
  677.             'doctrine.dbal.logger.profiling.default' => true,
  678.             'doctrine.dbal.logger.profiling.typo3' => true,
  679.             'doctrine.ensure_production_settings_command' => true,
  680.             'doctrine.fixtures_load_command' => true,
  681.             'doctrine.generate_entities_command' => true,
  682.             'doctrine.mapping_convert_command' => true,
  683.             'doctrine.mapping_import_command' => true,
  684.             'doctrine.mapping_info_command' => true,
  685.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata' => true,
  686.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.query' => true,
  687.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.result' => true,
  688.             'doctrine.orm.default_entity_listener_resolver' => true,
  689.             'doctrine.orm.default_entity_manager.property_info_extractor' => true,
  690.             'doctrine.orm.default_listeners.attach_entity_listeners' => true,
  691.             'doctrine.orm.default_manager_configurator' => true,
  692.             'doctrine.orm.proxy_cache_warmer' => true,
  693.             'doctrine.orm.validator.unique' => true,
  694.             'doctrine.orm.validator_initializer' => true,
  695.             'doctrine.query_dql_command' => true,
  696.             'doctrine.query_sql_command' => true,
  697.             'doctrine.schema_create_command' => true,
  698.             'doctrine.schema_drop_command' => true,
  699.             'doctrine.schema_update_command' => true,
  700.             'doctrine.schema_validate_command' => true,
  701.             'doctrine_cache.contains_command' => true,
  702.             'doctrine_cache.delete_command' => true,
  703.             'doctrine_cache.flush_command' => true,
  704.             'doctrine_cache.stats_command' => true,
  705.             'doctrine_migrations.diff_command' => true,
  706.             'doctrine_migrations.execute_command' => true,
  707.             'doctrine_migrations.generate_command' => true,
  708.             'doctrine_migrations.latest_command' => true,
  709.             'doctrine_migrations.migrate_command' => true,
  710.             'doctrine_migrations.status_command' => true,
  711.             'doctrine_migrations.version_command' => true,
  712.             'file_locator' => true,
  713.             'form.registry' => true,
  714.             'form.resolved_type_factory' => true,
  715.             'form.server_params' => true,
  716.             'form.type.choice' => true,
  717.             'form.type.entity' => true,
  718.             'form.type.form' => true,
  719.             'form.type_extension.csrf' => true,
  720.             'form.type_extension.form.data_collector' => true,
  721.             'form.type_extension.form.http_foundation' => true,
  722.             'form.type_extension.form.transformation_failure_handling' => true,
  723.             'form.type_extension.form.validator' => true,
  724.             'form.type_extension.repeated.validator' => true,
  725.             'form.type_extension.submit.validator' => true,
  726.             'form.type_extension.upload.validator' => true,
  727.             'form.type_guesser.doctrine' => true,
  728.             'form.type_guesser.validator' => true,
  729.             'fos_user.change_password.form.factory' => true,
  730.             'fos_user.change_password.form.type' => true,
  731.             'fos_user.command.activate_user' => true,
  732.             'fos_user.command.change_password' => true,
  733.             'fos_user.command.create_user' => true,
  734.             'fos_user.command.deactivate_user' => true,
  735.             'fos_user.command.demote_user' => true,
  736.             'fos_user.command.promote_user' => true,
  737.             'fos_user.listener.authentication' => true,
  738.             'fos_user.listener.flash' => true,
  739.             'fos_user.listener.resetting' => true,
  740.             'fos_user.mailer' => true,
  741.             'fos_user.profile.form.factory' => true,
  742.             'fos_user.profile.form.type' => true,
  743.             'fos_user.registration.form.factory' => true,
  744.             'fos_user.registration.form.type' => true,
  745.             'fos_user.resetting.form.factory' => true,
  746.             'fos_user.resetting.form.type' => true,
  747.             'fos_user.security.interactive_login_listener' => true,
  748.             'fos_user.security.login_manager' => true,
  749.             'fos_user.user_listener' => true,
  750.             'fos_user.username_form_type' => true,
  751.             'fos_user.util.canonical_fields_updater' => true,
  752.             'fos_user.util.email_canonicalizer' => true,
  753.             'fos_user.util.password_updater' => true,
  754.             'fos_user.util.token_generator' => true,
  755.             'fos_user.util.user_manipulator' => true,
  756.             'fragment.handler' => true,
  757.             'fragment.listener' => true,
  758.             'fragment.renderer.hinclude' => true,
  759.             'fragment.renderer.inline' => true,
  760.             'framework_extra_bundle.argument_name_convertor' => true,
  761.             'framework_extra_bundle.event.is_granted' => true,
  762.             'kernel.class_cache.cache_warmer' => true,
  763.             'liip_functional_test.query.counter' => true,
  764.             'locale_listener' => true,
  765.             'logger' => true,
  766.             'monolog.handler.console' => true,
  767.             'monolog.handler.main' => true,
  768.             'monolog.handler.null_internal' => true,
  769.             'monolog.logger.assetic' => true,
  770.             'monolog.logger.cache' => true,
  771.             'monolog.logger.console' => true,
  772.             'monolog.logger.doctrine' => true,
  773.             'monolog.logger.event' => true,
  774.             'monolog.logger.php' => true,
  775.             'monolog.logger.profiler' => true,
  776.             'monolog.logger.request' => true,
  777.             'monolog.logger.security' => true,
  778.             'monolog.logger.templating' => true,
  779.             'monolog.logger.translation' => true,
  780.             'monolog.processor.psr_log_message' => true,
  781.             'nelmio_api_doc.controller_reflector' => true,
  782.             'nelmio_api_doc.describers.config' => true,
  783.             'nelmio_api_doc.describers.config.default' => true,
  784.             'nelmio_api_doc.describers.default' => true,
  785.             'nelmio_api_doc.describers.route.default' => true,
  786.             'nelmio_api_doc.describers.swagger_php.default' => true,
  787.             'nelmio_api_doc.form.documentation_extension' => true,
  788.             'nelmio_api_doc.generator_locator' => true,
  789.             'nelmio_api_doc.model_describers.form' => true,
  790.             'nelmio_api_doc.model_describers.object' => true,
  791.             'nelmio_api_doc.object_model.property_describers.array' => true,
  792.             'nelmio_api_doc.object_model.property_describers.boolean' => true,
  793.             'nelmio_api_doc.object_model.property_describers.date_time' => true,
  794.             'nelmio_api_doc.object_model.property_describers.float' => true,
  795.             'nelmio_api_doc.object_model.property_describers.integer' => true,
  796.             'nelmio_api_doc.object_model.property_describers.object' => true,
  797.             'nelmio_api_doc.object_model.property_describers.string' => true,
  798.             'nelmio_api_doc.route_describers.php_doc' => true,
  799.             'nelmio_api_doc.route_describers.route_metadata' => true,
  800.             'nelmio_api_doc.routes.default' => true,
  801.             'profiler_listener' => true,
  802.             'property_accessor' => true,
  803.             'property_info' => true,
  804.             'property_info.php_doc_extractor' => true,
  805.             'property_info.reflection_extractor' => true,
  806.             'resolve_controller_name_subscriber' => true,
  807.             'response_listener' => true,
  808.             'router.cache_warmer' => true,
  809.             'router.request_context' => true,
  810.             'router_listener' => true,
  811.             'security.access.authenticated_voter' => true,
  812.             'security.access.expression_voter' => true,
  813.             'security.access.role_hierarchy_voter' => true,
  814.             'security.access_listener' => true,
  815.             'security.access_map' => true,
  816.             'security.authentication.basic_entry_point.api' => true,
  817.             'security.authentication.basic_entry_point.extCall' => true,
  818.             'security.authentication.guard_handler' => true,
  819.             'security.authentication.listener.anonymous.api' => true,
  820.             'security.authentication.listener.anonymous.backend' => true,
  821.             'security.authentication.listener.anonymous.extCall' => true,
  822.             'security.authentication.listener.anonymous.frontend' => true,
  823.             'security.authentication.listener.basic.api' => true,
  824.             'security.authentication.listener.basic.extCall' => true,
  825.             'security.authentication.listener.form.backend' => true,
  826.             'security.authentication.listener.form.frontend' => true,
  827.             'security.authentication.listener.rememberme.backend' => true,
  828.             'security.authentication.listener.rememberme.frontend' => true,
  829.             'security.authentication.manager' => true,
  830.             'security.authentication.provider.anonymous.api' => true,
  831.             'security.authentication.provider.anonymous.backend' => true,
  832.             'security.authentication.provider.anonymous.extCall' => true,
  833.             'security.authentication.provider.anonymous.frontend' => true,
  834.             'security.authentication.provider.dao.api' => true,
  835.             'security.authentication.provider.dao.backend' => true,
  836.             'security.authentication.provider.dao.extCall' => true,
  837.             'security.authentication.provider.dao.frontend' => true,
  838.             'security.authentication.provider.rememberme.backend' => true,
  839.             'security.authentication.provider.rememberme.frontend' => true,
  840.             'security.authentication.rememberme.services.simplehash.backend' => true,
  841.             'security.authentication.rememberme.services.simplehash.frontend' => true,
  842.             'security.authentication.session_strategy.backend' => true,
  843.             'security.authentication.trust_resolver' => true,
  844.             'security.channel_listener' => true,
  845.             'security.command.user_password_encoder' => true,
  846.             'security.context_listener.0' => true,
  847.             'security.context_listener.1' => true,
  848.             'security.context_listener.2' => true,
  849.             'security.context_listener.3' => true,
  850.             'security.csrf.token_storage' => true,
  851.             'security.encoder_factory' => true,
  852.             'security.firewall' => true,
  853.             'security.firewall.map' => true,
  854.             'security.firewall.map.context.api' => true,
  855.             'security.firewall.map.context.backend' => true,
  856.             'security.firewall.map.context.dev' => true,
  857.             'security.firewall.map.context.extCall' => true,
  858.             'security.firewall.map.context.frontend' => true,
  859.             'security.http_utils' => true,
  860.             'security.logout.handler.csrf_token_clearing' => true,
  861.             'security.logout_url_generator' => true,
  862.             'security.rememberme.response_listener' => true,
  863.             'security.request_matcher.00qf1z7' => true,
  864.             'security.request_matcher.dauxsom' => true,
  865.             'security.request_matcher.iu9lt00' => true,
  866.             'security.request_matcher.nfy_gle' => true,
  867.             'security.request_matcher.zfhj2lw' => true,
  868.             'security.role_hierarchy' => true,
  869.             'security.user_checker' => true,
  870.             'security.user_value_resolver' => true,
  871.             'security.validator.user_password' => true,
  872.             'sensio_distribution.security_checker' => true,
  873.             'sensio_distribution.security_checker.command' => true,
  874.             'sensio_framework_extra.cache.listener' => true,
  875.             'sensio_framework_extra.controller.listener' => true,
  876.             'sensio_framework_extra.converter.listener' => true,
  877.             'sensio_framework_extra.converter.manager' => true,
  878.             'sensio_framework_extra.security.listener' => true,
  879.             'sensio_framework_extra.view.listener' => true,
  880.             'service_locator.sr6ctxe' => true,
  881.             'session.handler' => true,
  882.             'session.save_listener' => true,
  883.             'session.storage.filesystem' => true,
  884.             'session.storage.metadata_bag' => true,
  885.             'session.storage.native' => true,
  886.             'session.storage.php_bridge' => true,
  887.             'session_listener' => true,
  888.             'stof_doctrine_extensions.event_listener.blame' => true,
  889.             'stof_doctrine_extensions.listener.blameable' => true,
  890.             'streamed_response_listener' => true,
  891.             'swiftmailer.command.debug' => true,
  892.             'swiftmailer.command.new_email' => true,
  893.             'swiftmailer.command.send_email' => true,
  894.             'swiftmailer.email_sender.listener' => true,
  895.             'swiftmailer.mailer.default.spool' => true,
  896.             'swiftmailer.mailer.default.transport' => true,
  897.             'swiftmailer.mailer.default.transport.eventdispatcher' => true,
  898.             'swiftmailer.plugin.redirecting' => true,
  899.             'templating.cache_warmer.template_paths' => true,
  900.             'templating.filename_parser' => true,
  901.             'templating.finder' => true,
  902.             'templating.helper.logout_url' => true,
  903.             'templating.helper.security' => true,
  904.             'templating.locator' => true,
  905.             'templating.name_parser' => true,
  906.             'translation.dumper.csv' => true,
  907.             'translation.dumper.ini' => true,
  908.             'translation.dumper.json' => true,
  909.             'translation.dumper.mo' => true,
  910.             'translation.dumper.php' => true,
  911.             'translation.dumper.po' => true,
  912.             'translation.dumper.qt' => true,
  913.             'translation.dumper.res' => true,
  914.             'translation.dumper.xliff' => true,
  915.             'translation.dumper.yml' => true,
  916.             'translation.extractor' => true,
  917.             'translation.extractor.php' => true,
  918.             'translation.loader' => true,
  919.             'translation.loader.csv' => true,
  920.             'translation.loader.dat' => true,
  921.             'translation.loader.ini' => true,
  922.             'translation.loader.json' => true,
  923.             'translation.loader.mo' => true,
  924.             'translation.loader.php' => true,
  925.             'translation.loader.po' => true,
  926.             'translation.loader.qt' => true,
  927.             'translation.loader.res' => true,
  928.             'translation.loader.xliff' => true,
  929.             'translation.loader.yml' => true,
  930.             'translation.reader' => true,
  931.             'translation.warmer' => true,
  932.             'translation.writer' => true,
  933.             'translator.default' => true,
  934.             'translator_listener' => true,
  935.             'twig.cache_warmer' => true,
  936.             'twig.command.debug' => true,
  937.             'twig.command.lint' => true,
  938.             'twig.exception_listener' => true,
  939.             'twig.form.renderer' => true,
  940.             'twig.loader' => true,
  941.             'twig.profile' => true,
  942.             'twig.runtime.httpkernel' => true,
  943.             'twig.template_cache_warmer' => true,
  944.             'twig.translation.extractor' => true,
  945.             'uri_signer' => true,
  946.             'validate_request_listener' => true,
  947.             'validator.builder' => true,
  948.             'validator.email' => true,
  949.             'validator.expression' => true,
  950.             'validator.mapping.cache_warmer' => true,
  951.             'var_dumper.cli_dumper' => true,
  952.             'web_profiler.csp.handler' => true,
  953.             'web_profiler.debug_toolbar' => true,
  954.             'webpack_encore.entrypoint_lookup.cache_warmer' => true,
  955.             'webpack_encore.entrypoint_lookup[_default]' => true,
  956.             'webpack_encore.entrypoint_lookup_collection' => true,
  957.             'webpack_encore.exception_listener' => true,
  958.             'webpack_encore.tag_renderer' => true,
  959.         ];
  960.         $this->aliases = [
  961.             'Symfony\\WebpackEncoreBundle\\Asset\\EntrypointLookupInterface' => 'webpack_encore.entrypoint_lookup[_default]',
  962.             'cache.app_clearer' => 'cache.default_clearer',
  963.             'console.command.doctrine_bundle_doctrinecachebundle_command_containscommand' => 'doctrine_cache.contains_command',
  964.             'console.command.doctrine_bundle_doctrinecachebundle_command_deletecommand' => 'doctrine_cache.delete_command',
  965.             'console.command.doctrine_bundle_doctrinecachebundle_command_flushcommand' => 'doctrine_cache.flush_command',
  966.             'console.command.doctrine_bundle_doctrinecachebundle_command_statscommand' => 'doctrine_cache.stats_command',
  967.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsdiffdoctrinecommand' => 'doctrine_migrations.diff_command',
  968.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsexecutedoctrinecommand' => 'doctrine_migrations.execute_command',
  969.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsgeneratedoctrinecommand' => 'doctrine_migrations.generate_command',
  970.             'console.command.doctrine_bundle_migrationsbundle_command_migrationslatestdoctrinecommand' => 'doctrine_migrations.latest_command',
  971.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsmigratedoctrinecommand' => 'doctrine_migrations.migrate_command',
  972.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsstatusdoctrinecommand' => 'doctrine_migrations.status_command',
  973.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsversiondoctrinecommand' => 'doctrine_migrations.version_command',
  974.             'console.command.liip_functionaltestbundle_command_runparatestcommand' => 'Liip\\FunctionalTestBundle\\Command\\RunParatestCommand',
  975.             'console.command.liip_functionaltestbundle_command_testcommand' => 'Liip\\FunctionalTestBundle\\Command\\TestCommand',
  976.             'database_connection' => 'doctrine.dbal.default_connection',
  977.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  978.             'event_dispatcher' => 'debug.event_dispatcher',
  979.             'fos_user.doctrine_registry' => 'doctrine',
  980.             'fos_user.entity_manager' => 'doctrine.orm.default_entity_manager',
  981.             'fos_user.util.username_canonicalizer' => 'fos_user.util.email_canonicalizer',
  982.             'mailer' => 'swiftmailer.mailer.default',
  983.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  984.             'security.authentication.session_strategy.api' => 'security.authentication.session_strategy.backend',
  985.             'security.authentication.session_strategy.extCall' => 'security.authentication.session_strategy.backend',
  986.             'security.authentication.session_strategy.frontend' => 'security.authentication.session_strategy.backend',
  987.             'session.storage' => 'session.storage.native',
  988.             'swiftmailer.mailer' => 'swiftmailer.mailer.default',
  989.             'swiftmailer.plugin.messagelogger' => 'swiftmailer.mailer.default.plugin.messagelogger',
  990.             'swiftmailer.spool' => 'swiftmailer.mailer.default.spool',
  991.             'swiftmailer.transport' => 'swiftmailer.mailer.default.transport',
  992.             'swiftmailer.transport.real' => 'swiftmailer.mailer.default.transport.real',
  993.             'validator' => 'liip_functional_test.validator',
  994.         ];
  995.     }
  996.     public function getRemovedIds()
  997.     {
  998.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  999.     }
  1000.     public function compile()
  1001.     {
  1002.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1003.     }
  1004.     public function isCompiled()
  1005.     {
  1006.         return true;
  1007.     }
  1008.     public function isFrozen()
  1009.     {
  1010.         @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);
  1011.         return true;
  1012.     }
  1013.     protected function load($file$lazyLoad true)
  1014.     {
  1015.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1016.     }
  1017.     protected function createProxy($class, \Closure $factory)
  1018.     {
  1019.         class_exists($classfalse) || $this->load("{$class}.php");
  1020.         return $factory();
  1021.     }
  1022.     /**
  1023.      * Gets the public 'cache.app' shared service.
  1024.      *
  1025.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1026.      */
  1027.     protected function getCache_AppService()
  1028.     {
  1029.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('lv7ifyfPOP'0, ($this->targetDirs[0].'/pools'));
  1030.         $a->setLogger(${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->getMonolog_Logger_CacheService()) && false ?: '_'});
  1031.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1032.     }
  1033.     /**
  1034.      * Gets the public 'cache.system' shared service.
  1035.      *
  1036.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1037.      */
  1038.     protected function getCache_SystemService()
  1039.     {
  1040.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('peoayviR4y'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 ?: '_'}));
  1041.     }
  1042.     /**
  1043.      * Gets the public 'data_collector.dump' shared service.
  1044.      *
  1045.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1046.      */
  1047.     protected function getDataCollector_DumpService()
  1048.     {
  1049.         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);
  1050.     }
  1051.     /**
  1052.      * Gets the public 'doctrine' shared service.
  1053.      *
  1054.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1055.      */
  1056.     protected function getDoctrineService()
  1057.     {
  1058.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1059.     }
  1060.     /**
  1061.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1062.      *
  1063.      * @return \Doctrine\DBAL\Connection
  1064.      */
  1065.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1066.     {
  1067.         $a = new \Doctrine\DBAL\Configuration();
  1068.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  1069.         $b->addLogger(${($_ = isset($this->services['doctrine.dbal.logger']) ? $this->services['doctrine.dbal.logger'] : $this->getDoctrine_Dbal_LoggerService()) && false ?: '_'});
  1070.         $b->addLogger(${($_ = 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 ?: '_'});
  1071.         $a->setSQLLogger($b);
  1072.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this);
  1073.         $d = new \Gedmo\Timestampable\TimestampableListener();
  1074.         $e = ${($_ = isset($this->services['annotation_reader']) ? $this->services['annotation_reader'] : $this->getAnnotationReaderService()) && false ?: '_'};
  1075.         $d->setAnnotationReader($e);
  1076.         $f = new \Gedmo\SoftDeleteable\SoftDeleteableListener();
  1077.         $f->setAnnotationReader($e);
  1078.         $c->addEventSubscriber($d);
  1079.         $c->addEventSubscriber($f);
  1080.         $c->addEventSubscriber(${($_ = isset($this->services['stof_doctrine_extensions.listener.blameable']) ? $this->services['stof_doctrine_extensions.listener.blameable'] : $this->getStofDoctrineExtensions_Listener_BlameableService()) && false ?: '_'});
  1081.         $c->addEventSubscriber(${($_ = isset($this->services['fos_user.user_listener']) ? $this->services['fos_user.user_listener'] : $this->getFosUser_UserListenerService()) && false ?: '_'});
  1082.         $c->addEventListener([=> 'loadClassMetadata'], ${($_ = isset($this->services['doctrine.orm.default_listeners.attach_entity_listeners']) ? $this->services['doctrine.orm.default_listeners.attach_entity_listeners'] : ($this->services['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener())) && false ?: '_'});
  1083.         return $this->services['doctrine.dbal.default_connection'] = ${($_ = isset($this->services['doctrine.dbal.connection_factory']) ? $this->services['doctrine.dbal.connection_factory'] : ($this->services['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))) && false ?: '_'}->createConnection(['driver' => 'pdo_mysql''host' => '127.0.0.1''port' => NULL'dbname' => 'symfony_biceps_admin''user' => 'symfony_biceps_admin''password' => 'UEAXM7jkjMFCGAxt''charset' => 'UTF8''driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode, "ONLY_FULL_GROUP_BY", ""))'], 'defaultTableOptions' => []], $a$c, []);
  1084.     }
  1085.     /**
  1086.      * Gets the public 'doctrine.dbal.typo3_connection' shared service.
  1087.      *
  1088.      * @return \Doctrine\DBAL\Connection
  1089.      */
  1090.     protected function getDoctrine_Dbal_Typo3ConnectionService()
  1091.     {
  1092.         $a = new \Doctrine\DBAL\Configuration();
  1093.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  1094.         $b->addLogger(${($_ = isset($this->services['doctrine.dbal.logger']) ? $this->services['doctrine.dbal.logger'] : $this->getDoctrine_Dbal_LoggerService()) && false ?: '_'});
  1095.         $b->addLogger(${($_ = isset($this->services['doctrine.dbal.logger.profiling.typo3']) ? $this->services['doctrine.dbal.logger.profiling.typo3'] : ($this->services['doctrine.dbal.logger.profiling.typo3'] = new \Doctrine\DBAL\Logging\DebugStack())) && false ?: '_'});
  1096.         $a->setSQLLogger($b);
  1097.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this);
  1098.         $c->addEventSubscriber(${($_ = isset($this->services['fos_user.user_listener']) ? $this->services['fos_user.user_listener'] : $this->getFosUser_UserListenerService()) && false ?: '_'});
  1099.         $c->addEventListener([=> 'loadClassMetadata'], ${($_ = isset($this->services['doctrine.orm.default_listeners.attach_entity_listeners']) ? $this->services['doctrine.orm.default_listeners.attach_entity_listeners'] : ($this->services['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener())) && false ?: '_'});
  1100.         return $this->services['doctrine.dbal.typo3_connection'] = ${($_ = isset($this->services['doctrine.dbal.connection_factory']) ? $this->services['doctrine.dbal.connection_factory'] : ($this->services['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))) && false ?: '_'}->createConnection(['driver' => 'pdo_mysql''host' => 'web01.swisscenter.com''port' => 3306'dbname' => 'bicepsch_www''user' => 'bicepsch_www''password' => 'dhbNsq82Nbad-dUqb''charset' => 'Latin1''driverOptions' => [], 'defaultTableOptions' => []], $a$c, []);
  1101.     }
  1102.     /**
  1103.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1104.      *
  1105.      * @return \Doctrine\ORM\EntityManager
  1106.      */
  1107.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1108.     {
  1109.         if ($lazyLoad) {
  1110.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1111.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1112.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1113.                     $proxy->setProxyInitializer(null);
  1114.                     return true;
  1115.                 });
  1116.             });
  1117.         }
  1118.         $a = new \Doctrine\ORM\Configuration();
  1119.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1120.         $c = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(${($_ = isset($this->services['annotation_reader']) ? $this->services['annotation_reader'] : $this->getAnnotationReaderService()) && false ?: '_'}, [=> ($this->targetDirs[3].'/src/Biceps/CoreBundle/Entity'), => ($this->targetDirs[3].'/src/Biceps/SecurityBundle/Entity'), => ($this->targetDirs[3].'/src/Biceps/GeoBundle/Entity'), => ($this->targetDirs[3].'/src/Biceps/PaymentBundle/Entity'), => ($this->targetDirs[3].'/src/Biceps/MigrationBundle/Entity')]);
  1121.         $b->addDriver($c'Biceps\\CoreBundle\\Entity');
  1122.         $b->addDriver($c'Biceps\\SecurityBundle\\Entity');
  1123.         $b->addDriver($c'Biceps\\GeoBundle\\Entity');
  1124.         $b->addDriver($c'Biceps\\PaymentBundle\\Entity');
  1125.         $b->addDriver($c'Biceps\\MigrationBundle\\Entity');
  1126.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator([($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml')), 'FOS\\UserBundle\\Model');
  1127.         $a->setEntityNamespaces(['BicepsCoreBundle' => 'Biceps\\CoreBundle\\Entity''BicepsSecurityBundle' => 'Biceps\\SecurityBundle\\Entity''BicepsGeoBundle' => 'Biceps\\GeoBundle\\Entity''BicepsPaymentBundle' => 'Biceps\\PaymentBundle\\Entity''BicepsMigrationBundle' => 'Biceps\\MigrationBundle\\Entity']);
  1128.         $a->setMetadataCacheImpl(${($_ = isset($this->services['doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata']) ? $this->services['doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata'] : $this->getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_MetadataService()) && false ?: '_'});
  1129.         $a->setQueryCacheImpl(${($_ = isset($this->services['doctrine.orm.cache.provider.cache.doctrine.orm.default.query']) ? $this->services['doctrine.orm.cache.provider.cache.doctrine.orm.default.query'] : $this->getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_QueryService()) && false ?: '_'});
  1130.         $a->setResultCacheImpl(${($_ = isset($this->services['doctrine.orm.cache.provider.cache.doctrine.orm.default.result']) ? $this->services['doctrine.orm.cache.provider.cache.doctrine.orm.default.result'] : $this->getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_ResultService()) && false ?: '_'});
  1131.         $a->setMetadataDriverImpl($b);
  1132.         $a->setProxyDir(($this->targetDirs[0].'/doctrine/orm/Proxies'));
  1133.         $a->setProxyNamespace('Proxies');
  1134.         $a->setAutoGenerateProxyClasses(true);
  1135.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  1136.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1137.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  1138.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1139.         $a->setEntityListenerResolver(${($_ = isset($this->services['doctrine.orm.default_entity_listener_resolver']) ? $this->services['doctrine.orm.default_entity_listener_resolver'] : ($this->services['doctrine.orm.default_entity_listener_resolver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this))) && false ?: '_'});
  1140.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(${($_ = isset($this->services['service_locator.sr6ctxe']) ? $this->services['service_locator.sr6ctxe'] : ($this->services['service_locator.sr6ctxe'] = new \Symfony\Component\DependencyInjection\ServiceLocator([]))) && false ?: '_'}));
  1141.         $a->addCustomDatetimeFunction('date''Biceps\\CoreBundle\\Doctrine\\DQL\\Date');
  1142.         $a->addCustomDatetimeFunction('date_format''Biceps\\CoreBundle\\Doctrine\\DQL\\DateFormat');
  1143.         $a->addCustomDatetimeFunction('if''Biceps\\CoreBundle\\Doctrine\\DQL\\IfElse');
  1144.         $a->addFilter('softdeleteable''Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
  1145.         $instance = \Doctrine\ORM\EntityManager::create(${($_ = isset($this->services['doctrine.dbal.default_connection']) ? $this->services['doctrine.dbal.default_connection'] : $this->getDoctrine_Dbal_DefaultConnectionService()) && false ?: '_'}, $a);
  1146.         ${($_ = isset($this->services['doctrine.orm.default_manager_configurator']) ? $this->services['doctrine.orm.default_manager_configurator'] : ($this->services['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'softdeleteable'], []))) && false ?: '_'}->configure($instance);
  1147.         return $instance;
  1148.     }
  1149.     /**
  1150.      * Gets the public 'fos_user.user_manager' shared service.
  1151.      *
  1152.      * @return \Biceps\SecurityBundle\Doctrine\UserManager
  1153.      */
  1154.     protected function getFosUser_UserManagerService()
  1155.     {
  1156.         $this->services['fos_user.user_manager'] = $instance = new \Biceps\SecurityBundle\Doctrine\UserManager(${($_ = isset($this->services['fos_user.util.password_updater']) ? $this->services['fos_user.util.password_updater'] : $this->getFosUser_Util_PasswordUpdaterService()) && false ?: '_'}, ${($_ = isset($this->services['fos_user.util.canonical_fields_updater']) ? $this->services['fos_user.util.canonical_fields_updater'] : $this->getFosUser_Util_CanonicalFieldsUpdaterService()) && false ?: '_'}, ${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'}->getManager(NULL), 'Biceps\\CoreBundle\\Entity\\Account');
  1157.         $instance->setContainer($this);
  1158.         return $instance;
  1159.     }
  1160.     /**
  1161.      * Gets the public 'http_kernel' shared service.
  1162.      *
  1163.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1164.      */
  1165.     protected function getHttpKernelService()
  1166.     {
  1167.         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 ?: '_'});
  1168.     }
  1169.     /**
  1170.      * Gets the public 'liip_functional_test.exception_listener' shared service.
  1171.      *
  1172.      * @return \Liip\FunctionalTestBundle\EventListener\ExceptionListener
  1173.      */
  1174.     protected function getLiipFunctionalTest_ExceptionListenerService()
  1175.     {
  1176.         return $this->services['liip_functional_test.exception_listener'] = new \Liip\FunctionalTestBundle\EventListener\ExceptionListener();
  1177.     }
  1178.     /**
  1179.      * Gets the public 'liip_functional_test.validator' shared service.
  1180.      *
  1181.      * @return \Liip\FunctionalTestBundle\Validator\DataCollectingValidator
  1182.      */
  1183.     protected function getLiipFunctionalTest_ValidatorService()
  1184.     {
  1185.         return $this->services['liip_functional_test.validator'] = new \Liip\FunctionalTestBundle\Validator\DataCollectingValidator(${($_ = isset($this->services['debug.validator']) ? $this->services['debug.validator'] : $this->getDebug_ValidatorService()) && false ?: '_'});
  1186.     }
  1187.     /**
  1188.      * Gets the public 'profiler' shared service.
  1189.      *
  1190.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1191.      */
  1192.     protected function getProfilerService()
  1193.     {
  1194.         $a = ${($_ = isset($this->services['monolog.logger.profiler']) ? $this->services['monolog.logger.profiler'] : $this->getMonolog_Logger_ProfilerService()) && false ?: '_'};
  1195.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDirs[0].'/profiler')), $atrue);
  1196.         $b = ${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel')) && false ?: '_'};
  1197.         $c = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1198.         $c->addInstance('cache.app', ${($_ = isset($this->services['cache.app']) ? $this->services['cache.app'] : $this->getCache_AppService()) && false ?: '_'});
  1199.         $c->addInstance('cache.system', ${($_ = isset($this->services['cache.system']) ? $this->services['cache.system'] : $this->getCache_SystemService()) && false ?: '_'});
  1200.         $c->addInstance('cache.validator', ${($_ = isset($this->services['cache.validator']) ? $this->services['cache.validator'] : $this->getCache_ValidatorService()) && false ?: '_'});
  1201.         $c->addInstance('cache.serializer', ${($_ = isset($this->services['cache.serializer']) ? $this->services['cache.serializer'] : $this->getCache_SerializerService()) && false ?: '_'});
  1202.         $c->addInstance('cache.annotations', ${($_ = isset($this->services['cache.annotations']) ? $this->services['cache.annotations'] : $this->getCache_AnnotationsService()) && false ?: '_'});
  1203.         $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 ?: '_'});
  1204.         $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 ?: '_'});
  1205.         $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 ?: '_'});
  1206.         $c->addInstance('cache.webpack_encore', ${($_ = isset($this->services['cache.webpack_encore']) ? $this->services['cache.webpack_encore'] : $this->getCache_WebpackEncoreService()) && false ?: '_'});
  1207.         $d = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'});
  1208.         $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 ?: '_'});
  1209.         $d->addLogger('typo3', ${($_ = isset($this->services['doctrine.dbal.logger.profiling.typo3']) ? $this->services['doctrine.dbal.logger.profiling.typo3'] : ($this->services['doctrine.dbal.logger.profiling.typo3'] = new \Doctrine\DBAL\Logging\DebugStack())) && false ?: '_'});
  1210.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1211.         if ($this->has('kernel')) {
  1212.             $e->setKernel($b);
  1213.         }
  1214.         $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 ?: '_'});
  1215.         $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 ?: '_'}));
  1216.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1217.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(${($_ = isset($this->services['debug.validator']) ? $this->services['debug.validator'] : $this->getDebug_ValidatorService()) && false ?: '_'}));
  1218.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1219.         $instance->add(${($_ = isset($this->services['data_collector.form']) ? $this->services['data_collector.form'] : $this->getDataCollector_FormService()) && false ?: '_'});
  1220.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1221.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDirs[0].'/appDevDebugProjectContainer')));
  1222.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'}));
  1223.         $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 ?: '_'});
  1224.         $instance->add($c);
  1225.         $instance->add(${($_ = isset($this->services['data_collector.translation']) ? $this->services['data_collector.translation'] : $this->getDataCollector_TranslationService()) && false ?: '_'});
  1226.         $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 ?: '_'}));
  1227.         $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 ?: '_'}));
  1228.         $instance->add($d);
  1229.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1230.         $instance->add(${($_ = isset($this->services['data_collector.dump']) ? $this->services['data_collector.dump'] : $this->getDataCollector_DumpService()) && false ?: '_'});
  1231.         $instance->add($e);
  1232.         return $instance;
  1233.     }
  1234.     /**
  1235.      * Gets the public 'request_stack' shared service.
  1236.      *
  1237.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1238.      */
  1239.     protected function getRequestStackService()
  1240.     {
  1241.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1242.     }
  1243.     /**
  1244.      * Gets the public 'router' shared service.
  1245.      *
  1246.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1247.      */
  1248.     protected function getRouterService()
  1249.     {
  1250.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router($this, ($this->targetDirs[0].'/assetic/routing.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'resource_type' => 'yaml'], ${($_ = isset($this->services['router.request_context']) ? $this->services['router.request_context'] : $this->getRouter_RequestContextService()) && false ?: '_'});
  1251.         $instance->setConfigCacheFactory(${($_ = isset($this->services['config_cache_factory']) ? $this->services['config_cache_factory'] : $this->getConfigCacheFactoryService()) && false ?: '_'});
  1252.         return $instance;
  1253.     }
  1254.     /**
  1255.      * Gets the public 'security.authorization_checker' shared service.
  1256.      *
  1257.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1258.      */
  1259.     protected function getSecurity_AuthorizationCheckerService()
  1260.     {
  1261.         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);
  1262.     }
  1263.     /**
  1264.      * Gets the public 'security.token_storage' shared service.
  1265.      *
  1266.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  1267.      */
  1268.     protected function getSecurity_TokenStorageService()
  1269.     {
  1270.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  1271.     }
  1272.     /**
  1273.      * Gets the public 'session' shared service.
  1274.      *
  1275.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1276.      */
  1277.     protected function getSessionService()
  1278.     {
  1279.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(${($_ = isset($this->services['session.storage.native']) ? $this->services['session.storage.native'] : $this->getSession_Storage_NativeService()) && false ?: '_'});
  1280.     }
  1281.     /**
  1282.      * Gets the public 'templating' shared service.
  1283.      *
  1284.      * @return \Symfony\Bundle\TwigBundle\TwigEngine
  1285.      */
  1286.     protected function getTemplatingService()
  1287.     {
  1288.         return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && 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 ?: '_'}, ${($_ = isset($this->services['templating.locator']) ? $this->services['templating.locator'] : $this->getTemplating_LocatorService()) && false ?: '_'});
  1289.     }
  1290.     /**
  1291.      * Gets the public 'translator' shared service.
  1292.      *
  1293.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1294.      */
  1295.     protected function getTranslatorService()
  1296.     {
  1297.         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 ?: '_'}));
  1298.     }
  1299.     /**
  1300.      * Gets the public 'twig' shared service.
  1301.      *
  1302.      * @return \Twig\Environment
  1303.      */
  1304.     protected function getTwigService()
  1305.     {
  1306.         $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']);
  1307.         $a = ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'};
  1308.         $b = ${($_ = isset($this->services['debug.file_link_formatter']) ? $this->services['debug.file_link_formatter'] : $this->getDebug_FileLinkFormatterService()) && false ?: '_'};
  1309.         $c = ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'};
  1310.         $d = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  1311.         $d->setDisplayOptions(['fileLinkFormat' => $b]);
  1312.         $e = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1313.         $e->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $b]);
  1314.         $f = new \Symfony\Bridge\Twig\AppVariable();
  1315.         $f->setEnvironment('dev');
  1316.         $f->setDebug(true);
  1317.         if ($this->has('security.token_storage')) {
  1318.             $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 ?: '_'});
  1319.         }
  1320.         if ($this->has('request_stack')) {
  1321.             $f->setRequestStack($c);
  1322.         }
  1323.         $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 ?: '_'}));
  1324.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(${($_ = isset($this->services['security.authorization_checker']) ? $this->services['security.authorization_checker'] : $this->getSecurity_AuthorizationCheckerService()) && false ?: '_'}));
  1325.         $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));
  1326.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'}));
  1327.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(${($_ = isset($this->services['assets.packages']) ? $this->services['assets.packages'] : $this->getAssets_PackagesService()) && false ?: '_'}));
  1328.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($b$this->targetDirs[2], 'UTF-8'));
  1329.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}));
  1330.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1331.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  1332.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1333.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1334.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension($c, ${($_ = isset($this->services['router.request_context']) ? $this->services['router.request_context'] : $this->getRouter_RequestContextService()) && false ?: '_'}));
  1335.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([=> $this=> 'twig.form.renderer']));
  1336.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(${($_ = isset($this->services['var_dumper.cloner']) ? $this->services['var_dumper.cloner'] : $this->getVarDumper_ClonerService()) && false ?: '_'}, $d));
  1337.         $instance->addExtension(${($_ = isset($this->services['biceps_core.twig.biceps_extension']) ? $this->services['biceps_core.twig.biceps_extension'] : $this->getBicepsCore_Twig_BicepsExtensionService()) && false ?: '_'});
  1338.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1339.         $instance->addExtension(new \Symfony\Bundle\AsseticBundle\Twig\AsseticExtension(${($_ = isset($this->services['assetic.asset_factory']) ? $this->services['assetic.asset_factory'] : $this->getAssetic_AssetFactoryService()) && 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 ?: '_'}, true, [], $this->parameters['assetic.bundles'], new \Symfony\Bundle\AsseticBundle\DefaultValueSupplier($this)));
  1340.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\ServiceLocator(['webpack_encore.entrypoint_lookup_collection' => function () {
  1341.             return ${($_ = isset($this->services['webpack_encore.entrypoint_lookup_collection']) ? $this->services['webpack_encore.entrypoint_lookup_collection'] : $this->load('getWebpackEncore_EntrypointLookupCollectionService.php')) && false ?: '_'};
  1342.         }, 'webpack_encore.tag_renderer' => function () {
  1343.             return ${($_ = isset($this->services['webpack_encore.tag_renderer']) ? $this->services['webpack_encore.tag_renderer'] : $this->load('getWebpackEncore_TagRendererService.php')) && false ?: '_'};
  1344.         }])));
  1345.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($e));
  1346.         $instance->addGlobal('app'$f);
  1347.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\ServiceLocator(['Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => function () {
  1348.             return ${($_ = isset($this->services['twig.runtime.httpkernel']) ? $this->services['twig.runtime.httpkernel'] : $this->load('getTwig_Runtime_HttpkernelService.php')) && false ?: '_'};
  1349.         }, 'Symfony\\Component\\Form\\FormRenderer' => function () {
  1350.             return ${($_ = isset($this->services['twig.form.renderer']) ? $this->services['twig.form.renderer'] : $this->load('getTwig_Form_RendererService.php')) && false ?: '_'};
  1351.         }])));
  1352.         $instance->addGlobal('default_vouchers_duration'365);
  1353.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1354.         return $instance;
  1355.     }
  1356.     /**
  1357.      * Gets the public 'var_dumper.cloner' shared service.
  1358.      *
  1359.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1360.      */
  1361.     protected function getVarDumper_ClonerService()
  1362.     {
  1363.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1364.         $instance->setMaxItems(2500);
  1365.         $instance->setMinDepth(1);
  1366.         $instance->setMaxString(-1);
  1367.         return $instance;
  1368.     }
  1369.     /**
  1370.      * Gets the private 'annotation_reader' shared service.
  1371.      *
  1372.      * @return \Doctrine\Common\Annotations\CachedReader
  1373.      */
  1374.     protected function getAnnotationReaderService()
  1375.     {
  1376.         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);
  1377.     }
  1378.     /**
  1379.      * Gets the private 'annotations.reader' shared service.
  1380.      *
  1381.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1382.      */
  1383.     protected function getAnnotations_ReaderService()
  1384.     {
  1385.         $this->services['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1386.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1387.         $a->registerUniqueLoader('class_exists');
  1388.         $instance->addGlobalIgnoredName('required'$a);
  1389.         return $instance;
  1390.     }
  1391.     /**
  1392.      * Gets the private 'argument_metadata_factory' shared service.
  1393.      *
  1394.      * @return \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory
  1395.      */
  1396.     protected function getArgumentMetadataFactoryService()
  1397.     {
  1398.         return $this->services['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory();
  1399.     }
  1400.     /**
  1401.      * Gets the private 'assetic.asset_factory' shared service.
  1402.      *
  1403.      * @return \Symfony\Bundle\AsseticBundle\Factory\AssetFactory
  1404.      */
  1405.     protected function getAssetic_AssetFactoryService()
  1406.     {
  1407.         $this->services['assetic.asset_factory'] = $instance = new \Symfony\Bundle\AsseticBundle\Factory\AssetFactory(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}, $this$this->getParameterBag(), ($this->targetDirs[2].'/../web'), true);
  1408.         $instance->addWorker(new \Symfony\Bundle\AsseticBundle\Factory\Worker\UseControllerWorker());
  1409.         return $instance;
  1410.     }
  1411.     /**
  1412.      * Gets the private 'assetic.request_listener' shared service.
  1413.      *
  1414.      * @return \Symfony\Bundle\AsseticBundle\EventListener\RequestListener
  1415.      */
  1416.     protected function getAssetic_RequestListenerService()
  1417.     {
  1418.         return $this->services['assetic.request_listener'] = new \Symfony\Bundle\AsseticBundle\EventListener\RequestListener();
  1419.     }
  1420.     /**
  1421.      * Gets the private 'assets.context' shared service.
  1422.      *
  1423.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  1424.      */
  1425.     protected function getAssets_ContextService()
  1426.     {
  1427.         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);
  1428.     }
  1429.     /**
  1430.      * Gets the private 'assets.packages' shared service.
  1431.      *
  1432.      * @return \Symfony\Component\Asset\Packages
  1433.      */
  1434.     protected function getAssets_PackagesService()
  1435.     {
  1436.         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 ?: '_'}), []);
  1437.     }
  1438.     /**
  1439.      * Gets the private 'biceps_admin.controller.user' shared service.
  1440.      *
  1441.      * @return \Biceps\AdminBundle\EventListener\UserControllerListener
  1442.      */
  1443.     protected function getBicepsAdmin_Controller_UserService()
  1444.     {
  1445.         return $this->services['biceps_admin.controller.user'] = new \Biceps\AdminBundle\EventListener\UserControllerListener(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'});
  1446.     }
  1447.     /**
  1448.      * Gets the private 'biceps_core.account_manager' shared service.
  1449.      *
  1450.      * @return \Biceps\CoreBundle\Model\AccountManager
  1451.      */
  1452.     protected function getBicepsCore_AccountManagerService()
  1453.     {
  1454.         return $this->services['biceps_core.account_manager'] = new \Biceps\CoreBundle\Model\AccountManager(${($_ = isset($this->services['fos_user.user_manager']) ? $this->services['fos_user.user_manager'] : $this->getFosUser_UserManagerService()) && false ?: '_'}, ${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'}, ${($_ = isset($this->services['biceps_core.emails_manager']) ? $this->services['biceps_core.emails_manager'] : $this->getBicepsCore_EmailsManagerService()) && false ?: '_'}, ${($_ = isset($this->services['biceps_core.password_generator']) ? $this->services['biceps_core.password_generator'] : ($this->services['biceps_core.password_generator'] = new \Biceps\CoreBundle\Service\PasswordGenerator())) && false ?: '_'}, ${($_ = isset($this->services['biceps_geo.geocoder']) ? $this->services['biceps_geo.geocoder'] : $this->getBicepsGeo_GeocoderService()) && false ?: '_'}, ${($_ = isset($this->services['biceps_core.newsletter_manager']) ? $this->services['biceps_core.newsletter_manager'] : $this->getBicepsCore_NewsletterManagerService()) && false ?: '_'});
  1455.     }
  1456.     /**
  1457.      * Gets the private 'biceps_core.emails_manager' shared service.
  1458.      *
  1459.      * @return \Biceps\CoreBundle\Model\EmailsManager
  1460.      */
  1461.     protected function getBicepsCore_EmailsManagerService()
  1462.     {
  1463.         $this->services['biceps_core.emails_manager'] = $instance = new \Biceps\CoreBundle\Model\EmailsManager(${($_ = isset($this->services['swiftmailer.mailer.default']) ? $this->services['swiftmailer.mailer.default'] : $this->load('getSwiftmailer_Mailer_DefaultService.php')) && false ?: '_'}, ${($_ = isset($this->services['templating']) ? $this->services['templating'] : $this->getTemplatingService()) && false ?: '_'});
  1464.         $instance->setContainer($this);
  1465.         return $instance;
  1466.     }
  1467.     /**
  1468.      * Gets the private 'biceps_core.newsletter_manager' shared service.
  1469.      *
  1470.      * @return \Biceps\CoreBundle\Model\NewsletterManager
  1471.      */
  1472.     protected function getBicepsCore_NewsletterManagerService()
  1473.     {
  1474.         $this->services['biceps_core.newsletter_manager'] = $instance = new \Biceps\CoreBundle\Model\NewsletterManager(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'});
  1475.         $instance->setContainer($this);
  1476.         return $instance;
  1477.     }
  1478.     /**
  1479.      * Gets the private 'biceps_core.password_generator' shared service.
  1480.      *
  1481.      * @return \Biceps\CoreBundle\Service\PasswordGenerator
  1482.      */
  1483.     protected function getBicepsCore_PasswordGeneratorService()
  1484.     {
  1485.         return $this->services['biceps_core.password_generator'] = new \Biceps\CoreBundle\Service\PasswordGenerator();
  1486.     }
  1487.     /**
  1488.      * Gets the private 'biceps_core.twig.biceps_extension' shared service.
  1489.      *
  1490.      * @return \Biceps\CoreBundle\Twig\BicepsExtension
  1491.      */
  1492.     protected function getBicepsCore_Twig_BicepsExtensionService()
  1493.     {
  1494.         $this->services['biceps_core.twig.biceps_extension'] = $instance = new \Biceps\CoreBundle\Twig\BicepsExtension();
  1495.         $instance->setContainer($this);
  1496.         return $instance;
  1497.     }
  1498.     /**
  1499.      * Gets the private 'biceps_geo.geocoder' shared service.
  1500.      *
  1501.      * @return \Biceps\GeoBundle\Geocoder\Geocoder
  1502.      */
  1503.     protected function getBicepsGeo_GeocoderService()
  1504.     {
  1505.         return $this->services['biceps_geo.geocoder'] = new \Biceps\GeoBundle\Geocoder\Geocoder(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'}, 'https://maps.googleapis.com/maps/api/geocode/json''AIzaSyDj8BXw-196wBRI06mK-8u5xeYQ5Fr6T2U');
  1506.     }
  1507.     /**
  1508.      * Gets the private 'biceps_migration.migration.service' shared service.
  1509.      *
  1510.      * @return \Biceps\MigrationBundle\Service\MigrationService
  1511.      */
  1512.     protected function getBicepsMigration_Migration_ServiceService()
  1513.     {
  1514.         return $this->services['biceps_migration.migration.service'] = new \Biceps\MigrationBundle\Service\MigrationService(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'}, ${($_ = isset($this->services['doctrine.dbal.typo3_connection']) ? $this->services['doctrine.dbal.typo3_connection'] : $this->getDoctrine_Dbal_Typo3ConnectionService()) && false ?: '_'}, ${($_ = isset($this->services['fos_user.util.token_generator']) ? $this->services['fos_user.util.token_generator'] : ($this->services['fos_user.util.token_generator'] = new \FOS\UserBundle\Util\TokenGenerator())) && false ?: '_'}, ${($_ = isset($this->services['biceps_core.account_manager']) ? $this->services['biceps_core.account_manager'] : $this->getBicepsCore_AccountManagerService()) && false ?: '_'}, ${($_ = isset($this->services['biceps_core.password_generator']) ? $this->services['biceps_core.password_generator'] : ($this->services['biceps_core.password_generator'] = new \Biceps\CoreBundle\Service\PasswordGenerator())) && false ?: '_'});
  1515.     }
  1516.     /**
  1517.      * Gets the private 'biceps_security.listener.security' shared service.
  1518.      *
  1519.      * @return \Biceps\SecurityBundle\EventListener\SecurityListener
  1520.      */
  1521.     protected function getBicepsSecurity_Listener_SecurityService()
  1522.     {
  1523.         return $this->services['biceps_security.listener.security'] = new \Biceps\SecurityBundle\EventListener\SecurityListener(${($_ = 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 ?: '_'}, ${($_ = isset($this->services['fos_user.user_manager']) ? $this->services['fos_user.user_manager'] : $this->getFosUser_UserManagerService()) && false ?: '_'}, ${($_ = isset($this->services['session']) ? $this->services['session'] : $this->getSessionService()) && false ?: '_'}, ${($_ = isset($this->services['biceps_migration.migration.service']) ? $this->services['biceps_migration.migration.service'] : $this->getBicepsMigration_Migration_ServiceService()) && false ?: '_'});
  1524.     }
  1525.     /**
  1526.      * Gets the private 'cache.annotations' shared service.
  1527.      *
  1528.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1529.      */
  1530.     protected function getCache_AnnotationsService()
  1531.     {
  1532.         return $this->services['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('MGaFEooMN8'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 ?: '_'}));
  1533.     }
  1534.     /**
  1535.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  1536.      *
  1537.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1538.      */
  1539.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  1540.     {
  1541.         return $this->services['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1542.     }
  1543.     /**
  1544.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1545.      *
  1546.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1547.      */
  1548.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1549.     {
  1550.         return $this->services['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1551.     }
  1552.     /**
  1553.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1554.      *
  1555.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1556.      */
  1557.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1558.     {
  1559.         return $this->services['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1560.     }
  1561.     /**
  1562.      * Gets the private 'cache.serializer' shared service.
  1563.      *
  1564.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1565.      */
  1566.     protected function getCache_SerializerService()
  1567.     {
  1568.         return $this->services['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('dyksyYoI6F'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 ?: '_'}));
  1569.     }
  1570.     /**
  1571.      * Gets the private 'cache.validator' shared service.
  1572.      *
  1573.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1574.      */
  1575.     protected function getCache_ValidatorService()
  1576.     {
  1577.         return $this->services['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('PGxML2ZdA-'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 ?: '_'}));
  1578.     }
  1579.     /**
  1580.      * Gets the private 'cache.webpack_encore' shared service.
  1581.      *
  1582.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1583.      */
  1584.     protected function getCache_WebpackEncoreService()
  1585.     {
  1586.         return $this->services['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('xHLNwdwxa6'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 ?: '_'}));
  1587.     }
  1588.     /**
  1589.      * Gets the private 'config_cache_factory' shared service.
  1590.      *
  1591.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1592.      */
  1593.     protected function getConfigCacheFactoryService()
  1594.     {
  1595.         return $this->services['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1596.             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 ?: '_'};
  1597.             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 ?: '_'};
  1598.         }, 2));
  1599.     }
  1600.     /**
  1601.      * Gets the private 'controller_name_converter' shared service.
  1602.      *
  1603.      * @return \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser
  1604.      */
  1605.     protected function getControllerNameConverterService()
  1606.     {
  1607.         return $this->services['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'});
  1608.     }
  1609.     /**
  1610.      * Gets the private 'data_collector.form' shared service.
  1611.      *
  1612.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1613.      */
  1614.     protected function getDataCollector_FormService()
  1615.     {
  1616.         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 ?: '_'});
  1617.     }
  1618.     /**
  1619.      * Gets the private 'data_collector.form.extractor' shared service.
  1620.      *
  1621.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor
  1622.      */
  1623.     protected function getDataCollector_Form_ExtractorService()
  1624.     {
  1625.         return $this->services['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor();
  1626.     }
  1627.     /**
  1628.      * Gets the private 'data_collector.request' shared service.
  1629.      *
  1630.      * @return \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector
  1631.      */
  1632.     protected function getDataCollector_RequestService()
  1633.     {
  1634.         return $this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector();
  1635.     }
  1636.     /**
  1637.      * Gets the private 'data_collector.router' shared service.
  1638.      *
  1639.      * @return \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector
  1640.      */
  1641.     protected function getDataCollector_RouterService()
  1642.     {
  1643.         return $this->services['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector();
  1644.     }
  1645.     /**
  1646.      * Gets the private 'data_collector.translation' shared service.
  1647.      *
  1648.      * @return \Symfony\Component\Translation\DataCollector\TranslationDataCollector
  1649.      */
  1650.     protected function getDataCollector_TranslationService()
  1651.     {
  1652.         return $this->services['data_collector.translation'] = new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'});
  1653.     }
  1654.     /**
  1655.      * Gets the private 'debug.argument_resolver' shared service.
  1656.      *
  1657.      * @return \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver
  1658.      */
  1659.     protected function getDebug_ArgumentResolverService()
  1660.     {
  1661.         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 () {
  1662.             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 ?: '_'};
  1663.             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 ?: '_'};
  1664.             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 ?: '_'};
  1665.             yield => ${($_ = isset($this->services['security.user_value_resolver']) ? $this->services['security.user_value_resolver'] : $this->load('getSecurity_UserValueResolverService.php')) && false ?: '_'};
  1666.             yield => ${($_ = isset($this->services['argument_resolver.service']) ? $this->services['argument_resolver.service'] : $this->load('getArgumentResolver_ServiceService.php')) && false ?: '_'};
  1667.             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 ?: '_'};
  1668.             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 ?: '_'};
  1669.         }, 7)), ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'});
  1670.     }
  1671.     /**
  1672.      * Gets the private 'debug.controller_resolver' shared service.
  1673.      *
  1674.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  1675.      */
  1676.     protected function getDebug_ControllerResolverService()
  1677.     {
  1678.         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 ?: '_'});
  1679.     }
  1680.     /**
  1681.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1682.      *
  1683.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1684.      */
  1685.     protected function getDebug_DebugHandlersListenerService()
  1686.     {
  1687.         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);
  1688.     }
  1689.     /**
  1690.      * Gets the private 'debug.event_dispatcher' shared service.
  1691.      *
  1692.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1693.      */
  1694.     protected function getDebug_EventDispatcherService()
  1695.     {
  1696.         $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 ?: '_'});
  1697.         $instance->addListener('kernel.controller', [=> function () {
  1698.             return ${($_ = isset($this->services['data_collector.router']) ? $this->services['data_collector.router'] : ($this->services['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())) && false ?: '_'};
  1699.         }, => 'onKernelController'], 0);
  1700.         $instance->addListener('kernel.request', [=> function () {
  1701.             return ${($_ = isset($this->services['assetic.request_listener']) ? $this->services['assetic.request_listener'] : ($this->services['assetic.request_listener'] = new \Symfony\Bundle\AsseticBundle\EventListener\RequestListener())) && false ?: '_'};
  1702.         }, => 'onKernelRequest'], 0);
  1703.         $instance->addListener('kernel.controller', [=> function () {
  1704.             return ${($_ = isset($this->services['biceps_admin.controller.user']) ? $this->services['biceps_admin.controller.user'] : $this->getBicepsAdmin_Controller_UserService()) && false ?: '_'};
  1705.         }, => 'onKernelController'], 0);
  1706.         $instance->addListener('kernel.exception', [=> function () {
  1707.             return ${($_ = isset($this->services['webpack_encore.exception_listener']) ? $this->services['webpack_encore.exception_listener'] : $this->load('getWebpackEncore_ExceptionListenerService.php')) && false ?: '_'};
  1708.         }, => 'onKernelException'], 0);
  1709.         $instance->addListener('kernel.response', [=> function () {
  1710.             return ${($_ = isset($this->services['response_listener']) ? $this->services['response_listener'] : ($this->services['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'))) && false ?: '_'};
  1711.         }, => 'onKernelResponse'], 0);
  1712.         $instance->addListener('kernel.response', [=> function () {
  1713.             return ${($_ = isset($this->services['streamed_response_listener']) ? $this->services['streamed_response_listener'] : ($this->services['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener())) && false ?: '_'};
  1714.         }, => 'onKernelResponse'], -1024);
  1715.         $instance->addListener('kernel.request', [=> function () {
  1716.             return ${($_ = isset($this->services['locale_listener']) ? $this->services['locale_listener'] : $this->getLocaleListenerService()) && false ?: '_'};
  1717.         }, => 'onKernelRequest'], 16);
  1718.         $instance->addListener('kernel.finish_request', [=> function () {
  1719.             return ${($_ = isset($this->services['locale_listener']) ? $this->services['locale_listener'] : $this->getLocaleListenerService()) && false ?: '_'};
  1720.         }, => 'onKernelFinishRequest'], 0);
  1721.         $instance->addListener('kernel.request', [=> function () {
  1722.             return ${($_ = isset($this->services['validate_request_listener']) ? $this->services['validate_request_listener'] : ($this->services['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener())) && false ?: '_'};
  1723.         }, => 'onKernelRequest'], 256);
  1724.         $instance->addListener('kernel.request', [=> function () {
  1725.             return ${($_ = isset($this->services['resolve_controller_name_subscriber']) ? $this->services['resolve_controller_name_subscriber'] : $this->getResolveControllerNameSubscriberService()) && false ?: '_'};
  1726.         }, => 'onKernelRequest'], 24);
  1727.         $instance->addListener('console.error', [=> function () {
  1728.             return ${($_ = isset($this->services['console.error_listener']) ? $this->services['console.error_listener'] : $this->load('getConsole_ErrorListenerService.php')) && false ?: '_'};
  1729.         }, => 'onConsoleError'], -128);
  1730.         $instance->addListener('console.terminate', [=> function () {
  1731.             return ${($_ = isset($this->services['console.error_listener']) ? $this->services['console.error_listener'] : $this->load('getConsole_ErrorListenerService.php')) && false ?: '_'};
  1732.         }, => 'onConsoleTerminate'], -128);
  1733.         $instance->addListener('kernel.request', [=> function () {
  1734.             return ${($_ = isset($this->services['session_listener']) ? $this->services['session_listener'] : $this->getSessionListenerService()) && false ?: '_'};
  1735.         }, => 'onKernelRequest'], 128);
  1736.         $instance->addListener('kernel.response', [=> function () {
  1737.             return ${($_ = isset($this->services['session_listener']) ? $this->services['session_listener'] : $this->getSessionListenerService()) && false ?: '_'};
  1738.         }, => 'onKernelResponse'], -1000);
  1739.         $instance->addListener('kernel.finish_request', [=> function () {
  1740.             return ${($_ = isset($this->services['session_listener']) ? $this->services['session_listener'] : $this->getSessionListenerService()) && false ?: '_'};
  1741.         }, => 'onFinishRequest'], 0);
  1742.         $instance->addListener('kernel.response', [=> function () {
  1743.             return ${($_ = isset($this->services['session.save_listener']) ? $this->services['session.save_listener'] : ($this->services['session.save_listener'] = new \Symfony\Component\HttpKernel\EventListener\SaveSessionListener())) && false ?: '_'};
  1744.         }, => 'onKernelResponse'], -1000);
  1745.         $instance->addListener('kernel.request', [=> function () {
  1746.             return ${($_ = isset($this->services['fragment.listener']) ? $this->services['fragment.listener'] : $this->getFragment_ListenerService()) && false ?: '_'};
  1747.         }, => 'onKernelRequest'], 48);
  1748.         $instance->addListener('kernel.request', [=> function () {
  1749.             return ${($_ = isset($this->services['translator_listener']) ? $this->services['translator_listener'] : $this->getTranslatorListenerService()) && false ?: '_'};
  1750.         }, => 'onKernelRequest'], 10);
  1751.         $instance->addListener('kernel.finish_request', [=> function () {
  1752.             return ${($_ = isset($this->services['translator_listener']) ? $this->services['translator_listener'] : $this->getTranslatorListenerService()) && false ?: '_'};
  1753.         }, => 'onKernelFinishRequest'], 0);
  1754.         $instance->addListener('kernel.response', [=> function () {
  1755.             return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
  1756.         }, => 'onKernelResponse'], -100);
  1757.         $instance->addListener('kernel.exception', [=> function () {
  1758.             return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
  1759.         }, => 'onKernelException'], 0);
  1760.         $instance->addListener('kernel.terminate', [=> function () {
  1761.             return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
  1762.         }, => 'onKernelTerminate'], -1024);
  1763.         $instance->addListener('kernel.controller', [=> function () {
  1764.             return ${($_ = isset($this->services['data_collector.request']) ? $this->services['data_collector.request'] : ($this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector())) && false ?: '_'};
  1765.         }, => 'onKernelController'], 0);
  1766.         $instance->addListener('kernel.response', [=> function () {
  1767.             return ${($_ = isset($this->services['data_collector.request']) ? $this->services['data_collector.request'] : ($this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector())) && false ?: '_'};
  1768.         }, => 'onKernelResponse'], 0);
  1769.         $instance->addListener('kernel.request', [=> function () {
  1770.             return ${($_ = isset($this->services['debug.debug_handlers_listener']) ? $this->services['debug.debug_handlers_listener'] : $this->getDebug_DebugHandlersListenerService()) && false ?: '_'};
  1771.         }, => 'configure'], 2048);
  1772.         $instance->addListener('console.command', [=> function () {
  1773.             return ${($_ = isset($this->services['debug.debug_handlers_listener']) ? $this->services['debug.debug_handlers_listener'] : $this->getDebug_DebugHandlersListenerService()) && false ?: '_'};
  1774.         }, => 'configure'], 2048);
  1775.         $instance->addListener('kernel.request', [=> function () {
  1776.             return ${($_ = isset($this->services['router_listener']) ? $this->services['router_listener'] : $this->getRouterListenerService()) && false ?: '_'};
  1777.         }, => 'onKernelRequest'], 32);
  1778.         $instance->addListener('kernel.finish_request', [=> function () {
  1779.             return ${($_ = isset($this->services['router_listener']) ? $this->services['router_listener'] : $this->getRouterListenerService()) && false ?: '_'};
  1780.         }, => 'onKernelFinishRequest'], 0);
  1781.         $instance->addListener('kernel.exception', [=> function () {
  1782.             return ${($_ = isset($this->services['router_listener']) ? $this->services['router_listener'] : $this->getRouterListenerService()) && false ?: '_'};
  1783.         }, => 'onKernelException'], -64);
  1784.         $instance->addListener('kernel.response', [=> function () {
  1785.             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 ?: '_'};
  1786.         }, => 'onKernelResponse'], 0);
  1787.         $instance->addListener('kernel.request', [=> function () {
  1788.             return ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'};
  1789.         }, => 'onKernelRequest'], 8);
  1790.         $instance->addListener('kernel.finish_request', [=> function () {
  1791.             return ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'};
  1792.         }, => 'onKernelFinishRequest'], 0);
  1793.         $instance->addListener('kernel.exception', [=> function () {
  1794.             return ${($_ = isset($this->services['twig.exception_listener']) ? $this->services['twig.exception_listener'] : $this->load('getTwig_ExceptionListenerService.php')) && false ?: '_'};
  1795.         }, => 'onKernelException'], -128);
  1796.         $instance->addListener('console.command', [=> function () {
  1797.             return ${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'};
  1798.         }, => 'onCommand'], 255);
  1799.         $instance->addListener('console.terminate', [=> function () {
  1800.             return ${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'};
  1801.         }, => 'onTerminate'], -255);
  1802.         $instance->addListener('kernel.exception', [=> function () {
  1803.             return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
  1804.         }, => 'onException'], 0);
  1805.         $instance->addListener('kernel.terminate', [=> function () {
  1806.             return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
  1807.         }, => 'onTerminate'], 0);
  1808.         $instance->addListener('console.error', [=> function () {
  1809.             return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
  1810.         }, => 'onException'], 0);
  1811.         $instance->addListener('console.terminate', [=> function () {
  1812.             return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
  1813.         }, => 'onTerminate'], 0);
  1814.         $instance->addListener('kernel.controller', [=> function () {
  1815.             return ${($_ = isset($this->services['sensio_framework_extra.controller.listener']) ? $this->services['sensio_framework_extra.controller.listener'] : $this->getSensioFrameworkExtra_Controller_ListenerService()) && false ?: '_'};
  1816.         }, => 'onKernelController'], 0);
  1817.         $instance->addListener('kernel.controller', [=> function () {
  1818.             return ${($_ = isset($this->services['sensio_framework_extra.converter.listener']) ? $this->services['sensio_framework_extra.converter.listener'] : $this->getSensioFrameworkExtra_Converter_ListenerService()) && false ?: '_'};
  1819.         }, => 'onKernelController'], 0);
  1820.         $instance->addListener('kernel.controller', [=> function () {
  1821.             return ${($_ = isset($this->services['sensio_framework_extra.view.listener']) ? $this->services['sensio_framework_extra.view.listener'] : $this->getSensioFrameworkExtra_View_ListenerService()) && false ?: '_'};
  1822.         }, => 'onKernelController'], -128);
  1823.         $instance->addListener('kernel.view', [=> function () {
  1824.             return ${($_ = isset($this->services['sensio_framework_extra.view.listener']) ? $this->services['sensio_framework_extra.view.listener'] : $this->getSensioFrameworkExtra_View_ListenerService()) && false ?: '_'};
  1825.         }, => 'onKernelView'], 0);
  1826.         $instance->addListener('kernel.controller', [=> function () {
  1827.             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 ?: '_'};
  1828.         }, => 'onKernelController'], 0);
  1829.         $instance->addListener('kernel.response', [=> function () {
  1830.             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 ?: '_'};
  1831.         }, => 'onKernelResponse'], 0);
  1832.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1833.             return ${($_ = isset($this->services['sensio_framework_extra.security.listener']) ? $this->services['sensio_framework_extra.security.listener'] : $this->getSensioFrameworkExtra_Security_ListenerService()) && false ?: '_'};
  1834.         }, => 'onKernelControllerArguments'], 0);
  1835.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1836.             return ${($_ = isset($this->services['framework_extra_bundle.event.is_granted']) ? $this->services['framework_extra_bundle.event.is_granted'] : $this->getFrameworkExtraBundle_Event_IsGrantedService()) && false ?: '_'};
  1837.         }, => 'onKernelControllerArguments'], 0);
  1838.         $instance->addListener('kernel.request', [=> function () {
  1839.             return ${($_ = isset($this->services['stof_doctrine_extensions.event_listener.blame']) ? $this->services['stof_doctrine_extensions.event_listener.blame'] : $this->getStofDoctrineExtensions_EventListener_BlameService()) && false ?: '_'};
  1840.         }, => 'onKernelRequest'], 0);
  1841.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  1842.             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 ?: '_'};
  1843.         }, => 'onImplicitLogin'], 0);
  1844.         $instance->addListener('security.interactive_login', [=> function () {
  1845.             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 ?: '_'};
  1846.         }, => 'onSecurityInteractiveLogin'], 0);
  1847.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1848.             return ${($_ = isset($this->services['fos_user.listener.authentication']) ? $this->services['fos_user.listener.authentication'] : $this->load('getFosUser_Listener_AuthenticationService.php')) && false ?: '_'};
  1849.         }, => 'authenticate'], 0);
  1850.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  1851.             return ${($_ = isset($this->services['fos_user.listener.authentication']) ? $this->services['fos_user.listener.authentication'] : $this->load('getFosUser_Listener_AuthenticationService.php')) && false ?: '_'};
  1852.         }, => 'authenticate'], 0);
  1853.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1854.             return ${($_ = isset($this->services['fos_user.listener.authentication']) ? $this->services['fos_user.listener.authentication'] : $this->load('getFosUser_Listener_AuthenticationService.php')) && false ?: '_'};
  1855.         }, => 'authenticate'], 0);
  1856.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  1857.             return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
  1858.         }, => 'addSuccessFlash'], 0);
  1859.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  1860.             return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
  1861.         }, => 'addSuccessFlash'], 0);
  1862.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  1863.             return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
  1864.         }, => 'addSuccessFlash'], 0);
  1865.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  1866.             return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
  1867.         }, => 'addSuccessFlash'], 0);
  1868.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  1869.             return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
  1870.         }, => 'addSuccessFlash'], 0);
  1871.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1872.             return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
  1873.         }, => 'addSuccessFlash'], 0);
  1874.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1875.             return ${($_ = isset($this->services['fos_user.listener.flash']) ? $this->services['fos_user.listener.flash'] : $this->load('getFosUser_Listener_FlashService.php')) && false ?: '_'};
  1876.         }, => 'addSuccessFlash'], 0);
  1877.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  1878.             return ${($_ = isset($this->services['fos_user.listener.resetting']) ? $this->services['fos_user.listener.resetting'] : $this->load('getFosUser_Listener_ResettingService.php')) && false ?: '_'};
  1879.         }, => 'onResettingResetInitialize'], 0);
  1880.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  1881.             return ${($_ = isset($this->services['fos_user.listener.resetting']) ? $this->services['fos_user.listener.resetting'] : $this->load('getFosUser_Listener_ResettingService.php')) && false ?: '_'};
  1882.         }, => 'onResettingResetSuccess'], 0);
  1883.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  1884.             return ${($_ = isset($this->services['fos_user.listener.resetting']) ? $this->services['fos_user.listener.resetting'] : $this->load('getFosUser_Listener_ResettingService.php')) && false ?: '_'};
  1885.         }, => 'onResettingResetRequest'], 0);
  1886.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  1887.             return ${($_ = isset($this->services['biceps_security.listener.security']) ? $this->services['biceps_security.listener.security'] : $this->getBicepsSecurity_Listener_SecurityService()) && false ?: '_'};
  1888.         }, => 'onPasswordResettingSuccess'], 0);
  1889.         $instance->addListener('fos_user.change_password.edit.success', [=> function () {
  1890.             return ${($_ = isset($this->services['biceps_security.listener.security']) ? $this->services['biceps_security.listener.security'] : $this->getBicepsSecurity_Listener_SecurityService()) && false ?: '_'};
  1891.         }, => 'onPasswordChangeSuccess'], 0);
  1892.         $instance->addListener('kernel.request', [=> function () {
  1893.             return ${($_ = isset($this->services['biceps_security.listener.security']) ? $this->services['biceps_security.listener.security'] : $this->getBicepsSecurity_Listener_SecurityService()) && false ?: '_'};
  1894.         }, => 'onKernelRequest'], 0);
  1895.         $instance->addListener('security.interactive_login', [=> function () {
  1896.             return ${($_ = isset($this->services['biceps_security.listener.security']) ? $this->services['biceps_security.listener.security'] : $this->getBicepsSecurity_Listener_SecurityService()) && false ?: '_'};
  1897.         }, => 'onInteractiveLogin'], 0);
  1898.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  1899.             return ${($_ = isset($this->services['biceps_security.listener.resetting']) ? $this->services['biceps_security.listener.resetting'] : $this->load('getBicepsSecurity_Listener_ResettingService.php')) && false ?: '_'};
  1900.         }, => 'onResettingResetInitialize'], 0);
  1901.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  1902.             return ${($_ = isset($this->services['biceps_security.listener.resetting']) ? $this->services['biceps_security.listener.resetting'] : $this->load('getBicepsSecurity_Listener_ResettingService.php')) && false ?: '_'};
  1903.         }, => 'onResettingSuccess'], 0);
  1904.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1905.             return ${($_ = isset($this->services['biceps_security.listener.resetting']) ? $this->services['biceps_security.listener.resetting'] : $this->load('getBicepsSecurity_Listener_ResettingService.php')) && false ?: '_'};
  1906.         }, => 'onResettingCompleted'], 0);
  1907.         $instance->addListener('console.command', [=> function () {
  1908.             return ${($_ = isset($this->services['debug.dump_listener']) ? $this->services['debug.dump_listener'] : $this->load('getDebug_DumpListenerService.php')) && false ?: '_'};
  1909.         }, => 'configure'], 1024);
  1910.         $instance->addListener('kernel.response', [=> function () {
  1911.             return ${($_ = isset($this->services['web_profiler.debug_toolbar']) ? $this->services['web_profiler.debug_toolbar'] : $this->getWebProfiler_DebugToolbarService()) && false ?: '_'};
  1912.         }, => 'onKernelResponse'], -128);
  1913.         $instance->addListener('kernel.exception', [=> function () {
  1914.             return ${($_ = isset($this->services['liip_functional_test.exception_listener']) ? $this->services['liip_functional_test.exception_listener'] : ($this->services['liip_functional_test.exception_listener'] = new \Liip\FunctionalTestBundle\EventListener\ExceptionListener())) && false ?: '_'};
  1915.         }, => 'setException'], 99999);
  1916.         $instance->addListener('kernel.request', [=> function () {
  1917.             return ${($_ = isset($this->services['liip_functional_test.exception_listener']) ? $this->services['liip_functional_test.exception_listener'] : ($this->services['liip_functional_test.exception_listener'] = new \Liip\FunctionalTestBundle\EventListener\ExceptionListener())) && false ?: '_'};
  1918.         }, => 'clearLastException'], 99999);
  1919.         $instance->addListener('kernel.request', [=> function () {
  1920.             return ${($_ = isset($this->services['liip_functional_test.validator']) ? $this->services['liip_functional_test.validator'] : $this->getLiipFunctionalTest_ValidatorService()) && false ?: '_'};
  1921.         }, => 'clearLastErrors'], 99999);
  1922.         return $instance;
  1923.     }
  1924.     /**
  1925.      * Gets the private 'debug.file_link_formatter' shared service.
  1926.      *
  1927.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1928.      */
  1929.     protected function getDebug_FileLinkFormatterService()
  1930.     {
  1931.         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 () {
  1932.             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 ?: '_'};
  1933.         });
  1934.     }
  1935.     /**
  1936.      * Gets the private 'debug.log_processor' shared service.
  1937.      *
  1938.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1939.      */
  1940.     protected function getDebug_LogProcessorService()
  1941.     {
  1942.         return $this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor();
  1943.     }
  1944.     /**
  1945.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1946.      *
  1947.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1948.      */
  1949.     protected function getDebug_Security_Access_DecisionManagerService()
  1950.     {
  1951.         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 () {
  1952.             yield => ${($_ = isset($this->services['security.access.authenticated_voter']) ? $this->services['security.access.authenticated_voter'] : $this->load('getSecurity_Access_AuthenticatedVoterService.php')) && false ?: '_'};
  1953.             yield => ${($_ = isset($this->services['security.access.role_hierarchy_voter']) ? $this->services['security.access.role_hierarchy_voter'] : $this->load('getSecurity_Access_RoleHierarchyVoterService.php')) && false ?: '_'};
  1954.             yield => ${($_ = isset($this->services['security.access.expression_voter']) ? $this->services['security.access.expression_voter'] : $this->load('getSecurity_Access_ExpressionVoterService.php')) && false ?: '_'};
  1955.         }, 3), 'affirmative'falsetrue));
  1956.     }
  1957.     /**
  1958.      * Gets the private 'debug.stopwatch' shared service.
  1959.      *
  1960.      * @return \Symfony\Component\Stopwatch\Stopwatch
  1961.      */
  1962.     protected function getDebug_StopwatchService()
  1963.     {
  1964.         return $this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true);
  1965.     }
  1966.     /**
  1967.      * Gets the private 'debug.validator' shared service.
  1968.      *
  1969.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1970.      */
  1971.     protected function getDebug_ValidatorService()
  1972.     {
  1973.         return $this->services['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(${($_ = isset($this->services['validator.builder']) ? $this->services['validator.builder'] : $this->getValidator_BuilderService()) && false ?: '_'}->getValidator());
  1974.     }
  1975.     /**
  1976.      * Gets the private 'doctrine.dbal.connection_factory' shared service.
  1977.      *
  1978.      * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  1979.      */
  1980.     protected function getDoctrine_Dbal_ConnectionFactoryService()
  1981.     {
  1982.         return $this->services['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]);
  1983.     }
  1984.     /**
  1985.      * Gets the private 'doctrine.dbal.logger' shared service.
  1986.      *
  1987.      * @return \Symfony\Bridge\Doctrine\Logger\DbalLogger
  1988.      */
  1989.     protected function getDoctrine_Dbal_LoggerService()
  1990.     {
  1991.         return $this->services['doctrine.dbal.logger'] = new \Symfony\Bridge\Doctrine\Logger\DbalLogger(${($_ = isset($this->services['monolog.logger.doctrine']) ? $this->services['monolog.logger.doctrine'] : $this->getMonolog_Logger_DoctrineService()) && false ?: '_'}, ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'});
  1992.     }
  1993.     /**
  1994.      * Gets the private 'doctrine.dbal.logger.profiling.default' shared service.
  1995.      *
  1996.      * @return \Doctrine\DBAL\Logging\DebugStack
  1997.      */
  1998.     protected function getDoctrine_Dbal_Logger_Profiling_DefaultService()
  1999.     {
  2000.         return $this->services['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack();
  2001.     }
  2002.     /**
  2003.      * Gets the private 'doctrine.dbal.logger.profiling.typo3' shared service.
  2004.      *
  2005.      * @return \Doctrine\DBAL\Logging\DebugStack
  2006.      */
  2007.     protected function getDoctrine_Dbal_Logger_Profiling_Typo3Service()
  2008.     {
  2009.         return $this->services['doctrine.dbal.logger.profiling.typo3'] = new \Doctrine\DBAL\Logging\DebugStack();
  2010.     }
  2011.     /**
  2012.      * Gets the private 'doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata' shared service.
  2013.      *
  2014.      * @return \Symfony\Component\Cache\DoctrineProvider
  2015.      */
  2016.     protected function getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_MetadataService()
  2017.     {
  2018.         return $this->services['doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\DoctrineProvider(${($_ = isset($this->services['cache.doctrine.orm.default.metadata']) ? $this->services['cache.doctrine.orm.default.metadata'] : $this->getCache_Doctrine_Orm_Default_MetadataService()) && false ?: '_'});
  2019.     }
  2020.     /**
  2021.      * Gets the private 'doctrine.orm.cache.provider.cache.doctrine.orm.default.query' shared service.
  2022.      *
  2023.      * @return \Symfony\Component\Cache\DoctrineProvider
  2024.      */
  2025.     protected function getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_QueryService()
  2026.     {
  2027.         return $this->services['doctrine.orm.cache.provider.cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\DoctrineProvider(${($_ = isset($this->services['cache.doctrine.orm.default.query']) ? $this->services['cache.doctrine.orm.default.query'] : $this->getCache_Doctrine_Orm_Default_QueryService()) && false ?: '_'});
  2028.     }
  2029.     /**
  2030.      * Gets the private 'doctrine.orm.cache.provider.cache.doctrine.orm.default.result' shared service.
  2031.      *
  2032.      * @return \Symfony\Component\Cache\DoctrineProvider
  2033.      */
  2034.     protected function getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_ResultService()
  2035.     {
  2036.         return $this->services['doctrine.orm.cache.provider.cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\DoctrineProvider(${($_ = isset($this->services['cache.doctrine.orm.default.result']) ? $this->services['cache.doctrine.orm.default.result'] : $this->getCache_Doctrine_Orm_Default_ResultService()) && false ?: '_'});
  2037.     }
  2038.     /**
  2039.      * Gets the private 'doctrine.orm.default_entity_listener_resolver' shared service.
  2040.      *
  2041.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  2042.      */
  2043.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  2044.     {
  2045.         return $this->services['doctrine.orm.default_entity_listener_resolver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this);
  2046.     }
  2047.     /**
  2048.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  2049.      *
  2050.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  2051.      */
  2052.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  2053.     {
  2054.         return $this->services['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  2055.     }
  2056.     /**
  2057.      * Gets the private 'doctrine.orm.default_manager_configurator' shared service.
  2058.      *
  2059.      * @return \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator
  2060.      */
  2061.     protected function getDoctrine_Orm_DefaultManagerConfiguratorService()
  2062.     {
  2063.         return $this->services['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'softdeleteable'], []);
  2064.     }
  2065.     /**
  2066.      * Gets the private 'doctrine.orm.validator_initializer' shared service.
  2067.      *
  2068.      * @return \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer
  2069.      */
  2070.     protected function getDoctrine_Orm_ValidatorInitializerService()
  2071.     {
  2072.         return $this->services['doctrine.orm.validator_initializer'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'});
  2073.     }
  2074.     /**
  2075.      * Gets the private 'file_locator' shared service.
  2076.      *
  2077.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  2078.      */
  2079.     protected function getFileLocatorService()
  2080.     {
  2081.         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[2].'/Resources'), [=> $this->targetDirs[2]]);
  2082.     }
  2083.     /**
  2084.      * Gets the private 'fos_user.user_listener' shared service.
  2085.      *
  2086.      * @return \FOS\UserBundle\Doctrine\UserListener
  2087.      */
  2088.     protected function getFosUser_UserListenerService()
  2089.     {
  2090.         return $this->services['fos_user.user_listener'] = new \FOS\UserBundle\Doctrine\UserListener(${($_ = isset($this->services['fos_user.util.password_updater']) ? $this->services['fos_user.util.password_updater'] : $this->getFosUser_Util_PasswordUpdaterService()) && false ?: '_'}, ${($_ = isset($this->services['fos_user.util.canonical_fields_updater']) ? $this->services['fos_user.util.canonical_fields_updater'] : $this->getFosUser_Util_CanonicalFieldsUpdaterService()) && false ?: '_'});
  2091.     }
  2092.     /**
  2093.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  2094.      *
  2095.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  2096.      */
  2097.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  2098.     {
  2099.         $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 ?: '_'};
  2100.         return $this->services['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  2101.     }
  2102.     /**
  2103.      * Gets the private 'fos_user.util.email_canonicalizer' shared service.
  2104.      *
  2105.      * @return \FOS\UserBundle\Util\Canonicalizer
  2106.      */
  2107.     protected function getFosUser_Util_EmailCanonicalizerService()
  2108.     {
  2109.         return $this->services['fos_user.util.email_canonicalizer'] = new \FOS\UserBundle\Util\Canonicalizer();
  2110.     }
  2111.     /**
  2112.      * Gets the private 'fos_user.util.password_updater' shared service.
  2113.      *
  2114.      * @return \FOS\UserBundle\Util\PasswordUpdater
  2115.      */
  2116.     protected function getFosUser_Util_PasswordUpdaterService()
  2117.     {
  2118.         return $this->services['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\PasswordUpdater(${($_ = isset($this->services['security.encoder_factory']) ? $this->services['security.encoder_factory'] : $this->getSecurity_EncoderFactoryService()) && false ?: '_'});
  2119.     }
  2120.     /**
  2121.      * Gets the private 'fos_user.util.token_generator' shared service.
  2122.      *
  2123.      * @return \FOS\UserBundle\Util\TokenGenerator
  2124.      */
  2125.     protected function getFosUser_Util_TokenGeneratorService()
  2126.     {
  2127.         return $this->services['fos_user.util.token_generator'] = new \FOS\UserBundle\Util\TokenGenerator();
  2128.     }
  2129.     /**
  2130.      * Gets the private 'fragment.listener' shared service.
  2131.      *
  2132.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  2133.      */
  2134.     protected function getFragment_ListenerService()
  2135.     {
  2136.         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('cZNoOsbQiqyTUF+qXMAz3HBOIHGEZoNWoip9jM0aL50='))) && false ?: '_'}, '/_fragment');
  2137.     }
  2138.     /**
  2139.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2140.      *
  2141.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2142.      */
  2143.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2144.     {
  2145.         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 ?: '_'});
  2146.     }
  2147.     /**
  2148.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2149.      *
  2150.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2151.      */
  2152.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2153.     {
  2154.         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 ?: '_'});
  2155.     }
  2156.     /**
  2157.      * Gets the private 'locale_listener' shared service.
  2158.      *
  2159.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2160.      */
  2161.     protected function getLocaleListenerService()
  2162.     {
  2163.         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 ?: '_'});
  2164.     }
  2165.     /**
  2166.      * Gets the private 'logger' shared service.
  2167.      *
  2168.      * @return \Symfony\Bridge\Monolog\Logger
  2169.      */
  2170.     protected function getLoggerService()
  2171.     {
  2172.         $this->services['logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2173.         $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 ?: '_'});
  2174.         $instance->useMicrosecondTimestamps(true);
  2175.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  2176.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  2177.         return $instance;
  2178.     }
  2179.     /**
  2180.      * Gets the private 'monolog.handler.console' shared service.
  2181.      *
  2182.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2183.      */
  2184.     protected function getMonolog_Handler_ConsoleService()
  2185.     {
  2186.         $this->services['monolog.handler.console'] = $instance = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLfalse, [], []);
  2187.         $instance->pushProcessor(${($_ = isset($this->services['monolog.processor.psr_log_message']) ? $this->services['monolog.processor.psr_log_message'] : ($this->services['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())) && false ?: '_'});
  2188.         return $instance;
  2189.     }
  2190.     /**
  2191.      * Gets the private 'monolog.handler.main' shared service.
  2192.      *
  2193.      * @return \Monolog\Handler\StreamHandler
  2194.      */
  2195.     protected function getMonolog_Handler_MainService()
  2196.     {
  2197.         $this->services['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler(($this->targetDirs[2].'/logs/dev.log'), 100trueNULLfalse);
  2198.         $instance->pushProcessor(${($_ = isset($this->services['monolog.processor.psr_log_message']) ? $this->services['monolog.processor.psr_log_message'] : ($this->services['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())) && false ?: '_'});
  2199.         return $instance;
  2200.     }
  2201.     /**
  2202.      * Gets the private 'monolog.handler.null_internal' shared service.
  2203.      *
  2204.      * @return \Monolog\Handler\NullHandler
  2205.      */
  2206.     protected function getMonolog_Handler_NullInternalService()
  2207.     {
  2208.         return $this->services['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler();
  2209.     }
  2210.     /**
  2211.      * Gets the private 'monolog.logger.cache' shared service.
  2212.      *
  2213.      * @return \Symfony\Bridge\Monolog\Logger
  2214.      */
  2215.     protected function getMonolog_Logger_CacheService()
  2216.     {
  2217.         $this->services['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2218.         $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 ?: '_'});
  2219.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  2220.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  2221.         return $instance;
  2222.     }
  2223.     /**
  2224.      * Gets the private 'monolog.logger.doctrine' shared service.
  2225.      *
  2226.      * @return \Symfony\Bridge\Monolog\Logger
  2227.      */
  2228.     protected function getMonolog_Logger_DoctrineService()
  2229.     {
  2230.         $this->services['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  2231.         $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 ?: '_'});
  2232.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  2233.         return $instance;
  2234.     }
  2235.     /**
  2236.      * Gets the private 'monolog.logger.event' shared service.
  2237.      *
  2238.      * @return \Symfony\Bridge\Monolog\Logger
  2239.      */
  2240.     protected function getMonolog_Logger_EventService()
  2241.     {
  2242.         $this->services['monolog.logger.event'] = $instance = new \Symfony\Bridge\Monolog\Logger('event');
  2243.         $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 ?: '_'});
  2244.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.null_internal']) ? $this->services['monolog.handler.null_internal'] : ($this->services['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())) && false ?: '_'});
  2245.         return $instance;
  2246.     }
  2247.     /**
  2248.      * Gets the private 'monolog.logger.php' shared service.
  2249.      *
  2250.      * @return \Symfony\Bridge\Monolog\Logger
  2251.      */
  2252.     protected function getMonolog_Logger_PhpService()
  2253.     {
  2254.         $this->services['monolog.logger.php'] = $instance = new \Symfony\Bridge\Monolog\Logger('php');
  2255.         $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 ?: '_'});
  2256.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  2257.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  2258.         return $instance;
  2259.     }
  2260.     /**
  2261.      * Gets the private 'monolog.logger.profiler' shared service.
  2262.      *
  2263.      * @return \Symfony\Bridge\Monolog\Logger
  2264.      */
  2265.     protected function getMonolog_Logger_ProfilerService()
  2266.     {
  2267.         $this->services['monolog.logger.profiler'] = $instance = new \Symfony\Bridge\Monolog\Logger('profiler');
  2268.         $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 ?: '_'});
  2269.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  2270.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  2271.         return $instance;
  2272.     }
  2273.     /**
  2274.      * Gets the private 'monolog.logger.request' shared service.
  2275.      *
  2276.      * @return \Symfony\Bridge\Monolog\Logger
  2277.      */
  2278.     protected function getMonolog_Logger_RequestService()
  2279.     {
  2280.         $this->services['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2281.         $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 ?: '_'});
  2282.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  2283.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  2284.         return $instance;
  2285.     }
  2286.     /**
  2287.      * Gets the private 'monolog.logger.translation' shared service.
  2288.      *
  2289.      * @return \Symfony\Bridge\Monolog\Logger
  2290.      */
  2291.     protected function getMonolog_Logger_TranslationService()
  2292.     {
  2293.         $this->services['monolog.logger.translation'] = $instance = new \Symfony\Bridge\Monolog\Logger('translation');
  2294.         $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 ?: '_'});
  2295.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  2296.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  2297.         return $instance;
  2298.     }
  2299.     /**
  2300.      * Gets the private 'monolog.processor.psr_log_message' shared service.
  2301.      *
  2302.      * @return \Monolog\Processor\PsrLogMessageProcessor
  2303.      */
  2304.     protected function getMonolog_Processor_PsrLogMessageService()
  2305.     {
  2306.         return $this->services['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor();
  2307.     }
  2308.     /**
  2309.      * Gets the private 'profiler_listener' shared service.
  2310.      *
  2311.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2312.      */
  2313.     protected function getProfilerListenerService()
  2314.     {
  2315.         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);
  2316.     }
  2317.     /**
  2318.      * Gets the private 'resolve_controller_name_subscriber' shared service.
  2319.      *
  2320.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  2321.      */
  2322.     protected function getResolveControllerNameSubscriberService()
  2323.     {
  2324.         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 ?: '_'});
  2325.     }
  2326.     /**
  2327.      * Gets the private 'response_listener' shared service.
  2328.      *
  2329.      * @return \Symfony\Component\HttpKernel\EventListener\ResponseListener
  2330.      */
  2331.     protected function getResponseListenerService()
  2332.     {
  2333.         return $this->services['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8');
  2334.     }
  2335.     /**
  2336.      * Gets the private 'router.request_context' shared service.
  2337.      *
  2338.      * @return \Symfony\Component\Routing\RequestContext
  2339.      */
  2340.     protected function getRouter_RequestContextService()
  2341.     {
  2342.         return $this->services['router.request_context'] = new \Symfony\Component\Routing\RequestContext('/app_dev.php''GET''biceps-admin.mat.biceps.ch''https'80443);
  2343.     }
  2344.     /**
  2345.      * Gets the private 'router_listener' shared service.
  2346.      *
  2347.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2348.      */
  2349.     protected function getRouterListenerService()
  2350.     {
  2351.         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);
  2352.     }
  2353.     /**
  2354.      * Gets the private 'security.authentication.manager' shared service.
  2355.      *
  2356.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  2357.      */
  2358.     protected function getSecurity_Authentication_ManagerService()
  2359.     {
  2360.         $this->services['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  2361.             yield => ${($_ = isset($this->services['security.authentication.provider.dao.backend']) ? $this->services['security.authentication.provider.dao.backend'] : $this->load('getSecurity_Authentication_Provider_Dao_BackendService.php')) && false ?: '_'};
  2362.             yield => ${($_ = isset($this->services['security.authentication.provider.rememberme.backend']) ? $this->services['security.authentication.provider.rememberme.backend'] : $this->load('getSecurity_Authentication_Provider_Rememberme_BackendService.php')) && false ?: '_'};
  2363.             yield => ${($_ = isset($this->services['security.authentication.provider.anonymous.backend']) ? $this->services['security.authentication.provider.anonymous.backend'] : ($this->services['security.authentication.provider.anonymous.backend'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash')))) && false ?: '_'};
  2364.             yield => ${($_ = isset($this->services['security.authentication.provider.dao.api']) ? $this->services['security.authentication.provider.dao.api'] : $this->load('getSecurity_Authentication_Provider_Dao_ApiService.php')) && false ?: '_'};
  2365.             yield => ${($_ = isset($this->services['security.authentication.provider.anonymous.api']) ? $this->services['security.authentication.provider.anonymous.api'] : ($this->services['security.authentication.provider.anonymous.api'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash')))) && false ?: '_'};
  2366.             yield => ${($_ = isset($this->services['security.authentication.provider.dao.extCall']) ? $this->services['security.authentication.provider.dao.extCall'] : $this->load('getSecurity_Authentication_Provider_Dao_ExtCallService.php')) && false ?: '_'};
  2367.             yield => ${($_ = isset($this->services['security.authentication.provider.anonymous.extCall']) ? $this->services['security.authentication.provider.anonymous.extCall'] : ($this->services['security.authentication.provider.anonymous.extCall'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash')))) && false ?: '_'};
  2368.             yield => ${($_ = isset($this->services['security.authentication.provider.dao.frontend']) ? $this->services['security.authentication.provider.dao.frontend'] : $this->load('getSecurity_Authentication_Provider_Dao_FrontendService.php')) && false ?: '_'};
  2369.             yield => ${($_ = isset($this->services['biceps_migration.typo3.provider']) ? $this->services['biceps_migration.typo3.provider'] : $this->load('getBicepsMigration_Typo3_ProviderService.php')) && false ?: '_'};
  2370.             yield => ${($_ = isset($this->services['security.authentication.provider.rememberme.frontend']) ? $this->services['security.authentication.provider.rememberme.frontend'] : $this->load('getSecurity_Authentication_Provider_Rememberme_FrontendService.php')) && false ?: '_'};
  2371.             yield 10 => ${($_ = isset($this->services['security.authentication.provider.anonymous.frontend']) ? $this->services['security.authentication.provider.anonymous.frontend'] : ($this->services['security.authentication.provider.anonymous.frontend'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash')))) && false ?: '_'};
  2372.         }, 11), true);
  2373.         $instance->setEventDispatcher(${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'});
  2374.         return $instance;
  2375.     }
  2376.     /**
  2377.      * Gets the private 'security.authentication.trust_resolver' shared service.
  2378.      *
  2379.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver
  2380.      */
  2381.     protected function getSecurity_Authentication_TrustResolverService()
  2382.     {
  2383.         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');
  2384.     }
  2385.     /**
  2386.      * Gets the private 'security.encoder_factory' shared service.
  2387.      *
  2388.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  2389.      */
  2390.     protected function getSecurity_EncoderFactoryService()
  2391.     {
  2392.         return $this->services['security.encoder_factory'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['Symfony\\Component\\Security\\Core\\User\\User' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\PlaintextPasswordEncoder''arguments' => [=> false]], 'FOS\\UserBundle\\Model\\UserInterface' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\BCryptPasswordEncoder''arguments' => [=> 13]]]);
  2393.     }
  2394.     /**
  2395.      * Gets the private 'security.firewall' shared service.
  2396.      *
  2397.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2398.      */
  2399.     protected function getSecurity_FirewallService()
  2400.     {
  2401.         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 ?: '_'});
  2402.     }
  2403.     /**
  2404.      * Gets the private 'security.firewall.map' shared service.
  2405.      *
  2406.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2407.      */
  2408.     protected function getSecurity_Firewall_MapService()
  2409.     {
  2410.         return $this->services['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\ServiceLocator(['security.firewall.map.context.api' => function () {
  2411.             return ${($_ = isset($this->services['security.firewall.map.context.api']) ? $this->services['security.firewall.map.context.api'] : $this->load('getSecurity_Firewall_Map_Context_ApiService.php')) && false ?: '_'};
  2412.         }, 'security.firewall.map.context.backend' => function () {
  2413.             return ${($_ = isset($this->services['security.firewall.map.context.backend']) ? $this->services['security.firewall.map.context.backend'] : $this->load('getSecurity_Firewall_Map_Context_BackendService.php')) && false ?: '_'};
  2414.         }, 'security.firewall.map.context.dev' => function () {
  2415.             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 ?: '_'};
  2416.         }, 'security.firewall.map.context.extCall' => function () {
  2417.             return ${($_ = isset($this->services['security.firewall.map.context.extCall']) ? $this->services['security.firewall.map.context.extCall'] : $this->load('getSecurity_Firewall_Map_Context_ExtCallService.php')) && false ?: '_'};
  2418.         }, 'security.firewall.map.context.frontend' => function () {
  2419.             return ${($_ = isset($this->services['security.firewall.map.context.frontend']) ? $this->services['security.firewall.map.context.frontend'] : $this->load('getSecurity_Firewall_Map_Context_FrontendService.php')) && false ?: '_'};
  2420.         }]), new RewindableGenerator(function () {
  2421.             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 ?: '_'};
  2422.             yield 'security.firewall.map.context.backend' => ${($_ = isset($this->services['security.request_matcher.dauxsom']) ? $this->services['security.request_matcher.dauxsom'] : ($this->services['security.request_matcher.dauxsom'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/.*'))) && false ?: '_'};
  2423.             yield 'security.firewall.map.context.api' => ${($_ = isset($this->services['security.request_matcher.iu9lt00']) ? $this->services['security.request_matcher.iu9lt00'] : ($this->services['security.request_matcher.iu9lt00'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.*'))) && false ?: '_'};
  2424.             yield 'security.firewall.map.context.extCall' => ${($_ = isset($this->services['security.request_matcher.nfy_gle']) ? $this->services['security.request_matcher.nfy_gle'] : ($this->services['security.request_matcher.nfy_gle'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/ext-.*'))) && false ?: '_'};
  2425.             yield 'security.firewall.map.context.frontend' => ${($_ = 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 ?: '_'};
  2426.         }, 5));
  2427.     }
  2428.     /**
  2429.      * Gets the private 'security.logout_url_generator' shared service.
  2430.      *
  2431.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2432.      */
  2433.     protected function getSecurity_LogoutUrlGeneratorService()
  2434.     {
  2435.         $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 ?: '_'});
  2436.         $instance->registerListener('backend''/admin/logout''logout''_csrf_token'NULL'application');
  2437.         $instance->registerListener('frontend''/logout''logout''_csrf_token'NULLNULL);
  2438.         return $instance;
  2439.     }
  2440.     /**
  2441.      * Gets the private 'security.rememberme.response_listener' shared service.
  2442.      *
  2443.      * @return \Symfony\Component\Security\Http\RememberMe\ResponseListener
  2444.      */
  2445.     protected function getSecurity_Rememberme_ResponseListenerService()
  2446.     {
  2447.         return $this->services['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener();
  2448.     }
  2449.     /**
  2450.      * Gets the private 'security.role_hierarchy' shared service.
  2451.      *
  2452.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2453.      */
  2454.     protected function getSecurity_RoleHierarchyService()
  2455.     {
  2456.         return $this->services['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2457.     }
  2458.     /**
  2459.      * Gets the private 'sensio_framework_extra.cache.listener' shared service.
  2460.      *
  2461.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener
  2462.      */
  2463.     protected function getSensioFrameworkExtra_Cache_ListenerService()
  2464.     {
  2465.         return $this->services['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener();
  2466.     }
  2467.     /**
  2468.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2469.      *
  2470.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2471.      */
  2472.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2473.     {
  2474.         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 ?: '_'});
  2475.     }
  2476.     /**
  2477.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2478.      *
  2479.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2480.      */
  2481.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2482.     {
  2483.         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);
  2484.     }
  2485.     /**
  2486.      * Gets the private 'sensio_framework_extra.converter.manager' shared service.
  2487.      *
  2488.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager
  2489.      */
  2490.     protected function getSensioFrameworkExtra_Converter_ManagerService()
  2491.     {
  2492.         $this->services['sensio_framework_extra.converter.manager'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2493.         $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');
  2494.         $instance->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2495.         return $instance;
  2496.     }
  2497.     /**
  2498.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2499.      *
  2500.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2501.      */
  2502.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2503.     {
  2504.         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 ?: '_'});
  2505.     }
  2506.     /**
  2507.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2508.      *
  2509.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2510.      */
  2511.     protected function getSensioFrameworkExtra_View_ListenerService()
  2512.     {
  2513.         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 ?: '_'});
  2514.     }
  2515.     /**
  2516.      * Gets the private 'service_locator.sr6ctxe' shared service.
  2517.      *
  2518.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2519.      */
  2520.     protected function getServiceLocator_Sr6ctxeService()
  2521.     {
  2522.         return $this->services['service_locator.sr6ctxe'] = new \Symfony\Component\DependencyInjection\ServiceLocator([]);
  2523.     }
  2524.     /**
  2525.      * Gets the private 'session.save_listener' shared service.
  2526.      *
  2527.      * @return \Symfony\Component\HttpKernel\EventListener\SaveSessionListener
  2528.      */
  2529.     protected function getSession_SaveListenerService()
  2530.     {
  2531.         return $this->services['session.save_listener'] = new \Symfony\Component\HttpKernel\EventListener\SaveSessionListener();
  2532.     }
  2533.     /**
  2534.      * Gets the private 'session.storage.metadata_bag' shared service.
  2535.      *
  2536.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  2537.      */
  2538.     protected function getSession_Storage_MetadataBagService()
  2539.     {
  2540.         return $this->services['session.storage.metadata_bag'] = new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta''0');
  2541.     }
  2542.     /**
  2543.      * Gets the private 'session.storage.native' shared service.
  2544.      *
  2545.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  2546.      */
  2547.     protected function getSession_Storage_NativeService()
  2548.     {
  2549.         return $this->services['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, ${($_ = isset($this->services['session.storage.metadata_bag']) ? $this->services['session.storage.metadata_bag'] : ($this->services['session.storage.metadata_bag'] = new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta''0'))) && false ?: '_'});
  2550.     }
  2551.     /**
  2552.      * Gets the private 'session_listener' shared service.
  2553.      *
  2554.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2555.      */
  2556.     protected function getSessionListenerService()
  2557.     {
  2558.         return $this->services['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\ServiceLocator(['session' => function () {
  2559.             return ${($_ = isset($this->services['session']) ? $this->services['session'] : $this->getSessionService()) && false ?: '_'};
  2560.         }]));
  2561.     }
  2562.     /**
  2563.      * Gets the private 'stof_doctrine_extensions.event_listener.blame' shared service.
  2564.      *
  2565.      * @return \Stof\DoctrineExtensionsBundle\EventListener\BlameListener
  2566.      */
  2567.     protected function getStofDoctrineExtensions_EventListener_BlameService()
  2568.     {
  2569.         return $this->services['stof_doctrine_extensions.event_listener.blame'] = new \Stof\DoctrineExtensionsBundle\EventListener\BlameListener(${($_ = isset($this->services['stof_doctrine_extensions.listener.blameable']) ? $this->services['stof_doctrine_extensions.listener.blameable'] : $this->getStofDoctrineExtensions_Listener_BlameableService()) && 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 ?: '_'});
  2570.     }
  2571.     /**
  2572.      * Gets the private 'stof_doctrine_extensions.listener.blameable' shared service.
  2573.      *
  2574.      * @return \Gedmo\Blameable\BlameableListener
  2575.      */
  2576.     protected function getStofDoctrineExtensions_Listener_BlameableService()
  2577.     {
  2578.         $this->services['stof_doctrine_extensions.listener.blameable'] = $instance = new \Gedmo\Blameable\BlameableListener();
  2579.         $instance->setAnnotationReader(${($_ = isset($this->services['annotation_reader']) ? $this->services['annotation_reader'] : $this->getAnnotationReaderService()) && false ?: '_'});
  2580.         return $instance;
  2581.     }
  2582.     /**
  2583.      * Gets the private 'streamed_response_listener' shared service.
  2584.      *
  2585.      * @return \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener
  2586.      */
  2587.     protected function getStreamedResponseListenerService()
  2588.     {
  2589.         return $this->services['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener();
  2590.     }
  2591.     /**
  2592.      * Gets the private 'templating.locator' shared service.
  2593.      *
  2594.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
  2595.      */
  2596.     protected function getTemplating_LocatorService()
  2597.     {
  2598.         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[2].'/Resources'), [=> $this->targetDirs[2]]))) && false ?: '_'}, $this->targetDirs[0]);
  2599.     }
  2600.     /**
  2601.      * Gets the private 'templating.name_parser' shared service.
  2602.      *
  2603.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser
  2604.      */
  2605.     protected function getTemplating_NameParserService()
  2606.     {
  2607.         return $this->services['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'});
  2608.     }
  2609.     /**
  2610.      * Gets the private 'translator.default' shared service.
  2611.      *
  2612.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2613.      */
  2614.     protected function getTranslator_DefaultService()
  2615.     {
  2616.         $this->services['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\ServiceLocator(['translation.loader.csv' => function () {
  2617.             return ${($_ = isset($this->services['translation.loader.csv']) ? $this->services['translation.loader.csv'] : ($this->services['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())) && false ?: '_'};
  2618.         }, 'translation.loader.dat' => function () {
  2619.             return ${($_ = isset($this->services['translation.loader.dat']) ? $this->services['translation.loader.dat'] : ($this->services['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())) && false ?: '_'};
  2620.         }, 'translation.loader.ini' => function () {
  2621.             return ${($_ = isset($this->services['translation.loader.ini']) ? $this->services['translation.loader.ini'] : ($this->services['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())) && false ?: '_'};
  2622.         }, 'translation.loader.json' => function () {
  2623.             return ${($_ = isset($this->services['translation.loader.json']) ? $this->services['translation.loader.json'] : ($this->services['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())) && false ?: '_'};
  2624.         }, 'translation.loader.mo' => function () {
  2625.             return ${($_ = isset($this->services['translation.loader.mo']) ? $this->services['translation.loader.mo'] : ($this->services['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())) && false ?: '_'};
  2626.         }, 'translation.loader.php' => function () {
  2627.             return ${($_ = isset($this->services['translation.loader.php']) ? $this->services['translation.loader.php'] : ($this->services['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())) && false ?: '_'};
  2628.         }, 'translation.loader.po' => function () {
  2629.             return ${($_ = isset($this->services['translation.loader.po']) ? $this->services['translation.loader.po'] : ($this->services['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())) && false ?: '_'};
  2630.         }, 'translation.loader.qt' => function () {
  2631.             return ${($_ = isset($this->services['translation.loader.qt']) ? $this->services['translation.loader.qt'] : ($this->services['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())) && false ?: '_'};
  2632.         }, 'translation.loader.res' => function () {
  2633.             return ${($_ = isset($this->services['translation.loader.res']) ? $this->services['translation.loader.res'] : ($this->services['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())) && false ?: '_'};
  2634.         }, 'translation.loader.xliff' => function () {
  2635.             return ${($_ = isset($this->services['translation.loader.xliff']) ? $this->services['translation.loader.xliff'] : ($this->services['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader())) && false ?: '_'};
  2636.         }, 'translation.loader.yml' => function () {
  2637.             return ${($_ = isset($this->services['translation.loader.yml']) ? $this->services['translation.loader.yml'] : ($this->services['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader())) && false ?: '_'};
  2638.         }]), 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'), => ($this->targetDirs[3].'/src/Biceps/CoreBundle/Resources/translations/BicepsCoreBundle.fr.xlf'), => ($this->targetDirs[3].'/src/Biceps/CoreBundle/Resources/translations/messages.fr.xlf'), => ($this->targetDirs[3].'/src/Biceps/CoreBundle/Resources/translations/security.fr.xlf'), => ($this->targetDirs[3].'/src/Biceps/CoreBundle/Resources/translations/validators.fr.xlf'), => ($this->targetDirs[3].'/src/Biceps/SecurityBundle/Resources/translations/FOSUserBundle.fr.xlf')], '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')]]]);
  2639.         $instance->setConfigCacheFactory(${($_ = isset($this->services['config_cache_factory']) ? $this->services['config_cache_factory'] : $this->getConfigCacheFactoryService()) && false ?: '_'});
  2640.         $instance->setFallbackLocales([=> 'fr']);
  2641.         return $instance;
  2642.     }
  2643.     /**
  2644.      * Gets the private 'translator_listener' shared service.
  2645.      *
  2646.      * @return \Symfony\Component\HttpKernel\EventListener\TranslatorListener
  2647.      */
  2648.     protected function getTranslatorListenerService()
  2649.     {
  2650.         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 ?: '_'});
  2651.     }
  2652.     /**
  2653.      * Gets the private 'twig.loader' shared service.
  2654.      *
  2655.      * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader
  2656.      */
  2657.     protected function getTwig_LoaderService()
  2658.     {
  2659.         $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]);
  2660.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views'), 'Framework');
  2661.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views'), '!Framework');
  2662.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views'), 'Security');
  2663.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views'), '!Security');
  2664.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views'), 'Twig');
  2665.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views'), '!Twig');
  2666.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  2667.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  2668.         $instance->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  2669.         $instance->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  2670.         $instance->addPath(($this->targetDirs[3].'/src/Biceps/SecurityBundle/Resources/views'), 'FOSUser');
  2671.         $instance->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  2672.         $instance->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  2673.         $instance->addPath(($this->targetDirs[3].'/src/Biceps/CoreBundle/Resources/views'), 'BicepsCore');
  2674.         $instance->addPath(($this->targetDirs[3].'/src/Biceps/CoreBundle/Resources/views'), '!BicepsCore');
  2675.         $instance->addPath(($this->targetDirs[3].'/src/Biceps/AdminBundle/Resources/views'), 'BicepsAdmin');
  2676.         $instance->addPath(($this->targetDirs[3].'/src/Biceps/AdminBundle/Resources/views'), '!BicepsAdmin');
  2677.         $instance->addPath(($this->targetDirs[3].'/src/Biceps/FrontBundle/Resources/views'), 'BicepsFront');
  2678.         $instance->addPath(($this->targetDirs[3].'/src/Biceps/FrontBundle/Resources/views'), '!BicepsFront');
  2679.         $instance->addPath(($this->targetDirs[3].'/src/Biceps/SecurityBundle/Resources/views'), 'BicepsSecurity');
  2680.         $instance->addPath(($this->targetDirs[3].'/src/Biceps/PaymentBundle/Resources/views'), 'BicepsPayment');
  2681.         $instance->addPath(($this->targetDirs[3].'/src/Biceps/PaymentBundle/Resources/views'), '!BicepsPayment');
  2682.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views'), 'Debug');
  2683.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views'), '!Debug');
  2684.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views'), 'WebProfiler');
  2685.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views'), '!WebProfiler');
  2686.         $instance->addPath(($this->targetDirs[3].'/vendor/liip/functional-test-bundle/Resources/views'), 'LiipFunctionalTest');
  2687.         $instance->addPath(($this->targetDirs[3].'/vendor/liip/functional-test-bundle/Resources/views'), '!LiipFunctionalTest');
  2688.         $instance->addPath(($this->targetDirs[3].'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  2689.         $instance->addPath(($this->targetDirs[3].'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  2690.         $instance->addPath(($this->targetDirs[2].'/Resources/views'));
  2691.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form'));
  2692.         return $instance;
  2693.     }
  2694.     /**
  2695.      * Gets the private 'twig.profile' shared service.
  2696.      *
  2697.      * @return \Twig\Profiler\Profile
  2698.      */
  2699.     protected function getTwig_ProfileService()
  2700.     {
  2701.         return $this->services['twig.profile'] = new \Twig\Profiler\Profile();
  2702.     }
  2703.     /**
  2704.      * Gets the private 'uri_signer' shared service.
  2705.      *
  2706.      * @return \Symfony\Component\HttpKernel\UriSigner
  2707.      */
  2708.     protected function getUriSignerService()
  2709.     {
  2710.         return $this->services['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('cZNoOsbQiqyTUF+qXMAz3HBOIHGEZoNWoip9jM0aL50=');
  2711.     }
  2712.     /**
  2713.      * Gets the private 'validate_request_listener' shared service.
  2714.      *
  2715.      * @return \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener
  2716.      */
  2717.     protected function getValidateRequestListenerService()
  2718.     {
  2719.         return $this->services['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener();
  2720.     }
  2721.     /**
  2722.      * Gets the private 'validator.builder' shared service.
  2723.      *
  2724.      * @return \Symfony\Component\Validator\ValidatorBuilderInterface
  2725.      */
  2726.     protected function getValidator_BuilderService()
  2727.     {
  2728.         $this->services['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2729.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\ServiceLocator(['Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => function () {
  2730.             return ${($_ = isset($this->services['doctrine.orm.validator.unique']) ? $this->services['doctrine.orm.validator.unique'] : $this->load('getDoctrine_Orm_Validator_UniqueService.php')) && false ?: '_'};
  2731.         }, 'Biceps\\AdminBundle\\Form\\Constraint\\PdfTemplateValidator' => function () {
  2732.             return ${($_ = isset($this->services['biceps_admin.validator.pdftemplate']) ? $this->services['biceps_admin.validator.pdftemplate'] : $this->load('getBicepsAdmin_Validator_PdftemplateService.php')) && false ?: '_'};
  2733.         }, 'Biceps\\CoreBundle\\Validator\\UniqueAdministratorEmailValidator' => function () {
  2734.             return ${($_ = isset($this->services['biceps_core.validator.unique_administrator_email']) ? $this->services['biceps_core.validator.unique_administrator_email'] : $this->load('getBicepsCore_Validator_UniqueAdministratorEmailService.php')) && false ?: '_'};
  2735.         }, 'Biceps\\CoreBundle\\Validator\\UniqueEmailValidator' => function () {
  2736.             return ${($_ = isset($this->services['biceps_core.validator.unique_email']) ? $this->services['biceps_core.validator.unique_email'] : $this->load('getBicepsCore_Validator_UniqueEmailService.php')) && false ?: '_'};
  2737.         }, 'Biceps\\CoreBundle\\Validator\\UniqueFrontendEmailValidator' => function () {
  2738.             return ${($_ = isset($this->services['biceps_core.validator.unique_frontend_email']) ? $this->services['biceps_core.validator.unique_frontend_email'] : $this->load('getBicepsCore_Validator_UniqueFrontendEmailService.php')) && false ?: '_'};
  2739.         }, 'Biceps\\CoreBundle\\Validator\\UniqueProfileNicknameValidator' => function () {
  2740.             return ${($_ = isset($this->services['biceps_core.validator.unique_nickname']) ? $this->services['biceps_core.validator.unique_nickname'] : $this->load('getBicepsCore_Validator_UniqueNicknameService.php')) && false ?: '_'};
  2741.         }, 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => function () {
  2742.             return ${($_ = isset($this->services['security.validator.user_password']) ? $this->services['security.validator.user_password'] : $this->load('getSecurity_Validator_UserPasswordService.php')) && false ?: '_'};
  2743.         }, 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => function () {
  2744.             return ${($_ = isset($this->services['validator.email']) ? $this->services['validator.email'] : ($this->services['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator(false))) && false ?: '_'};
  2745.         }, 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => function () {
  2746.             return ${($_ = isset($this->services['validator.expression']) ? $this->services['validator.expression'] : ($this->services['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator())) && false ?: '_'};
  2747.         }, 'biceps_admin.validator.pdftemplate' => function () {
  2748.             return ${($_ = isset($this->services['biceps_admin.validator.pdftemplate']) ? $this->services['biceps_admin.validator.pdftemplate'] : $this->load('getBicepsAdmin_Validator_PdftemplateService.php')) && false ?: '_'};
  2749.         }, 'doctrine.orm.validator.unique' => function () {
  2750.             return ${($_ = isset($this->services['doctrine.orm.validator.unique']) ? $this->services['doctrine.orm.validator.unique'] : $this->load('getDoctrine_Orm_Validator_UniqueService.php')) && false ?: '_'};
  2751.         }, 'security.validator.user_password' => function () {
  2752.             return ${($_ = isset($this->services['security.validator.user_password']) ? $this->services['security.validator.user_password'] : $this->load('getSecurity_Validator_UserPasswordService.php')) && false ?: '_'};
  2753.         }, 'unique_administrator_email_validator' => function () {
  2754.             return ${($_ = isset($this->services['biceps_core.validator.unique_administrator_email']) ? $this->services['biceps_core.validator.unique_administrator_email'] : $this->load('getBicepsCore_Validator_UniqueAdministratorEmailService.php')) && false ?: '_'};
  2755.         }, 'unique_email_validator' => function () {
  2756.             return ${($_ = isset($this->services['biceps_core.validator.unique_email']) ? $this->services['biceps_core.validator.unique_email'] : $this->load('getBicepsCore_Validator_UniqueEmailService.php')) && false ?: '_'};
  2757.         }, 'unique_frontend_email_validator' => function () {
  2758.             return ${($_ = isset($this->services['biceps_core.validator.unique_frontend_email']) ? $this->services['biceps_core.validator.unique_frontend_email'] : $this->load('getBicepsCore_Validator_UniqueFrontendEmailService.php')) && false ?: '_'};
  2759.         }, 'unique_profile_nickname_validator' => function () {
  2760.             return ${($_ = isset($this->services['biceps_core.validator.unique_nickname']) ? $this->services['biceps_core.validator.unique_nickname'] : $this->load('getBicepsCore_Validator_UniqueNicknameService.php')) && false ?: '_'};
  2761.         }, 'validator.expression' => function () {
  2762.             return ${($_ = isset($this->services['validator.expression']) ? $this->services['validator.expression'] : ($this->services['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator())) && false ?: '_'};
  2763.         }])));
  2764.         if ($this->has('translator')) {
  2765.             $instance->setTranslator(${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'});
  2766.         }
  2767.         $instance->setTranslationDomain('validators');
  2768.         $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'), => ($this->targetDirs[3].'/src/Biceps/SecurityBundle/Resources/config/validation.xml')]);
  2769.         $instance->enableAnnotationMapping(${($_ = isset($this->services['annotation_reader']) ? $this->services['annotation_reader'] : $this->getAnnotationReaderService()) && false ?: '_'});
  2770.         $instance->addMethodMapping('loadValidatorMetadata');
  2771.         $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 ?: '_'})]);
  2772.         $instance->addXmlMapping(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  2773.         return $instance;
  2774.     }
  2775.     /**
  2776.      * Gets the private 'web_profiler.csp.handler' shared service.
  2777.      *
  2778.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2779.      */
  2780.     protected function getWebProfiler_Csp_HandlerService()
  2781.     {
  2782.         return $this->services['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2783.     }
  2784.     /**
  2785.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2786.      *
  2787.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2788.      */
  2789.     protected function getWebProfiler_DebugToolbarService()
  2790.     {
  2791.         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 ?: '_'});
  2792.     }
  2793.     public function getParameter($name)
  2794.     {
  2795.         $name = (string) $name;
  2796.         if (isset($this->buildParameters[$name])) {
  2797.             return $this->buildParameters[$name];
  2798.         }
  2799.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  2800.             $name $this->normalizeParameterName($name);
  2801.             if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  2802.                 throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2803.             }
  2804.         }
  2805.         if (isset($this->loadedDynamicParameters[$name])) {
  2806.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2807.         }
  2808.         return $this->parameters[$name];
  2809.     }
  2810.     public function hasParameter($name)
  2811.     {
  2812.         $name = (string) $name;
  2813.         if (isset($this->buildParameters[$name])) {
  2814.             return true;
  2815.         }
  2816.         $name $this->normalizeParameterName($name);
  2817.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  2818.     }
  2819.     public function setParameter($name$value)
  2820.     {
  2821.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2822.     }
  2823.     public function getParameterBag()
  2824.     {
  2825.         if (null === $this->parameterBag) {
  2826.             $parameters $this->parameters;
  2827.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2828.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2829.             }
  2830.             foreach ($this->buildParameters as $name => $value) {
  2831.                 $parameters[$name] = $value;
  2832.             }
  2833.             $this->parameterBag = new FrozenParameterBag($parameters);
  2834.         }
  2835.         return $this->parameterBag;
  2836.     }
  2837.     private $loadedDynamicParameters = [
  2838.         'kernel.root_dir' => false,
  2839.         'kernel.project_dir' => false,
  2840.         'kernel.cache_dir' => false,
  2841.         'kernel.logs_dir' => false,
  2842.         'kernel.bundles_metadata' => false,
  2843.         'pdftk_path' => false,
  2844.         'bookmark_directory' => false,
  2845.         'general_conditions_directory' => false,
  2846.         'voucher_template_directory' => false,
  2847.         'receipt_template_directory' => false,
  2848.         'invoice_template_directory' => false,
  2849.         'session.save_path' => false,
  2850.         'validator.mapping.cache.file' => false,
  2851.         'translator.default_path' => false,
  2852.         'profiler.storage.dsn' => false,
  2853.         'debug.container.dump' => false,
  2854.         'router.resource' => false,
  2855.         'twig.default_path' => false,
  2856.         'swiftmailer.spool.default.memory.path' => false,
  2857.         'doctrine.orm.proxy_dir' => false,
  2858.         'assetic.cache_dir' => false,
  2859.         'assetic.read_from' => false,
  2860.         'assetic.write_to' => false,
  2861.         'biceps_payment.camtPath' => false,
  2862.         'doctrine_migrations.dir_name' => false,
  2863.     ];
  2864.     private $dynamicParameters = [];
  2865.     /**
  2866.      * Computes a dynamic parameter.
  2867.      *
  2868.      * @param string $name The name of the dynamic parameter to load
  2869.      *
  2870.      * @return mixed The value of the dynamic parameter
  2871.      *
  2872.      * @throws InvalidArgumentException When the dynamic parameter does not exist
  2873.      */
  2874.     private function getDynamicParameter($name)
  2875.     {
  2876.         switch ($name) {
  2877.             case 'kernel.root_dir'$value $this->targetDirs[2]; break;
  2878.             case 'kernel.project_dir'$value $this->targetDirs[3]; break;
  2879.             case 'kernel.cache_dir'$value $this->targetDirs[0]; break;
  2880.             case 'kernel.logs_dir'$value = ($this->targetDirs[2].'/logs'); break;
  2881.             case 'kernel.bundles_metadata'$value = [
  2882.                 'FrameworkBundle' => [
  2883.                     'parent' => NULL,
  2884.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle'),
  2885.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2886.                 ],
  2887.                 'SecurityBundle' => [
  2888.                     'parent' => NULL,
  2889.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle'),
  2890.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2891.                 ],
  2892.                 'TwigBundle' => [
  2893.                     'parent' => NULL,
  2894.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle'),
  2895.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2896.                 ],
  2897.                 'MonologBundle' => [
  2898.                     'parent' => NULL,
  2899.                     'path' => ($this->targetDirs[3].'/vendor/symfony/monolog-bundle'),
  2900.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2901.                 ],
  2902.                 'SwiftmailerBundle' => [
  2903.                     'parent' => NULL,
  2904.                     'path' => ($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle'),
  2905.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  2906.                 ],
  2907.                 'DoctrineBundle' => [
  2908.                     'parent' => NULL,
  2909.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle'),
  2910.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2911.                 ],
  2912.                 'SensioFrameworkExtraBundle' => [
  2913.                     'parent' => NULL,
  2914.                     'path' => ($this->targetDirs[3].'/vendor/sensio/framework-extra-bundle'),
  2915.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2916.                 ],
  2917.                 'StofDoctrineExtensionsBundle' => [
  2918.                     'parent' => NULL,
  2919.                     'path' => ($this->targetDirs[3].'/vendor/stof/doctrine-extensions-bundle'),
  2920.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  2921.                 ],
  2922.                 'AsseticBundle' => [
  2923.                     'parent' => NULL,
  2924.                     'path' => ($this->targetDirs[3].'/vendor/symfony/assetic-bundle'),
  2925.                     'namespace' => 'Symfony\\Bundle\\AsseticBundle',
  2926.                 ],
  2927.                 'FOSUserBundle' => [
  2928.                     'parent' => NULL,
  2929.                     'path' => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle'),
  2930.                     'namespace' => 'FOS\\UserBundle',
  2931.                 ],
  2932.                 'BicepsCoreBundle' => [
  2933.                     'parent' => NULL,
  2934.                     'path' => ($this->targetDirs[3].'/src/Biceps/CoreBundle'),
  2935.                     'namespace' => 'Biceps\\CoreBundle',
  2936.                 ],
  2937.                 'BicepsAdminBundle' => [
  2938.                     'parent' => NULL,
  2939.                     'path' => ($this->targetDirs[3].'/src/Biceps/AdminBundle'),
  2940.                     'namespace' => 'Biceps\\AdminBundle',
  2941.                 ],
  2942.                 'BicepsFrontBundle' => [
  2943.                     'parent' => NULL,
  2944.                     'path' => ($this->targetDirs[3].'/src/Biceps/FrontBundle'),
  2945.                     'namespace' => 'Biceps\\FrontBundle',
  2946.                 ],
  2947.                 'BicepsSecurityBundle' => [
  2948.                     'parent' => 'FOSUserBundle',
  2949.                     'path' => ($this->targetDirs[3].'/src/Biceps/SecurityBundle'),
  2950.                     'namespace' => 'Biceps\\SecurityBundle',
  2951.                 ],
  2952.                 'BicepsGeoBundle' => [
  2953.                     'parent' => NULL,
  2954.                     'path' => ($this->targetDirs[3].'/src/Biceps/GeoBundle'),
  2955.                     'namespace' => 'Biceps\\GeoBundle',
  2956.                 ],
  2957.                 'BicepsApiBundle' => [
  2958.                     'parent' => NULL,
  2959.                     'path' => ($this->targetDirs[3].'/src/Biceps/ApiBundle'),
  2960.                     'namespace' => 'Biceps\\ApiBundle',
  2961.                 ],
  2962.                 'BicepsPaymentBundle' => [
  2963.                     'parent' => NULL,
  2964.                     'path' => ($this->targetDirs[3].'/src/Biceps/PaymentBundle'),
  2965.                     'namespace' => 'Biceps\\PaymentBundle',
  2966.                 ],
  2967.                 'WebpackEncoreBundle' => [
  2968.                     'parent' => NULL,
  2969.                     'path' => ($this->targetDirs[3].'/vendor/symfony/webpack-encore-bundle/src'),
  2970.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  2971.                 ],
  2972.                 'BicepsMigrationBundle' => [
  2973.                     'parent' => NULL,
  2974.                     'path' => ($this->targetDirs[3].'/src/Biceps/MigrationBundle'),
  2975.                     'namespace' => 'Biceps\\MigrationBundle',
  2976.                 ],
  2977.                 'DoctrineMigrationsBundle' => [
  2978.                     'parent' => NULL,
  2979.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-migrations-bundle'),
  2980.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2981.                 ],
  2982.                 'DoctrineFixturesBundle' => [
  2983.                     'parent' => NULL,
  2984.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-fixtures-bundle'),
  2985.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  2986.                 ],
  2987.                 'DebugBundle' => [
  2988.                     'parent' => NULL,
  2989.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle'),
  2990.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2991.                 ],
  2992.                 'WebProfilerBundle' => [
  2993.                     'parent' => NULL,
  2994.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle'),
  2995.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2996.                 ],
  2997.                 'SensioDistributionBundle' => [
  2998.                     'parent' => NULL,
  2999.                     'path' => ($this->targetDirs[3].'/vendor/sensio/distribution-bundle'),
  3000.                     'namespace' => 'Sensio\\Bundle\\DistributionBundle',
  3001.                 ],
  3002.                 'SensioGeneratorBundle' => [
  3003.                     'parent' => NULL,
  3004.                     'path' => ($this->targetDirs[3].'/vendor/sensio/generator-bundle'),
  3005.                     'namespace' => 'Sensio\\Bundle\\GeneratorBundle',
  3006.                 ],
  3007.                 'LiipFunctionalTestBundle' => [
  3008.                     'parent' => NULL,
  3009.                     'path' => ($this->targetDirs[3].'/vendor/liip/functional-test-bundle'),
  3010.                     'namespace' => 'Liip\\FunctionalTestBundle',
  3011.                 ],
  3012.                 'NelmioApiDocBundle' => [
  3013.                     'parent' => NULL,
  3014.                     'path' => ($this->targetDirs[3].'/vendor/nelmio/api-doc-bundle'),
  3015.                     'namespace' => 'Nelmio\\ApiDocBundle',
  3016.                 ],
  3017.             ]; break;
  3018.             case 'pdftk_path'$value = ($this->targetDirs[3].'/src/Biceps/CoreBundle/Resources/bin/pdftk'); break;
  3019.             case 'bookmark_directory'$value = ($this->targetDirs[3].'/web/uploads/bookmarks'); break;
  3020.             case 'general_conditions_directory'$value = ($this->targetDirs[3].'/web/uploads/general_conditions/'); break;
  3021.             case 'voucher_template_directory'$value = ($this->targetDirs[3].'/data/uploads/voucher_templates/'); break;
  3022.             case 'receipt_template_directory'$value = ($this->targetDirs[3].'/data/uploads/receipt_templates/'); break;
  3023.             case 'invoice_template_directory'$value = ($this->targetDirs[3].'/data/uploads/invoice_templates/'); break;
  3024.             case 'session.save_path'$value = ($this->targetDirs[0].'/sessions'); break;
  3025.             case 'validator.mapping.cache.file'$value = ($this->targetDirs[0].'/validation.php'); break;
  3026.             case 'translator.default_path'$value = ($this->targetDirs[3].'/translations'); break;
  3027.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDirs[0].'/profiler'); break;
  3028.             case 'debug.container.dump'$value = ($this->targetDirs[0].'/appDevDebugProjectContainer.xml'); break;
  3029.             case 'router.resource'$value = ($this->targetDirs[0].'/assetic/routing.yml'); break;
  3030.             case 'twig.default_path'$value = ($this->targetDirs[3].'/templates'); break;
  3031.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDirs[0].'/swiftmailer/spool/default'); break;
  3032.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDirs[0].'/doctrine/orm/Proxies'); break;
  3033.             case 'assetic.cache_dir'$value = ($this->targetDirs[0].'/assetic'); break;
  3034.             case 'assetic.read_from'$value = ($this->targetDirs[2].'/../web'); break;
  3035.             case 'assetic.write_to'$value = ($this->targetDirs[2].'/../web'); break;
  3036.             case 'biceps_payment.camtPath'$value = ($this->targetDirs[0].'/camt'); break;
  3037.             case 'doctrine_migrations.dir_name'$value = ($this->targetDirs[2].'/DoctrineMigrations'); break;
  3038.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3039.         }
  3040.         $this->loadedDynamicParameters[$name] = true;
  3041.         return $this->dynamicParameters[$name] = $value;
  3042.     }
  3043.     private $normalizedParameterNames = [
  3044.         'saferpay_terminalid' => 'saferpay_terminalId',
  3045.         'payment_testmode' => 'payment_testMode',
  3046.         'alloweddomainregexp' => 'allowedDomainRegexp',
  3047.         'biceps_security.alloweddomainregexp' => 'biceps_security.allowedDomainRegexp',
  3048.         'biceps_payment.testmode' => 'biceps_payment.testMode',
  3049.         'biceps_payment.camtpath' => 'biceps_payment.camtPath',
  3050.     ];
  3051.     private function normalizeParameterName($name)
  3052.     {
  3053.         if (isset($this->normalizedParameterNames[$normalizedName strtolower($name)]) || isset($this->parameters[$normalizedName]) || array_key_exists($normalizedName$this->parameters)) {
  3054.             $normalizedName = isset($this->normalizedParameterNames[$normalizedName]) ? $this->normalizedParameterNames[$normalizedName] : $normalizedName;
  3055.             if ((string) $name !== $normalizedName) {
  3056.                 @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);
  3057.             }
  3058.         } else {
  3059.             $normalizedName $this->normalizedParameterNames[$normalizedName] = (string) $name;
  3060.         }
  3061.         return $normalizedName;
  3062.     }
  3063.     /**
  3064.      * Gets the default parameters.
  3065.      *
  3066.      * @return array An array of the default parameters
  3067.      */
  3068.     protected function getDefaultParameters()
  3069.     {
  3070.         return [
  3071.             'kernel.environment' => 'dev',
  3072.             'kernel.debug' => true,
  3073.             'kernel.name' => 'app',
  3074.             'kernel.bundles' => [
  3075.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3076.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3077.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3078.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3079.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  3080.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3081.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3082.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  3083.                 'AsseticBundle' => 'Symfony\\Bundle\\AsseticBundle\\AsseticBundle',
  3084.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  3085.                 'BicepsCoreBundle' => 'Biceps\\CoreBundle\\BicepsCoreBundle',
  3086.                 'BicepsAdminBundle' => 'Biceps\\AdminBundle\\BicepsAdminBundle',
  3087.                 'BicepsFrontBundle' => 'Biceps\\FrontBundle\\BicepsFrontBundle',
  3088.                 'BicepsSecurityBundle' => 'Biceps\\SecurityBundle\\BicepsSecurityBundle',
  3089.                 'BicepsGeoBundle' => 'Biceps\\GeoBundle\\BicepsGeoBundle',
  3090.                 'BicepsApiBundle' => 'Biceps\\ApiBundle\\BicepsApiBundle',
  3091.                 'BicepsPaymentBundle' => 'Biceps\\PaymentBundle\\BicepsPaymentBundle',
  3092.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  3093.                 'BicepsMigrationBundle' => 'Biceps\\MigrationBundle\\BicepsMigrationBundle',
  3094.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3095.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3096.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3097.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3098.                 'SensioDistributionBundle' => 'Sensio\\Bundle\\DistributionBundle\\SensioDistributionBundle',
  3099.                 'SensioGeneratorBundle' => 'Sensio\\Bundle\\GeneratorBundle\\SensioGeneratorBundle',
  3100.                 'LiipFunctionalTestBundle' => 'Liip\\FunctionalTestBundle\\LiipFunctionalTestBundle',
  3101.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  3102.             ],
  3103.             'kernel.charset' => 'UTF-8',
  3104.             'kernel.container_class' => 'appDevDebugProjectContainer',
  3105.             'database_host' => '127.0.0.1',
  3106.             'database_port' => NULL,
  3107.             'database_name' => 'symfony_biceps_admin',
  3108.             'database_user' => 'symfony_biceps_admin',
  3109.             'database_password' => 'UEAXM7jkjMFCGAxt',
  3110.             'database_typo3_host' => 'web01.swisscenter.com',
  3111.             'database_typo3_port' => 3306,
  3112.             'database_typo3_name' => 'bicepsch_www',
  3113.             'database_typo3_user' => 'bicepsch_www',
  3114.             'database_typo3_password' => 'dhbNsq82Nbad-dUqb',
  3115.             'mailer_transport' => 'smtp',
  3116.             'mailer_host' => 'mail.dev.biceps.ch',
  3117.             'mailer_user' => 'no-reply@dev.biceps.ch',
  3118.             'mailer_password' => '7BHaM-qANq12Lq.aQ',
  3119.             'mailer_port' => 587,
  3120.             'secret' => 'cZNoOsbQiqyTUF+qXMAz3HBOIHGEZoNWoip9jM0aL50=',
  3121.             'google_api_key' => 'AIzaSyC3-y8ZZAJLU3Wui5XPqRKjeRUGfLneWBE',
  3122.             'google_api_sas_key' => 'AIzaSyDj8BXw-196wBRI06mK-8u5xeYQ5Fr6T2U',
  3123.             'mails_sender' => 'no-reply@dev.biceps.ch',
  3124.             'mails_reply_to' => 'info@dev.biceps.ch',
  3125.             'postfinance_pspid' => 'toscanelli_yp',
  3126.             'postfinance_sha_in' => 'yyxcvbnm,.1234564Yv14789gUix1501',
  3127.             'postfinance_sha_out' => 'yyxcvbnm,.1234564Yv14789gUix1502',
  3128.             'saferpay_api_key' => 'API_262592_87081077',
  3129.             'saferpay_secret' => '5d3bhs210A-sA15d3bhs210A-sA1',
  3130.             'saferpay_customer_id' => 262592,
  3131.             'saferpay_terminalId' => 17750565,
  3132.             'saferpay_payment_methods' => 'POSTCARD,POSTFINANCE,MASTERCARD,VISA,TWINT',
  3133.             'postfinance_flex_space' => 38278,
  3134.             'postfinance_flex_user' => 72017,
  3135.             'postfinance_flex_key' => 'W4lAEkHrrN2m3sXY+x2j4FooMRdFdG2ejduHbZe9B84=',
  3136.             'payment_testMode' => true,
  3137.             'invoice_expedition_delay' => 7,
  3138.             'seller_name' => 'Martino Toscanelli',
  3139.             'seller_address1' => 'Biceps.ch',
  3140.             'seller_address2' => '1700 Fribourg',
  3141.             'seller_country' => 'CH',
  3142.             'seller_iban' => 'CH82 3000 0001 1700 1628 4',
  3143.             'seller_account' => '01-162-8',
  3144.             'date_format_locale' => 'fr_CH.UTF-8',
  3145.             'vouchers_duration' => 365,
  3146.             'registration_reminder_delay' => 1,
  3147.             'registration_reminder_repeat' => 5,
  3148.             'registration_reminder_limit' => 3,
  3149.             'registration_remove_delay' => 30,
  3150.             'renewal_reminder_delay' => 14,
  3151.             'renewal_notification_delay' => 14,
  3152.             'renewal_ask_me_later_delay' => 2,
  3153.             'notification_admin_email' => 'report@code-source.ch',
  3154.             'contact_admin_email' => 'report@code-source.ch',
  3155.             'router.request_context.scheme' => 'https',
  3156.             'router.request_context.host' => 'biceps-admin.mat.biceps.ch',
  3157.             'router.request_context.base_url' => '/app_dev.php',
  3158.             'invoice_first_reminder_delay' => 30,
  3159.             'invoice_second_reminder_delay' => 40,
  3160.             'unsent_invoice_alert_delay' => 3,
  3161.             'max_print_try' => 5,
  3162.             'printers_url' => 'http://172.30.0.2:8080/',
  3163.             'max_email_by_account' => 5,
  3164.             'mailjet_apikey_public' => '3e3cf8305eff63be801e673b9be046b8',
  3165.             'mailjet_apikey_private' => 'c9f9d4fde21f9ebc2d8fb1bdb8e2dc3b',
  3166.             'mailjet_list_id' => 3906,
  3167.             'allowedDomainRegexp' => '{^https?://(%s|.*biceps\\.ch)$}i',
  3168.             'payment_manager' => 'postfinance_flex',
  3169.             'biceps_core.twig.gravatar_base_url' => 'https://www.gravatar.com/avatar',
  3170.             'biceps_core.twig.google_maps_base_url' => 'https://www.google.com/maps/embed/v1/place',
  3171.             'biceps_core.emails.password_changed.subject' => 'Votre nouveau mot de passe biceps.ch',
  3172.             'biceps_core.emails.new_account.subject' => 'Votre compte Biceps',
  3173.             'biceps_core.emails.validate_email.subject' => 'Biceps - Validation de votre adresse email',
  3174.             'biceps_core.emails.profile-registration-attempt.subject' => 'Tentative d\'inscription Ã  biceps.ch',
  3175.             'biceps_core.emails.licence-activation.subject' => 'Votre licence biceps.ch a Ã©té activée',
  3176.             'biceps_core.emails.licence-renewing.subject' => 'Votre licence biceps.ch a Ã©té renouvelée',
  3177.             'biceps_core.emails.licence-reactivation.subject' => 'Votre licence biceps.ch a Ã©té réactivée',
  3178.             'biceps_core.emails.licence-deactivation.subject' => 'Votre licence biceps.ch a Ã©té désactivée',
  3179.             'biceps_core.emails.invoice-pdf.subject' => 'Votre facture biceps.ch',
  3180.             'biceps_core.emails.voucher-pdf.subject' => 'Votre bon biceps.ch',
  3181.             'biceps_core.emails.unsent-invoices.subject' => 'Liste des factures non-expédiées',
  3182.             'biceps_core.emails.registration_reminder.subject' => 'Rappel d\'inscription sur biceps.ch',
  3183.             'biceps_core.emails.renewal_reminder.subject' => 'Votre licence biceps.ch va bientôt expirer',
  3184.             'biceps_core.emails.expiration_reminder.subject' => 'Votre licence biceps.ch a expiré',
  3185.             'biceps_core.emails.camt_warnings.subject' => 'Des problèmes de paiement ont Ã©té detectés',
  3186.             'biceps_core.emails.first_reminder_for_registrations.subject' => 'Rappel pour votre facture biceps.ch',
  3187.             'biceps_core.emails.first_reminder_for_users.subject' => 'Rappel pour votre facture biceps.ch',
  3188.             'biceps_core.emails.second_reminder_for_registrations.subject' => '2e rappel pour votre facture biceps.ch',
  3189.             'biceps_core.emails.second_reminder_for_users.subject' => '2e rappel - désactivation de votre licence biceps.ch',
  3190.             'biceps_core.emails.second_reminder_for_users_for_gift.subject' => '2e rappel pour votre facture biceps.ch',
  3191.             'biceps_core.emails.contact-me.subject' => 'Prise de contact depuis l\'administration Biceps',
  3192.             'biceps_core.emails.account-migration.subject' => 'Migration de votre compte',
  3193.             'biceps_core.emails.order-not-found.subject' => 'La commande n\'a pas Ã©té trouvée par notre system',
  3194.             'locale' => 'fr',
  3195.             'fragment.renderer.hinclude.global_template' => NULL,
  3196.             'fragment.path' => '/_fragment',
  3197.             'kernel.secret' => 'cZNoOsbQiqyTUF+qXMAz3HBOIHGEZoNWoip9jM0aL50=',
  3198.             'kernel.http_method_override' => true,
  3199.             'kernel.trusted_hosts' => [
  3200.             ],
  3201.             'kernel.default_locale' => 'fr',
  3202.             'templating.helper.code.file_link_format' => NULL,
  3203.             'debug.file_link_format' => NULL,
  3204.             'session.metadata.storage_key' => '_sf2_meta',
  3205.             'session.storage.options' => [
  3206.                 'cache_limiter' => '0',
  3207.                 'cookie_httponly' => true,
  3208.                 'gc_probability' => 1,
  3209.             ],
  3210.             'session.metadata.update_threshold' => '0',
  3211.             'form.type_extension.csrf.enabled' => true,
  3212.             'form.type_extension.csrf.field_name' => '_token',
  3213.             'asset.request_context.base_path' => '',
  3214.             'asset.request_context.secure' => false,
  3215.             'templating.loader.cache.path' => NULL,
  3216.             'templating.engines' => [
  3217.                 => 'twig',
  3218.             ],
  3219.             'validator.mapping.cache.prefix' => '',
  3220.             'validator.translation_domain' => 'validators',
  3221.             'translator.logging' => true,
  3222.             'profiler_listener.only_exceptions' => false,
  3223.             'profiler_listener.only_master_requests' => false,
  3224.             'debug.error_handler.throw_at' => -1,
  3225.             'router.options.generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator',
  3226.             'router.options.generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator',
  3227.             'router.options.generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper',
  3228.             'router.options.matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher',
  3229.             'router.options.matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher',
  3230.             'router.options.matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper',
  3231.             'router.options.matcher.cache_class' => 'appDevDebugProjectContainerUrlMatcher',
  3232.             'router.options.generator.cache_class' => 'appDevDebugProjectContainerUrlGenerator',
  3233.             'router.cache_class_prefix' => 'appDevDebugProjectContainer',
  3234.             'request_listener.http_port' => 80,
  3235.             'request_listener.https_port' => 443,
  3236.             'security.authentication.trust_resolver.anonymous_class' => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken',
  3237.             'security.authentication.trust_resolver.rememberme_class' => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\RememberMeToken',
  3238.             'security.role_hierarchy.roles' => [
  3239.                 'ROLE_FRONTEND_USER' => [
  3240.                     => 'ROLE_USER',
  3241.                 ],
  3242.                 'ROLE_BACKEND_USER' => [
  3243.                     => 'ROLE_USER',
  3244.                 ],
  3245.                 'ROLE_ACCOUNT_OWNER' => [
  3246.                     => 'ROLE_FRONTEND_USER',
  3247.                 ],
  3248.                 'ROLE_CAN_VIEW_USERS' => [
  3249.                     => 'ROLE_BACKEND_USER',
  3250.                 ],
  3251.                 'ROLE_CAN_EDIT_USERS' => [
  3252.                     => 'ROLE_CAN_VIEW_USERS',
  3253.                 ],
  3254.                 'ROLE_CAN_PRINT_INVOICES' => [
  3255.                     => 'ROLE_BACKEND_USER',
  3256.                 ],
  3257.                 'ROLE_CAN_CREATE_INVOICES' => [
  3258.                     => 'ROLE_CAN_PRINT_INVOICES',
  3259.                 ],
  3260.                 'ROLE_CAN_MANAGE_ADMINS' => [
  3261.                     => 'ROLE_BACKEND_USER',
  3262.                 ],
  3263.                 'ROLE_CAN_VIEW_STATS' => [
  3264.                     => 'ROLE_BACKEND_USER',
  3265.                 ],
  3266.                 'ROLE_CAN_VIEW_OAUTHCLIENTS' => [
  3267.                     => 'ROLE_BACKEND_USER',
  3268.                 ],
  3269.                 'ROLE_CAN_EDIT_OAUTHCLIENTS' => [
  3270.                     => 'ROLE_CAN_VIEW_OAUTHCLIENTS',
  3271.                 ],
  3272.                 'ROLE_CAN_VIEW_BOOKMARKS' => [
  3273.                     => 'ROLE_BACKEND_USER',
  3274.                 ],
  3275.                 'ROLE_CAN_EDIT_BOOKMARKS' => [
  3276.                     => 'ROLE_CAN_VIEW_BOOKMARKS',
  3277.                 ],
  3278.                 'ROLE_SUPER_ADMIN' => [
  3279.                     => 'ROLE_BACKEND_USER',
  3280.                     => 'ROLE_CAN_MANAGE_ADMINS',
  3281.                     => 'ROLE_CAN_EDIT_USERS',
  3282.                     => 'ROLE_CAN_CREATE_INVOICES',
  3283.                     => 'ROLE_CAN_VIEW_STATS',
  3284.                     => 'ROLE_CAN_EDIT_OAUTHCLIENTS',
  3285.                     => 'ROLE_CAN_EDIT_BOOKMARKS',
  3286.                 ],
  3287.             ],
  3288.             'security.access.denied_url' => NULL,
  3289.             'security.authentication.manager.erase_credentials' => true,
  3290.             'security.authentication.session_strategy.strategy' => 'migrate',
  3291.             'security.access.always_authenticate_before_granting' => false,
  3292.             'security.authentication.hide_user_not_found' => true,
  3293.             'twig.exception_listener.controller' => 'twig.controller.exception:showAction',
  3294.             'twig.form.resources' => [
  3295.                 => 'form_div_layout.html.twig',
  3296.                 => 'BicepsCoreBundle:Form:bootstrap_3_layout.html.twig',
  3297.                 => 'BicepsCoreBundle:Form:bootstrap_3_horizontal_layout.html.twig',
  3298.             ],
  3299.             'monolog.use_microseconds' => true,
  3300.             'monolog.swift_mailer.handlers' => [
  3301.             ],
  3302.             'monolog.handlers_to_channels' => [
  3303.                 'monolog.handler.console' => [
  3304.                     'type' => 'exclusive',
  3305.                     'elements' => [
  3306.                         => 'event',
  3307.                         => 'doctrine',
  3308.                     ],
  3309.                 ],
  3310.                 'monolog.handler.main' => [
  3311.                     'type' => 'exclusive',
  3312.                     'elements' => [
  3313.                         => 'event',
  3314.                     ],
  3315.                 ],
  3316.             ],
  3317.             'swiftmailer.mailer.default.transport.name' => 'smtp',
  3318.             'swiftmailer.mailer.default.transport.smtp.encryption' => NULL,
  3319.             'swiftmailer.mailer.default.transport.smtp.port' => 587,
  3320.             'swiftmailer.mailer.default.transport.smtp.host' => 'mail.dev.biceps.ch',
  3321.             'swiftmailer.mailer.default.transport.smtp.username' => 'no-reply@dev.biceps.ch',
  3322.             'swiftmailer.mailer.default.transport.smtp.password' => '7BHaM-qANq12Lq.aQ',
  3323.             'swiftmailer.mailer.default.transport.smtp.auth_mode' => NULL,
  3324.             'swiftmailer.mailer.default.transport.smtp.timeout' => 30,
  3325.             'swiftmailer.mailer.default.transport.smtp.source_ip' => NULL,
  3326.             'swiftmailer.mailer.default.transport.smtp.local_domain' => NULL,
  3327.             'swiftmailer.mailer.default.spool.enabled' => true,
  3328.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  3329.             'swiftmailer.mailer.default.single_address' => 'report@dev.biceps.ch',
  3330.             'swiftmailer.mailer.default.delivery_addresses' => [
  3331.                 => 'report@dev.biceps.ch',
  3332.             ],
  3333.             'swiftmailer.mailer.default.delivery_whitelist' => [
  3334.             ],
  3335.             'swiftmailer.mailer.default.delivery.enabled' => true,
  3336.             'swiftmailer.spool.enabled' => true,
  3337.             'swiftmailer.delivery.enabled' => true,
  3338.             'swiftmailer.single_address' => 'report@dev.biceps.ch',
  3339.             'swiftmailer.mailers' => [
  3340.                 'default' => 'swiftmailer.mailer.default',
  3341.             ],
  3342.             'swiftmailer.default_mailer' => 'default',
  3343.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3344.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  3345.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3346.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  3347.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  3348.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  3349.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  3350.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  3351.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  3352.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3353.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  3354.             'doctrine_cache.memcache.host' => 'localhost',
  3355.             'doctrine_cache.memcache.port' => 11211,
  3356.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3357.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  3358.             'doctrine_cache.memcached.host' => 'localhost',
  3359.             'doctrine_cache.memcached.port' => 11211,
  3360.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  3361.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  3362.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  3363.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  3364.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  3365.             'doctrine_cache.predis.scheme' => 'tcp',
  3366.             'doctrine_cache.predis.host' => 'localhost',
  3367.             'doctrine_cache.predis.port' => 6379,
  3368.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3369.             'doctrine_cache.redis.connection.class' => 'Redis',
  3370.             'doctrine_cache.redis.host' => 'localhost',
  3371.             'doctrine_cache.redis.port' => 6379,
  3372.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  3373.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  3374.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  3375.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  3376.             'doctrine_cache.riak.host' => 'localhost',
  3377.             'doctrine_cache.riak.port' => 8087,
  3378.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  3379.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  3380.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  3381.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3382.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3383.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3384.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  3385.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  3386.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  3387.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  3388.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3389.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3390.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3391.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3392.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3393.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3394.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3395.             'doctrine.entity_managers' => [
  3396.                 'default' => 'doctrine.orm.default_entity_manager',
  3397.             ],
  3398.             'doctrine.default_entity_manager' => 'default',
  3399.             'doctrine.dbal.connection_factory.types' => [
  3400.             ],
  3401.             'doctrine.connections' => [
  3402.                 'default' => 'doctrine.dbal.default_connection',
  3403.                 'typo3' => 'doctrine.dbal.typo3_connection',
  3404.             ],
  3405.             'doctrine.default_connection' => 'default',
  3406.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3407.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3408.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3409.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3410.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3411.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3412.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3413.             'doctrine.orm.cache.memcache_port' => 11211,
  3414.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3415.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3416.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3417.             'doctrine.orm.cache.memcached_port' => 11211,
  3418.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3419.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3420.             'doctrine.orm.cache.redis_host' => 'localhost',
  3421.             'doctrine.orm.cache.redis_port' => 6379,
  3422.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3423.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3424.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3425.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3426.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3427.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3428.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3429.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3430.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3431.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3432.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3433.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3434.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3435.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3436.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3437.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3438.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3439.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3440.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3441.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3442.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3443.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3444.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3445.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3446.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3447.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3448.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3449.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3450.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3451.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3452.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3453.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  3454.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  3455.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  3456.             'stof_doctrine_extensions.event_listener.blame.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\BlameListener',
  3457.             'stof_doctrine_extensions.default_locale' => 'en',
  3458.             'stof_doctrine_extensions.translation_fallback' => false,
  3459.             'stof_doctrine_extensions.persist_default_translation' => false,
  3460.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  3461.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  3462.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  3463.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  3464.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  3465.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  3466.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  3467.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  3468.             'assetic.asset_factory.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\AssetFactory',
  3469.             'assetic.asset_manager.class' => 'Assetic\\Factory\\LazyAssetManager',
  3470.             'assetic.asset_manager_cache_warmer.class' => 'Symfony\\Bundle\\AsseticBundle\\CacheWarmer\\AssetManagerCacheWarmer',
  3471.             'assetic.cached_formula_loader.class' => 'Assetic\\Factory\\Loader\\CachedFormulaLoader',
  3472.             'assetic.config_cache.class' => 'Assetic\\Cache\\ConfigCache',
  3473.             'assetic.config_loader.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\Loader\\ConfigurationLoader',
  3474.             'assetic.config_resource.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\Resource\\ConfigurationResource',
  3475.             'assetic.coalescing_directory_resource.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\Resource\\CoalescingDirectoryResource',
  3476.             'assetic.directory_resource.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\Resource\\DirectoryResource',
  3477.             'assetic.filter_manager.class' => 'Symfony\\Bundle\\AsseticBundle\\FilterManager',
  3478.             'assetic.worker.ensure_filter.class' => 'Assetic\\Factory\\Worker\\EnsureFilterWorker',
  3479.             'assetic.worker.cache_busting.class' => 'Assetic\\Factory\\Worker\\CacheBustingWorker',
  3480.             'assetic.value_supplier.class' => 'Symfony\\Bundle\\AsseticBundle\\DefaultValueSupplier',
  3481.             'assetic.node.paths' => [
  3482.             ],
  3483.             'assetic.bundles' => [
  3484.                 => 'FrameworkBundle',
  3485.                 => 'SecurityBundle',
  3486.                 => 'TwigBundle',
  3487.                 => 'MonologBundle',
  3488.                 => 'SwiftmailerBundle',
  3489.                 => 'DoctrineBundle',
  3490.                 => 'SensioFrameworkExtraBundle',
  3491.                 => 'StofDoctrineExtensionsBundle',
  3492.                 => 'AsseticBundle',
  3493.                 => 'FOSUserBundle',
  3494.                 10 => 'BicepsCoreBundle',
  3495.                 11 => 'BicepsAdminBundle',
  3496.                 12 => 'BicepsFrontBundle',
  3497.                 13 => 'BicepsSecurityBundle',
  3498.                 14 => 'BicepsGeoBundle',
  3499.                 15 => 'BicepsApiBundle',
  3500.                 16 => 'BicepsPaymentBundle',
  3501.                 17 => 'WebpackEncoreBundle',
  3502.                 18 => 'BicepsMigrationBundle',
  3503.                 19 => 'DoctrineMigrationsBundle',
  3504.                 20 => 'DoctrineFixturesBundle',
  3505.                 21 => 'DebugBundle',
  3506.                 22 => 'WebProfilerBundle',
  3507.                 23 => 'SensioDistributionBundle',
  3508.                 24 => 'SensioGeneratorBundle',
  3509.                 25 => 'LiipFunctionalTestBundle',
  3510.                 26 => 'NelmioApiDocBundle',
  3511.             ],
  3512.             'assetic.twig_extension.class' => 'Symfony\\Bundle\\AsseticBundle\\Twig\\AsseticExtension',
  3513.             'assetic.twig_formula_loader.class' => 'Assetic\\Extension\\Twig\\TwigFormulaLoader',
  3514.             'assetic.helper.dynamic.class' => 'Symfony\\Bundle\\AsseticBundle\\Templating\\DynamicAsseticHelper',
  3515.             'assetic.helper.static.class' => 'Symfony\\Bundle\\AsseticBundle\\Templating\\StaticAsseticHelper',
  3516.             'assetic.php_formula_loader.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\Loader\\AsseticHelperFormulaLoader',
  3517.             'assetic.debug' => true,
  3518.             'assetic.use_controller' => true,
  3519.             'assetic.enable_profiler' => false,
  3520.             'assetic.variables' => [
  3521.             ],
  3522.             'assetic.java.bin' => '/usr/bin/java',
  3523.             'assetic.node.bin' => '/usr/bin/node',
  3524.             'assetic.ruby.bin' => '/usr/bin/ruby',
  3525.             'assetic.sass.bin' => '/usr/bin/sass',
  3526.             'assetic.reactjsx.bin' => '/usr/bin/jsx',
  3527.             'assetic.filter.cssrewrite.class' => 'Assetic\\Filter\\CssRewriteFilter',
  3528.             'assetic.filter.scssphp.class' => 'Assetic\\Filter\\ScssphpFilter',
  3529.             'assetic.filter.scssphp.import_paths' => [
  3530.             ],
  3531.             'assetic.filter.scssphp.compass' => false,
  3532.             'assetic.filter.scssphp.variables' => [
  3533.             ],
  3534.             'assetic.filter.scssphp.formatter' => 'Leafo\\ScssPhp\\Formatter\\Compressed',
  3535.             'assetic.twig_extension.functions' => [
  3536.             ],
  3537.             'assetic.controller.class' => 'Symfony\\Bundle\\AsseticBundle\\Controller\\AsseticController',
  3538.             'assetic.routing_loader.class' => 'Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader',
  3539.             'assetic.cache.class' => 'Assetic\\Cache\\FilesystemCache',
  3540.             'assetic.use_controller_worker.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\Worker\\UseControllerWorker',
  3541.             'assetic.request_listener.class' => 'Symfony\\Bundle\\AsseticBundle\\EventListener\\RequestListener',
  3542.             'fos_user.backend_type_orm' => true,
  3543.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  3544.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  3545.             'fos_user.resetting.email.template' => 'BicepsSecurityBundle:Email:password_resetting.email.twig',
  3546.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  3547.             'fos_user.storage' => 'orm',
  3548.             'fos_user.firewall_name' => 'main',
  3549.             'fos_user.model_manager_name' => NULL,
  3550.             'fos_user.model.user.class' => 'Biceps\\CoreBundle\\Entity\\Account',
  3551.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  3552.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  3553.             'fos_user.profile.form.validation_groups' => [
  3554.                 => 'Profile',
  3555.                 => 'Default',
  3556.             ],
  3557.             'fos_user.registration.confirmation.from_email' => [
  3558.                 'no-reply@dev.biceps.ch' => 'Biceps Admin',
  3559.             ],
  3560.             'fos_user.registration.confirmation.enabled' => false,
  3561.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  3562.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  3563.             'fos_user.registration.form.validation_groups' => [
  3564.                 => 'Registration',
  3565.                 => 'Default',
  3566.             ],
  3567.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  3568.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  3569.             'fos_user.change_password.form.validation_groups' => [
  3570.                 => 'ChangePassword',
  3571.                 => 'Default',
  3572.             ],
  3573.             'fos_user.resetting.email.from_email' => [
  3574.                 'no-reply@dev.biceps.ch' => 'Biceps Admin',
  3575.             ],
  3576.             'fos_user.resetting.retry_ttl' => 7200,
  3577.             'fos_user.resetting.token_ttl' => 86400,
  3578.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  3579.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  3580.             'fos_user.resetting.form.validation_groups' => [
  3581.                 => 'ResetPassword',
  3582.                 => 'Default',
  3583.             ],
  3584.             'biceps_security.allowedDomainRegexp' => '{^https?://(%s|.*biceps\\.ch)$}i',
  3585.             'biceps_geo.google_geocoder_base_url' => 'https://maps.googleapis.com/maps/api/geocode/json',
  3586.             'biceps_payment.url.home' => 'biceps_front_homepage',
  3587.             'biceps_payment.url.accept' => 'biceps_payment_accept',
  3588.             'biceps_payment.url.decline' => 'biceps_payment_decline',
  3589.             'biceps_payment.url.exception' => 'biceps_payment_exception',
  3590.             'biceps_payment.url.cancel' => 'biceps_payment_cancel',
  3591.             'biceps_payment.testMode' => true,
  3592.             'doctrine_migrations.namespace' => 'Application\\Migrations',
  3593.             'doctrine_migrations.table_name' => 'migration_versions',
  3594.             'doctrine_migrations.name' => 'Application Migrations',
  3595.             'doctrine_migrations.custom_template' => NULL,
  3596.             'doctrine_migrations.organize_migrations' => false,
  3597.             'web_profiler.debug_toolbar.position' => 'bottom',
  3598.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3599.             'web_profiler.debug_toolbar.mode' => 2,
  3600.             'liip_functional_test.cache_sqlite_db' => false,
  3601.             'liip_functional_test.command_verbosity' => 'normal',
  3602.             'liip_functional_test.command_decoration' => true,
  3603.             'liip_functional_test.query.max_query_count' => NULL,
  3604.             'liip_functional_test.authentication.username' => '',
  3605.             'liip_functional_test.authentication.password' => '',
  3606.             'liip_functional_test.html5validation.url' => 'https://validator.nu/',
  3607.             'liip_functional_test.html5validation.ignores' => [
  3608.             ],
  3609.             'liip_functional_test.html5validation.ignores_extract' => [
  3610.             ],
  3611.             'liip_functional_test.paratest.process' => 5,
  3612.             'liip_functional_test.paratest.phpunit' => './bin/phpunit',
  3613.             'nelmio_api_doc.areas' => [
  3614.                 => 'default',
  3615.             ],
  3616.             'data_collector.templates' => [
  3617.                 'data_collector.request' => [
  3618.                     => 'request',
  3619.                     => '@WebProfiler/Collector/request.html.twig',
  3620.                 ],
  3621.                 'data_collector.time' => [
  3622.                     => 'time',
  3623.                     => '@WebProfiler/Collector/time.html.twig',
  3624.                 ],
  3625.                 'data_collector.memory' => [
  3626.                     => 'memory',
  3627.                     => '@WebProfiler/Collector/memory.html.twig',
  3628.                 ],
  3629.                 'data_collector.validator' => [
  3630.                     => 'validator',
  3631.                     => '@WebProfiler/Collector/validator.html.twig',
  3632.                 ],
  3633.                 'data_collector.ajax' => [
  3634.                     => 'ajax',
  3635.                     => '@WebProfiler/Collector/ajax.html.twig',
  3636.                 ],
  3637.                 'data_collector.form' => [
  3638.                     => 'form',
  3639.                     => '@WebProfiler/Collector/form.html.twig',
  3640.                 ],
  3641.                 'data_collector.exception' => [
  3642.                     => 'exception',
  3643.                     => '@WebProfiler/Collector/exception.html.twig',
  3644.                 ],
  3645.                 'data_collector.logger' => [
  3646.                     => 'logger',
  3647.                     => '@WebProfiler/Collector/logger.html.twig',
  3648.                 ],
  3649.                 'data_collector.events' => [
  3650.                     => 'events',
  3651.                     => '@WebProfiler/Collector/events.html.twig',
  3652.                 ],
  3653.                 'data_collector.router' => [
  3654.                     => 'router',
  3655.                     => '@WebProfiler/Collector/router.html.twig',
  3656.                 ],
  3657.                 'data_collector.cache' => [
  3658.                     => 'cache',
  3659.                     => '@WebProfiler/Collector/cache.html.twig',
  3660.                 ],
  3661.                 'data_collector.translation' => [
  3662.                     => 'translation',
  3663.                     => '@WebProfiler/Collector/translation.html.twig',
  3664.                 ],
  3665.                 'data_collector.security' => [
  3666.                     => 'security',
  3667.                     => '@Security/Collector/security.html.twig',
  3668.                 ],
  3669.                 'data_collector.twig' => [
  3670.                     => 'twig',
  3671.                     => '@WebProfiler/Collector/twig.html.twig',
  3672.                 ],
  3673.                 'data_collector.doctrine' => [
  3674.                     => 'db',
  3675.                     => '@Doctrine/Collector/db.html.twig',
  3676.                 ],
  3677.                 'swiftmailer.data_collector' => [
  3678.                     => 'swiftmailer',
  3679.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  3680.                 ],
  3681.                 'data_collector.dump' => [
  3682.                     => 'dump',
  3683.                     => '@Debug/Profiler/dump.html.twig',
  3684.                 ],
  3685.                 'data_collector.config' => [
  3686.                     => 'config',
  3687.                     => '@WebProfiler/Collector/config.html.twig',
  3688.                 ],
  3689.             ],
  3690.             'console.command.ids' => [
  3691.                 'console.command.symfony_bundle_frameworkbundle_command_aboutcommand' => 'console.command.about',
  3692.                 'console.command.symfony_bundle_frameworkbundle_command_assetsinstallcommand' => 'console.command.assets_install',
  3693.                 'console.command.symfony_bundle_frameworkbundle_command_cacheclearcommand' => 'console.command.cache_clear',
  3694.                 'console.command.symfony_bundle_frameworkbundle_command_cachepoolclearcommand' => 'console.command.cache_pool_clear',
  3695.                 'console.command.symfony_bundle_frameworkbundle_command_cachepoolprunecommand' => 'console.command.cache_pool_prune',
  3696.                 'console.command.symfony_bundle_frameworkbundle_command_cachewarmupcommand' => 'console.command.cache_warmup',
  3697.                 'console.command.symfony_bundle_frameworkbundle_command_configdebugcommand' => 'console.command.config_debug',
  3698.                 'console.command.symfony_bundle_frameworkbundle_command_configdumpreferencecommand' => 'console.command.config_dump_reference',
  3699.                 'console.command.symfony_bundle_frameworkbundle_command_containerdebugcommand' => 'console.command.container_debug',
  3700.                 'console.command.symfony_bundle_frameworkbundle_command_debugautowiringcommand' => 'console.command.debug_autowiring',
  3701.                 'console.command.symfony_bundle_frameworkbundle_command_eventdispatcherdebugcommand' => 'console.command.event_dispatcher_debug',
  3702.                 'console.command.symfony_bundle_frameworkbundle_command_routerdebugcommand' => 'console.command.router_debug',
  3703.                 'console.command.symfony_bundle_frameworkbundle_command_routermatchcommand' => 'console.command.router_match',
  3704.                 'console.command.symfony_bundle_frameworkbundle_command_translationdebugcommand' => 'console.command.translation_debug',
  3705.                 'console.command.symfony_bundle_frameworkbundle_command_translationupdatecommand' => 'console.command.translation_update',
  3706.                 'console.command.symfony_bundle_frameworkbundle_command_xlifflintcommand' => 'console.command.xliff_lint',
  3707.                 'console.command.symfony_bundle_frameworkbundle_command_yamllintcommand' => 'console.command.yaml_lint',
  3708.                 'console.command.symfony_component_form_command_debugcommand' => 'console.command.form_debug',
  3709.                 'console.command.symfony_bundle_securitybundle_command_userpasswordencodercommand' => 'security.command.user_password_encoder',
  3710.                 'console.command.symfony_bridge_twig_command_debugcommand' => 'twig.command.debug',
  3711.                 'console.command.symfony_bundle_twigbundle_command_lintcommand' => 'twig.command.lint',
  3712.                 'console.command.symfony_bundle_swiftmailerbundle_command_debugcommand' => 'swiftmailer.command.debug',
  3713.                 'console.command.symfony_bundle_swiftmailerbundle_command_newemailcommand' => 'swiftmailer.command.new_email',
  3714.                 'console.command.symfony_bundle_swiftmailerbundle_command_sendemailcommand' => 'swiftmailer.command.send_email',
  3715.                 'console.command.doctrine_bundle_doctrinecachebundle_command_containscommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_containscommand',
  3716.                 'console.command.doctrine_bundle_doctrinecachebundle_command_deletecommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_deletecommand',
  3717.                 'console.command.doctrine_bundle_doctrinecachebundle_command_flushcommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_flushcommand',
  3718.                 'console.command.doctrine_bundle_doctrinecachebundle_command_statscommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_statscommand',
  3719.                 'console.command.doctrine_bundle_doctrinebundle_command_createdatabasedoctrinecommand' => 'doctrine.database_create_command',
  3720.                 'console.command.doctrine_bundle_doctrinebundle_command_dropdatabasedoctrinecommand' => 'doctrine.database_drop_command',
  3721.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_importdoctrinecommand' => 'doctrine.database_import_command',
  3722.                 'console.command.doctrine_bundle_doctrinebundle_command_generateentitiesdoctrinecommand' => 'doctrine.generate_entities_command',
  3723.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_runsqldoctrinecommand' => 'doctrine.query_sql_command',
  3724.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_clearmetadatacachedoctrinecommand' => 'doctrine.cache_clear_metadata_command',
  3725.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_clearquerycachedoctrinecommand' => 'doctrine.cache_clear_query_cache_command',
  3726.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_clearresultcachedoctrinecommand' => 'doctrine.cache_clear_result_command',
  3727.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_collectionregiondoctrinecommand' => 'doctrine.cache_collection_region_command',
  3728.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_convertmappingdoctrinecommand' => 'doctrine.mapping_convert_command',
  3729.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_createschemadoctrinecommand' => 'doctrine.schema_create_command',
  3730.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_dropschemadoctrinecommand' => 'doctrine.schema_drop_command',
  3731.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_ensureproductionsettingsdoctrinecommand' => 'doctrine.ensure_production_settings_command',
  3732.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_entityregioncachedoctrinecommand' => 'doctrine.clear_entity_region_command',
  3733.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_infodoctrinecommand' => 'doctrine.mapping_info_command',
  3734.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_queryregioncachedoctrinecommand' => 'doctrine.clear_query_region_command',
  3735.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_rundqldoctrinecommand' => 'doctrine.query_dql_command',
  3736.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_updateschemadoctrinecommand' => 'doctrine.schema_update_command',
  3737.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_validateschemacommand' => 'doctrine.schema_validate_command',
  3738.                 'console.command.doctrine_bundle_doctrinebundle_command_importmappingdoctrinecommand' => 'doctrine.mapping_import_command',
  3739.                 'console.command.fos_userbundle_command_activateusercommand' => 'fos_user.command.activate_user',
  3740.                 'console.command.fos_userbundle_command_changepasswordcommand' => 'fos_user.command.change_password',
  3741.                 'console.command.fos_userbundle_command_createusercommand' => 'fos_user.command.create_user',
  3742.                 'console.command.fos_userbundle_command_deactivateusercommand' => 'fos_user.command.deactivate_user',
  3743.                 'console.command.fos_userbundle_command_demoteusercommand' => 'fos_user.command.demote_user',
  3744.                 'console.command.fos_userbundle_command_promoteusercommand' => 'fos_user.command.promote_user',
  3745.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsdiffdoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsdiffdoctrinecommand',
  3746.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsexecutedoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsexecutedoctrinecommand',
  3747.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsgeneratedoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsgeneratedoctrinecommand',
  3748.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationslatestdoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationslatestdoctrinecommand',
  3749.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsmigratedoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsmigratedoctrinecommand',
  3750.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsstatusdoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsstatusdoctrinecommand',
  3751.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsversiondoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsversiondoctrinecommand',
  3752.                 'console.command.doctrine_bundle_fixturesbundle_command_loaddatafixturesdoctrinecommand' => 'doctrine.fixtures_load_command',
  3753.                 'console.command.sensiolabs_security_command_securitycheckercommand' => 'sensio_distribution.security_checker.command',
  3754.                 'console.command.liip_functionaltestbundle_command_runparatestcommand' => 'console.command.liip_functionaltestbundle_command_runparatestcommand',
  3755.                 'console.command.liip_functionaltestbundle_command_testcommand' => 'console.command.liip_functionaltestbundle_command_testcommand',
  3756.             ],
  3757.             'console.lazy_command.ids' => [
  3758.                 'console.command.about' => true,
  3759.                 'console.command.assets_install' => true,
  3760.                 'console.command.cache_clear' => true,
  3761.                 'console.command.cache_pool_clear' => true,
  3762.                 'console.command.cache_pool_prune' => true,
  3763.                 'console.command.cache_warmup' => true,
  3764.                 'console.command.config_debug' => true,
  3765.                 'console.command.config_dump_reference' => true,
  3766.                 'console.command.container_debug' => true,
  3767.                 'console.command.debug_autowiring' => true,
  3768.                 'console.command.event_dispatcher_debug' => true,
  3769.                 'console.command.router_debug' => true,
  3770.                 'console.command.router_match' => true,
  3771.                 'console.command.translation_debug' => true,
  3772.                 'console.command.translation_update' => true,
  3773.                 'console.command.xliff_lint' => true,
  3774.                 'console.command.yaml_lint' => true,
  3775.                 'console.command.form_debug' => true,
  3776.                 'security.command.user_password_encoder' => true,
  3777.                 'twig.command.debug' => true,
  3778.                 'twig.command.lint' => true,
  3779.                 'swiftmailer.command.debug' => true,
  3780.                 'swiftmailer.command.new_email' => true,
  3781.                 'swiftmailer.command.send_email' => true,
  3782.                 'doctrine.database_create_command' => true,
  3783.                 'doctrine.database_drop_command' => true,
  3784.                 'doctrine.database_import_command' => true,
  3785.                 'doctrine.generate_entities_command' => true,
  3786.                 'doctrine.query_sql_command' => true,
  3787.                 'doctrine.cache_clear_metadata_command' => true,
  3788.                 'doctrine.cache_clear_query_cache_command' => true,
  3789.                 'doctrine.cache_clear_result_command' => true,
  3790.                 'doctrine.cache_collection_region_command' => true,
  3791.                 'doctrine.mapping_convert_command' => true,
  3792.                 'doctrine.schema_create_command' => true,
  3793.                 'doctrine.schema_drop_command' => true,
  3794.                 'doctrine.ensure_production_settings_command' => true,
  3795.                 'doctrine.clear_entity_region_command' => true,
  3796.                 'doctrine.mapping_info_command' => true,
  3797.                 'doctrine.clear_query_region_command' => true,
  3798.                 'doctrine.query_dql_command' => true,
  3799.                 'doctrine.schema_update_command' => true,
  3800.                 'doctrine.schema_validate_command' => true,
  3801.                 'doctrine.mapping_import_command' => true,
  3802.                 'fos_user.command.activate_user' => true,
  3803.                 'fos_user.command.change_password' => true,
  3804.                 'fos_user.command.create_user' => true,
  3805.                 'fos_user.command.deactivate_user' => true,
  3806.                 'fos_user.command.demote_user' => true,
  3807.                 'fos_user.command.promote_user' => true,
  3808.                 'doctrine.fixtures_load_command' => true,
  3809.                 'sensio_distribution.security_checker.command' => true,
  3810.             ],
  3811.         ];
  3812.     }
  3813. }