var/cache/dev/ContainerYc4t7p0/appDevDebugProjectContainer.php line 864

Open in your IDE?
  1. <?php
  2. namespace ContainerYc4t7p0;
  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.             '1_arraycache~h4ur4yo' => '1_ArrayCache~h4ur4yo',
  34.             'apiplatform\\core\\api\\iriconverterinterface' => 'ApiPlatform\\Core\\Api\\IriConverterInterface',
  35.             'apiplatform\\core\\api\\urlgeneratorinterface' => 'ApiPlatform\\Core\\Api\\UrlGeneratorInterface',
  36.             'apiplatform\\core\\bridge\\doctrine\\orm\\extension\\eagerloadingextension' => 'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\EagerLoadingExtension',
  37.             'apiplatform\\core\\bridge\\doctrine\\orm\\extension\\filtereagerloadingextension' => 'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\FilterEagerLoadingExtension',
  38.             'apiplatform\\core\\bridge\\doctrine\\orm\\extension\\filterextension' => 'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\FilterExtension',
  39.             'apiplatform\\core\\bridge\\doctrine\\orm\\extension\\orderextension' => 'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\OrderExtension',
  40.             'apiplatform\\core\\bridge\\doctrine\\orm\\extension\\paginationextension' => 'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\PaginationExtension',
  41.             'apiplatform\\core\\datapersister\\datapersisterinterface' => 'ApiPlatform\\Core\\DataPersister\\DataPersisterInterface',
  42.             'apiplatform\\core\\dataprovider\\collectiondataproviderinterface' => 'ApiPlatform\\Core\\DataProvider\\CollectionDataProviderInterface',
  43.             'apiplatform\\core\\dataprovider\\itemdataproviderinterface' => 'ApiPlatform\\Core\\DataProvider\\ItemDataProviderInterface',
  44.             'apiplatform\\core\\dataprovider\\subresourcedataproviderinterface' => 'ApiPlatform\\Core\\DataProvider\\SubresourceDataProviderInterface',
  45.             'apiplatform\\core\\metadata\\property\\factory\\propertymetadatafactoryinterface' => 'ApiPlatform\\Core\\Metadata\\Property\\Factory\\PropertyMetadataFactoryInterface',
  46.             'apiplatform\\core\\metadata\\property\\factory\\propertynamecollectionfactoryinterface' => 'ApiPlatform\\Core\\Metadata\\Property\\Factory\\PropertyNameCollectionFactoryInterface',
  47.             'apiplatform\\core\\metadata\\resource\\factory\\resourcemetadatafactoryinterface' => 'ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceMetadataFactoryInterface',
  48.             'apiplatform\\core\\metadata\\resource\\factory\\resourcenamecollectionfactoryinterface' => 'ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceNameCollectionFactoryInterface',
  49.             'apiplatform\\core\\security\\resourceaccesscheckerinterface' => 'ApiPlatform\\Core\\Security\\ResourceAccessCheckerInterface',
  50.             'apiplatform\\core\\serializer\\serializercontextbuilderinterface' => 'ApiPlatform\\Core\\Serializer\\SerializerContextBuilderInterface',
  51.             'apiplatform\\core\\validator\\validatorinterface' => 'ApiPlatform\\Core\\Validator\\ValidatorInterface',
  52.             'appbundle\\eventlistener\\resourcelistener' => 'AppBundle\\EventListener\\ResourceListener',
  53.             'appbundle\\eventlistener\\thumbnaillistener' => 'AppBundle\\EventListener\\ThumbnailListener',
  54.             'appbundle\\form\\extension\\thumbnailextension' => 'AppBundle\\Form\\Extension\\ThumbnailExtension',
  55.             'lexik\\bundle\\jwtauthenticationbundle\\encoder\\jwtencoderinterface' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Encoder\\JWTEncoderInterface',
  56.             'lexik\\bundle\\jwtauthenticationbundle\\security\\http\\authentication\\authenticationfailurehandler' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Http\\Authentication\\AuthenticationFailureHandler',
  57.             'lexik\\bundle\\jwtauthenticationbundle\\security\\http\\authentication\\authenticationsuccesshandler' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Http\\Authentication\\AuthenticationSuccessHandler',
  58.             'lexik\\bundle\\jwtauthenticationbundle\\services\\jwsprovider\\jwsproviderinterface' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWSProvider\\JWSProviderInterface',
  59.             'lexik\\bundle\\jwtauthenticationbundle\\services\\jwttokeninterface' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenInterface',
  60.             'lexik\\bundle\\jwtauthenticationbundle\\services\\jwttokenmanagerinterface' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenManagerInterface',
  61.             'lexik\\bundle\\jwtauthenticationbundle\\tokenextractor\\tokenextractorinterface' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\TokenExtractor\\TokenExtractorInterface',
  62.             'symfony\\bundle\\frameworkbundle\\controller\\redirectcontroller' => 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController',
  63.             'symfony\\bundle\\frameworkbundle\\controller\\templatecontroller' => 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController',
  64.         ];
  65.         $this->syntheticIds = [
  66.             'kernel' => true,
  67.         ];
  68.         $this->methodMap = [
  69.             'ApiPlatform\\Core\\Api\\IriConverterInterface' => 'getIriConverterInterfaceService',
  70.             'ApiPlatform\\Core\\Api\\UrlGeneratorInterface' => 'getUrlGeneratorInterfaceService',
  71.             'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\EagerLoadingExtension' => 'getEagerLoadingExtensionService',
  72.             'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\FilterEagerLoadingExtension' => 'getFilterEagerLoadingExtensionService',
  73.             'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\FilterExtension' => 'getFilterExtensionService',
  74.             'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\OrderExtension' => 'getOrderExtensionService',
  75.             'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\PaginationExtension' => 'getPaginationExtensionService',
  76.             'ApiPlatform\\Core\\Metadata\\Property\\Factory\\PropertyMetadataFactoryInterface' => 'getPropertyMetadataFactoryInterfaceService',
  77.             'ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceMetadataFactoryInterface' => 'getResourceMetadataFactoryInterfaceService',
  78.             'ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceNameCollectionFactoryInterface' => 'getResourceNameCollectionFactoryInterfaceService',
  79.             'ApiPlatform\\Core\\Security\\ResourceAccessCheckerInterface' => 'getResourceAccessCheckerInterfaceService',
  80.             'ApiPlatform\\Core\\Serializer\\SerializerContextBuilderInterface' => 'getSerializerContextBuilderInterfaceService',
  81.             'annotation_reader' => 'getAnnotationReaderService',
  82.             'annotations.reader' => 'getAnnotations_ReaderService',
  83.             'api_platform.cache.identifiers_extractor' => 'getApiPlatform_Cache_IdentifiersExtractorService',
  84.             'api_platform.cache.metadata.property' => 'getApiPlatform_Cache_Metadata_PropertyService',
  85.             'api_platform.cache.metadata.resource' => 'getApiPlatform_Cache_Metadata_ResourceService',
  86.             'api_platform.cache.route_name_resolver' => 'getApiPlatform_Cache_RouteNameResolverService',
  87.             'api_platform.cache.subresource_operation_factory' => 'getApiPlatform_Cache_SubresourceOperationFactoryService',
  88.             'api_platform.collection_data_provider' => 'getApiPlatform_CollectionDataProviderService',
  89.             'api_platform.filter_locator' => 'getApiPlatform_FilterLocatorService',
  90.             'api_platform.http_cache.listener.response.configure' => 'getApiPlatform_HttpCache_Listener_Response_ConfigureService',
  91.             'api_platform.identifiers_extractor.cached' => 'getApiPlatform_IdentifiersExtractor_CachedService',
  92.             'api_platform.item_data_provider' => 'getApiPlatform_ItemDataProviderService',
  93.             'api_platform.listener.request.add_format' => 'getApiPlatform_Listener_Request_AddFormatService',
  94.             'api_platform.listener.request.deserialize' => 'getApiPlatform_Listener_Request_DeserializeService',
  95.             'api_platform.listener.request.read' => 'getApiPlatform_Listener_Request_ReadService',
  96.             'api_platform.metadata.extractor.xml' => 'getApiPlatform_Metadata_Extractor_XmlService',
  97.             'api_platform.metadata.extractor.yaml' => 'getApiPlatform_Metadata_Extractor_YamlService',
  98.             'api_platform.metadata.property.name_collection_factory' => 'getApiPlatform_Metadata_Property_NameCollectionFactoryService',
  99.             'api_platform.operation_path_resolver.custom' => 'getApiPlatform_OperationPathResolver_CustomService',
  100.             'api_platform.path_segment_name_generator' => 'getApiPlatform_PathSegmentNameGeneratorService',
  101.             'api_platform.resource_class_resolver' => 'getApiPlatform_ResourceClassResolverService',
  102.             'api_platform.security.listener.request.deny_access' => 'getApiPlatform_Security_Listener_Request_DenyAccessService',
  103.             'api_platform.subresource_data_provider' => 'getApiPlatform_SubresourceDataProviderService',
  104.             'api_platform.subresource_operation_factory.cached' => 'getApiPlatform_SubresourceOperationFactory_CachedService',
  105.             'api_platform.swagger.listener.ui' => 'getApiPlatform_Swagger_Listener_UiService',
  106.             'api_platform.swagger.normalizer.api_gateway' => 'getApiPlatform_Swagger_Normalizer_ApiGatewayService',
  107.             'assets.context' => 'getAssets_ContextService',
  108.             'assets.packages' => 'getAssets_PackagesService',
  109.             'cache.annotations' => 'getCache_AnnotationsService',
  110.             'cache.app' => 'getCache_AppService',
  111.             'cache.doctrine.orm.default.metadata' => 'getCache_Doctrine_Orm_Default_MetadataService',
  112.             'cache.doctrine.orm.default.query' => 'getCache_Doctrine_Orm_Default_QueryService',
  113.             'cache.doctrine.orm.default.result' => 'getCache_Doctrine_Orm_Default_ResultService',
  114.             'cache.serializer' => 'getCache_SerializerService',
  115.             'cache.system' => 'getCache_SystemService',
  116.             'cache.validator' => 'getCache_ValidatorService',
  117.             'config_cache_factory' => 'getConfigCacheFactoryService',
  118.             'controller_name_converter' => 'getControllerNameConverterService',
  119.             'data_collector.dump' => 'getDataCollector_DumpService',
  120.             'data_collector.form' => 'getDataCollector_FormService',
  121.             'data_collector.form.extractor' => 'getDataCollector_Form_ExtractorService',
  122.             'data_collector.request' => 'getDataCollector_RequestService',
  123.             'data_collector.router' => 'getDataCollector_RouterService',
  124.             'debug.argument_resolver' => 'getDebug_ArgumentResolverService',
  125.             'debug.controller_resolver' => 'getDebug_ControllerResolverService',
  126.             'debug.debug_handlers_listener' => 'getDebug_DebugHandlersListenerService',
  127.             'debug.event_dispatcher' => 'getDebug_EventDispatcherService',
  128.             'debug.file_link_formatter' => 'getDebug_FileLinkFormatterService',
  129.             'debug.log_processor' => 'getDebug_LogProcessorService',
  130.             'debug.security.access.decision_manager' => 'getDebug_Security_Access_DecisionManagerService',
  131.             'debug.stopwatch' => 'getDebug_StopwatchService',
  132.             'doctrine' => 'getDoctrineService',
  133.             'doctrine.dbal.logger.profiling.default' => 'getDoctrine_Dbal_Logger_Profiling_DefaultService',
  134.             'doctrine.orm.validator_initializer' => 'getDoctrine_Orm_ValidatorInitializerService',
  135.             'file_locator' => 'getFileLocatorService',
  136.             'fragment.listener' => 'getFragment_ListenerService',
  137.             'http_kernel' => 'getHttpKernelService',
  138.             'locale_listener' => 'getLocaleListenerService',
  139.             'monolog.handler.console' => 'getMonolog_Handler_ConsoleService',
  140.             'monolog.handler.main' => 'getMonolog_Handler_MainService',
  141.             'monolog.handler.null_internal' => 'getMonolog_Handler_NullInternalService',
  142.             'monolog.logger.cache' => 'getMonolog_Logger_CacheService',
  143.             'monolog.logger.event' => 'getMonolog_Logger_EventService',
  144.             'monolog.logger.php' => 'getMonolog_Logger_PhpService',
  145.             'monolog.logger.profiler' => 'getMonolog_Logger_ProfilerService',
  146.             'monolog.logger.request' => 'getMonolog_Logger_RequestService',
  147.             'monolog.processor.psr_log_message' => 'getMonolog_Processor_PsrLogMessageService',
  148.             'nelmio_cors.cors_listener' => 'getNelmioCors_CorsListenerService',
  149.             'nelmio_cors.options_provider.config' => 'getNelmioCors_OptionsProvider_ConfigService',
  150.             'profiler' => 'getProfilerService',
  151.             'profiler_listener' => 'getProfilerListenerService',
  152.             'property_accessor' => 'getPropertyAccessorService',
  153.             'property_info' => 'getPropertyInfoService',
  154.             'request_stack' => 'getRequestStackService',
  155.             'resolve_controller_name_subscriber' => 'getResolveControllerNameSubscriberService',
  156.             'response_listener' => 'getResponseListenerService',
  157.             'router' => 'getRouterService',
  158.             'router.request_context' => 'getRouter_RequestContextService',
  159.             'router_listener' => 'getRouterListenerService',
  160.             'security.authentication.manager' => 'getSecurity_Authentication_ManagerService',
  161.             'security.authentication.trust_resolver' => 'getSecurity_Authentication_TrustResolverService',
  162.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  163.             'security.firewall' => 'getSecurity_FirewallService',
  164.             'security.firewall.map' => 'getSecurity_Firewall_MapService',
  165.             'security.logout_url_generator' => 'getSecurity_LogoutUrlGeneratorService',
  166.             'security.rememberme.response_listener' => 'getSecurity_Rememberme_ResponseListenerService',
  167.             'security.role_hierarchy' => 'getSecurity_RoleHierarchyService',
  168.             'security.token_storage' => 'getSecurity_TokenStorageService',
  169.             'sensio_framework_extra.cache.listener' => 'getSensioFrameworkExtra_Cache_ListenerService',
  170.             'sensio_framework_extra.controller.listener' => 'getSensioFrameworkExtra_Controller_ListenerService',
  171.             'sensio_framework_extra.converter.datetime' => 'getSensioFrameworkExtra_Converter_DatetimeService',
  172.             'sensio_framework_extra.converter.doctrine.orm' => 'getSensioFrameworkExtra_Converter_Doctrine_OrmService',
  173.             'sensio_framework_extra.converter.listener' => 'getSensioFrameworkExtra_Converter_ListenerService',
  174.             'sensio_framework_extra.converter.manager' => 'getSensioFrameworkExtra_Converter_ManagerService',
  175.             'sensio_framework_extra.security.listener' => 'getSensioFrameworkExtra_Security_ListenerService',
  176.             'sensio_framework_extra.view.listener' => 'getSensioFrameworkExtra_View_ListenerService',
  177.             'serializer' => 'getSerializerService',
  178.             'serializer.mapping.class_metadata_factory' => 'getSerializer_Mapping_ClassMetadataFactoryService',
  179.             'session.save_listener' => 'getSession_SaveListenerService',
  180.             'session_listener' => 'getSessionListenerService',
  181.             'streamed_response_listener' => 'getStreamedResponseListenerService',
  182.             'templating.locator' => 'getTemplating_LocatorService',
  183.             'templating.name_parser' => 'getTemplating_NameParserService',
  184.             'translator' => 'getTranslatorService',
  185.             'twig' => 'getTwigService',
  186.             'twig.loader' => 'getTwig_LoaderService',
  187.             'twig.profile' => 'getTwig_ProfileService',
  188.             'uri_signer' => 'getUriSignerService',
  189.             'validate_request_listener' => 'getValidateRequestListenerService',
  190.             'validator' => 'getValidatorService',
  191.             'validator.builder' => 'getValidator_BuilderService',
  192.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  193.             'web_profiler.csp.handler' => 'getWebProfiler_Csp_HandlerService',
  194.             'web_profiler.debug_toolbar' => 'getWebProfiler_DebugToolbarService',
  195.         ];
  196.         $this->fileMap = [
  197.             'ApiPlatform\\Core\\DataPersister\\DataPersisterInterface' => 'getDataPersisterInterfaceService.php',
  198.             'AppBundle\\EventListener\\ResourceListener' => 'getResourceListenerService.php',
  199.             'AppBundle\\EventListener\\ThumbnailListener' => 'getThumbnailListenerService.php',
  200.             'AppBundle\\Form\\Extension\\ThumbnailExtension' => 'getThumbnailExtensionService.php',
  201.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWSProvider\\JWSProviderInterface' => 'getJWSProviderInterfaceService.php',
  202.             'Lexik\\Bundle\\JWTAuthenticationBundle\\TokenExtractor\\TokenExtractorInterface' => 'getTokenExtractorInterfaceService.php',
  203.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  204.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  205.             'annotations.cache' => 'getAnnotations_CacheService.php',
  206.             'annotations.cache_warmer' => 'getAnnotations_CacheWarmerService.php',
  207.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService.php',
  208.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService.php',
  209.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService.php',
  210.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService.php',
  211.             'api_platform.graphql.action.entrypoint' => 'getApiPlatform_Graphql_Action_EntrypointService.php',
  212.             'api_platform.listener.exception' => 'getApiPlatform_Listener_ExceptionService.php',
  213.             'api_platform.listener.exception.validation' => 'getApiPlatform_Listener_Exception_ValidationService.php',
  214.             'api_platform.listener.view.respond' => 'getApiPlatform_Listener_View_RespondService.php',
  215.             'api_platform.listener.view.serialize' => 'getApiPlatform_Listener_View_SerializeService.php',
  216.             'api_platform.listener.view.validate' => 'getApiPlatform_Listener_View_ValidateService.php',
  217.             'api_platform.listener.view.write' => 'getApiPlatform_Listener_View_WriteService.php',
  218.             'api_platform.operation_path_resolver.default' => 'getApiPlatform_OperationPathResolver_DefaultService.php',
  219.             'api_platform.serializer_locator' => 'getApiPlatform_SerializerLocatorService.php',
  220.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService.php',
  221.             'api_platform.swagger.command.swagger_command' => 'getApiPlatform_Swagger_Command_SwaggerCommandService.php',
  222.             'api_platform.validator' => 'getApiPlatform_ValidatorService.php',
  223.             'appbundle.baseurl' => 'getAppbundle_BaseurlService.php',
  224.             'appbundle.fileuploader' => 'getAppbundle_FileuploaderService.php',
  225.             'appbundle.useractivity' => 'getAppbundle_UseractivityService.php',
  226.             'argument_resolver.default' => 'getArgumentResolver_DefaultService.php',
  227.             'argument_resolver.request' => 'getArgumentResolver_RequestService.php',
  228.             'argument_resolver.request_attribute' => 'getArgumentResolver_RequestAttributeService.php',
  229.             'argument_resolver.service' => 'getArgumentResolver_ServiceService.php',
  230.             'argument_resolver.session' => 'getArgumentResolver_SessionService.php',
  231.             'argument_resolver.variadic' => 'getArgumentResolver_VariadicService.php',
  232.             'cache.default_clearer' => 'getCache_DefaultClearerService.php',
  233.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  234.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  235.             'cache_clearer' => 'getCacheClearerService.php',
  236.             'cache_warmer' => 'getCacheWarmerService.php',
  237.             'config.resource.self_checking_resource_checker' => 'getConfig_Resource_SelfCheckingResourceCheckerService.php',
  238.             'console.command.about' => 'getConsole_Command_AboutService.php',
  239.             'console.command.assets_install' => 'getConsole_Command_AssetsInstallService.php',
  240.             'console.command.cache_clear' => 'getConsole_Command_CacheClearService.php',
  241.             'console.command.cache_pool_clear' => 'getConsole_Command_CachePoolClearService.php',
  242.             'console.command.cache_pool_prune' => 'getConsole_Command_CachePoolPruneService.php',
  243.             'console.command.cache_warmup' => 'getConsole_Command_CacheWarmupService.php',
  244.             'console.command.config_debug' => 'getConsole_Command_ConfigDebugService.php',
  245.             'console.command.config_dump_reference' => 'getConsole_Command_ConfigDumpReferenceService.php',
  246.             'console.command.container_debug' => 'getConsole_Command_ContainerDebugService.php',
  247.             'console.command.debug_autowiring' => 'getConsole_Command_DebugAutowiringService.php',
  248.             'console.command.event_dispatcher_debug' => 'getConsole_Command_EventDispatcherDebugService.php',
  249.             'console.command.form_debug' => 'getConsole_Command_FormDebugService.php',
  250.             'console.command.router_debug' => 'getConsole_Command_RouterDebugService.php',
  251.             'console.command.router_match' => 'getConsole_Command_RouterMatchService.php',
  252.             'console.command.xliff_lint' => 'getConsole_Command_XliffLintService.php',
  253.             'console.command.yaml_lint' => 'getConsole_Command_YamlLintService.php',
  254.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  255.             'console.error_listener' => 'getConsole_ErrorListenerService.php',
  256.             'debug.dump_listener' => 'getDebug_DumpListenerService.php',
  257.             'debug.file_link_formatter.url_format' => 'getDebug_FileLinkFormatter_UrlFormatService.php',
  258.             'dependency_injection.config.container_parameters_resource_checker' => 'getDependencyInjection_Config_ContainerParametersResourceCheckerService.php',
  259.             'deprecated.form.registry' => 'getDeprecated_Form_RegistryService.php',
  260.             'deprecated.form.registry.csrf' => 'getDeprecated_Form_Registry_CsrfService.php',
  261.             'doctrine.cache_clear_metadata_command' => 'getDoctrine_CacheClearMetadataCommandService.php',
  262.             'doctrine.cache_clear_query_cache_command' => 'getDoctrine_CacheClearQueryCacheCommandService.php',
  263.             'doctrine.cache_clear_result_command' => 'getDoctrine_CacheClearResultCommandService.php',
  264.             'doctrine.cache_collection_region_command' => 'getDoctrine_CacheCollectionRegionCommandService.php',
  265.             'doctrine.clear_entity_region_command' => 'getDoctrine_ClearEntityRegionCommandService.php',
  266.             'doctrine.clear_query_region_command' => 'getDoctrine_ClearQueryRegionCommandService.php',
  267.             'doctrine.database_create_command' => 'getDoctrine_DatabaseCreateCommandService.php',
  268.             'doctrine.database_drop_command' => 'getDoctrine_DatabaseDropCommandService.php',
  269.             'doctrine.database_import_command' => 'getDoctrine_DatabaseImportCommandService.php',
  270.             'doctrine.dbal.connection_factory' => 'getDoctrine_Dbal_ConnectionFactoryService.php',
  271.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService.php',
  272.             'doctrine.ensure_production_settings_command' => 'getDoctrine_EnsureProductionSettingsCommandService.php',
  273.             'doctrine.generate_entities_command' => 'getDoctrine_GenerateEntitiesCommandService.php',
  274.             'doctrine.mapping_convert_command' => 'getDoctrine_MappingConvertCommandService.php',
  275.             'doctrine.mapping_import_command' => 'getDoctrine_MappingImportCommandService.php',
  276.             'doctrine.mapping_info_command' => 'getDoctrine_MappingInfoCommandService.php',
  277.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata' => 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_MetadataService.php',
  278.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.query' => 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_QueryService.php',
  279.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.result' => 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_ResultService.php',
  280.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService.php',
  281.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService.php',
  282.             'doctrine.orm.default_entity_manager.property_info_extractor' => 'getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php',
  283.             'doctrine.orm.default_listeners.attach_entity_listeners' => 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php',
  284.             'doctrine.orm.default_manager_configurator' => 'getDoctrine_Orm_DefaultManagerConfiguratorService.php',
  285.             'doctrine.orm.proxy_cache_warmer' => 'getDoctrine_Orm_ProxyCacheWarmerService.php',
  286.             'doctrine.orm.validator.unique' => 'getDoctrine_Orm_Validator_UniqueService.php',
  287.             'doctrine.query_dql_command' => 'getDoctrine_QueryDqlCommandService.php',
  288.             'doctrine.query_sql_command' => 'getDoctrine_QuerySqlCommandService.php',
  289.             'doctrine.schema_create_command' => 'getDoctrine_SchemaCreateCommandService.php',
  290.             'doctrine.schema_drop_command' => 'getDoctrine_SchemaDropCommandService.php',
  291.             'doctrine.schema_update_command' => 'getDoctrine_SchemaUpdateCommandService.php',
  292.             'doctrine.schema_validate_command' => 'getDoctrine_SchemaValidateCommandService.php',
  293.             'doctrine_cache.contains_command' => 'getDoctrineCache_ContainsCommandService.php',
  294.             'doctrine_cache.delete_command' => 'getDoctrineCache_DeleteCommandService.php',
  295.             'doctrine_cache.flush_command' => 'getDoctrineCache_FlushCommandService.php',
  296.             'doctrine_cache.stats_command' => 'getDoctrineCache_StatsCommandService.php',
  297.             'doctrine_migrations.diff_command' => 'getDoctrineMigrations_DiffCommandService.php',
  298.             'doctrine_migrations.execute_command' => 'getDoctrineMigrations_ExecuteCommandService.php',
  299.             'doctrine_migrations.generate_command' => 'getDoctrineMigrations_GenerateCommandService.php',
  300.             'doctrine_migrations.latest_command' => 'getDoctrineMigrations_LatestCommandService.php',
  301.             'doctrine_migrations.migrate_command' => 'getDoctrineMigrations_MigrateCommandService.php',
  302.             'doctrine_migrations.status_command' => 'getDoctrineMigrations_StatusCommandService.php',
  303.             'doctrine_migrations.version_command' => 'getDoctrineMigrations_VersionCommandService.php',
  304.             'filesystem' => 'getFilesystemService.php',
  305.             'form.factory' => 'getForm_FactoryService.php',
  306.             'form.registry' => 'getForm_RegistryService.php',
  307.             'form.resolved_type_factory' => 'getForm_ResolvedTypeFactoryService.php',
  308.             'form.server_params' => 'getForm_ServerParamsService.php',
  309.             'form.type.birthday' => 'getForm_Type_BirthdayService.php',
  310.             'form.type.button' => 'getForm_Type_ButtonService.php',
  311.             'form.type.checkbox' => 'getForm_Type_CheckboxService.php',
  312.             'form.type.choice' => 'getForm_Type_ChoiceService.php',
  313.             'form.type.collection' => 'getForm_Type_CollectionService.php',
  314.             'form.type.country' => 'getForm_Type_CountryService.php',
  315.             'form.type.currency' => 'getForm_Type_CurrencyService.php',
  316.             'form.type.date' => 'getForm_Type_DateService.php',
  317.             'form.type.datetime' => 'getForm_Type_DatetimeService.php',
  318.             'form.type.email' => 'getForm_Type_EmailService.php',
  319.             'form.type.entity' => 'getForm_Type_EntityService.php',
  320.             'form.type.file' => 'getForm_Type_FileService.php',
  321.             'form.type.form' => 'getForm_Type_FormService.php',
  322.             'form.type.hidden' => 'getForm_Type_HiddenService.php',
  323.             'form.type.integer' => 'getForm_Type_IntegerService.php',
  324.             'form.type.language' => 'getForm_Type_LanguageService.php',
  325.             'form.type.locale' => 'getForm_Type_LocaleService.php',
  326.             'form.type.money' => 'getForm_Type_MoneyService.php',
  327.             'form.type.number' => 'getForm_Type_NumberService.php',
  328.             'form.type.password' => 'getForm_Type_PasswordService.php',
  329.             'form.type.percent' => 'getForm_Type_PercentService.php',
  330.             'form.type.radio' => 'getForm_Type_RadioService.php',
  331.             'form.type.range' => 'getForm_Type_RangeService.php',
  332.             'form.type.repeated' => 'getForm_Type_RepeatedService.php',
  333.             'form.type.reset' => 'getForm_Type_ResetService.php',
  334.             'form.type.search' => 'getForm_Type_SearchService.php',
  335.             'form.type.submit' => 'getForm_Type_SubmitService.php',
  336.             'form.type.text' => 'getForm_Type_TextService.php',
  337.             'form.type.textarea' => 'getForm_Type_TextareaService.php',
  338.             'form.type.time' => 'getForm_Type_TimeService.php',
  339.             'form.type.timezone' => 'getForm_Type_TimezoneService.php',
  340.             'form.type.url' => 'getForm_Type_UrlService.php',
  341.             'form.type_extension.csrf' => 'getForm_TypeExtension_CsrfService.php',
  342.             'form.type_extension.form.data_collector' => 'getForm_TypeExtension_Form_DataCollectorService.php',
  343.             'form.type_extension.form.http_foundation' => 'getForm_TypeExtension_Form_HttpFoundationService.php',
  344.             'form.type_extension.form.transformation_failure_handling' => 'getForm_TypeExtension_Form_TransformationFailureHandlingService.php',
  345.             'form.type_extension.form.validator' => 'getForm_TypeExtension_Form_ValidatorService.php',
  346.             'form.type_extension.repeated.validator' => 'getForm_TypeExtension_Repeated_ValidatorService.php',
  347.             'form.type_extension.submit.validator' => 'getForm_TypeExtension_Submit_ValidatorService.php',
  348.             'form.type_extension.upload.validator' => 'getForm_TypeExtension_Upload_ValidatorService.php',
  349.             'form.type_guesser.doctrine' => 'getForm_TypeGuesser_DoctrineService.php',
  350.             'form.type_guesser.validator' => 'getForm_TypeGuesser_ValidatorService.php',
  351.             'fragment.handler' => 'getFragment_HandlerService.php',
  352.             'fragment.renderer.hinclude' => 'getFragment_Renderer_HincludeService.php',
  353.             'fragment.renderer.inline' => 'getFragment_Renderer_InlineService.php',
  354.             'kernel.class_cache.cache_warmer' => 'getKernel_ClassCache_CacheWarmerService.php',
  355.             'lexik_jwt_authentication.check_config_command' => 'getLexikJwtAuthentication_CheckConfigCommandService.php',
  356.             'lexik_jwt_authentication.encoder.default' => 'getLexikJwtAuthentication_Encoder_DefaultService.php',
  357.             'lexik_jwt_authentication.encoder.lcobucci' => 'getLexikJwtAuthentication_Encoder_LcobucciService.php',
  358.             'lexik_jwt_authentication.extractor.authorization_header_extractor' => 'getLexikJwtAuthentication_Extractor_AuthorizationHeaderExtractorService.php',
  359.             'lexik_jwt_authentication.extractor.cookie_extractor' => 'getLexikJwtAuthentication_Extractor_CookieExtractorService.php',
  360.             'lexik_jwt_authentication.extractor.query_parameter_extractor' => 'getLexikJwtAuthentication_Extractor_QueryParameterExtractorService.php',
  361.             'lexik_jwt_authentication.extractor.split_cookie_extractor' => 'getLexikJwtAuthentication_Extractor_SplitCookieExtractorService.php',
  362.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService.php',
  363.             'lexik_jwt_authentication.handler.authentication_failure' => 'getLexikJwtAuthentication_Handler_AuthenticationFailureService.php',
  364.             'lexik_jwt_authentication.handler.authentication_success' => 'getLexikJwtAuthentication_Handler_AuthenticationSuccessService.php',
  365.             'lexik_jwt_authentication.jws_provider.default' => 'getLexikJwtAuthentication_JwsProvider_DefaultService.php',
  366.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService.php',
  367.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService.php',
  368.             'lexik_jwt_authentication.security.guard.jwt_token_authenticator' => 'getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService.php',
  369.             'logger' => 'getLoggerService.php',
  370.             'monolog.logger.console' => 'getMonolog_Logger_ConsoleService.php',
  371.             'monolog.logger.doctrine' => 'getMonolog_Logger_DoctrineService.php',
  372.             'monolog.logger.security' => 'getMonolog_Logger_SecurityService.php',
  373.             'monolog.logger.templating' => 'getMonolog_Logger_TemplatingService.php',
  374.             'property_info.reflection_extractor' => 'getPropertyInfo_ReflectionExtractorService.php',
  375.             'property_info.serializer_extractor' => 'getPropertyInfo_SerializerExtractorService.php',
  376.             'router.cache_warmer' => 'getRouter_CacheWarmerService.php',
  377.             'routing.loader' => 'getRouting_LoaderService.php',
  378.             'security.access.authenticated_voter' => 'getSecurity_Access_AuthenticatedVoterService.php',
  379.             'security.access.expression_voter' => 'getSecurity_Access_ExpressionVoterService.php',
  380.             'security.access.role_hierarchy_voter' => 'getSecurity_Access_RoleHierarchyVoterService.php',
  381.             'security.access_listener' => 'getSecurity_AccessListenerService.php',
  382.             'security.access_map' => 'getSecurity_AccessMapService.php',
  383.             'security.authentication.guard_handler' => 'getSecurity_Authentication_GuardHandlerService.php',
  384.             'security.authentication.listener.anonymous.admin' => 'getSecurity_Authentication_Listener_Anonymous_AdminService.php',
  385.             'security.authentication.listener.form.admin' => 'getSecurity_Authentication_Listener_Form_AdminService.php',
  386.             'security.authentication.listener.get.jwt.api_login' => 'getSecurity_Authentication_Listener_Get_Jwt_ApiLoginService.php',
  387.             'security.authentication.listener.guard.api' => 'getSecurity_Authentication_Listener_Guard_ApiService.php',
  388.             'security.authentication.listener.rememberme.admin' => 'getSecurity_Authentication_Listener_Rememberme_AdminService.php',
  389.             'security.authentication.provider.anonymous.admin' => 'getSecurity_Authentication_Provider_Anonymous_AdminService.php',
  390.             'security.authentication.provider.dao.admin' => 'getSecurity_Authentication_Provider_Dao_AdminService.php',
  391.             'security.authentication.provider.get.jwt.api_login' => 'getSecurity_Authentication_Provider_Get_Jwt_ApiLoginService.php',
  392.             'security.authentication.provider.guard.api' => 'getSecurity_Authentication_Provider_Guard_ApiService.php',
  393.             'security.authentication.provider.rememberme.admin' => 'getSecurity_Authentication_Provider_Rememberme_AdminService.php',
  394.             'security.authentication.rememberme.services.simplehash.admin' => 'getSecurity_Authentication_Rememberme_Services_Simplehash_AdminService.php',
  395.             'security.authentication.session_strategy.admin' => 'getSecurity_Authentication_SessionStrategy_AdminService.php',
  396.             'security.authentication.session_strategy.api_login' => 'getSecurity_Authentication_SessionStrategy_ApiLoginService.php',
  397.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  398.             'security.channel_listener' => 'getSecurity_ChannelListenerService.php',
  399.             'security.command.user_password_encoder' => 'getSecurity_Command_UserPasswordEncoderService.php',
  400.             'security.context_listener.0' => 'getSecurity_ContextListener_0Service.php',
  401.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
  402.             'security.csrf.token_storage' => 'getSecurity_Csrf_TokenStorageService.php',
  403.             'security.encoder_factory' => 'getSecurity_EncoderFactoryService.php',
  404.             'security.firewall.map.context.admin' => 'getSecurity_Firewall_Map_Context_AdminService.php',
  405.             'security.firewall.map.context.api' => 'getSecurity_Firewall_Map_Context_ApiService.php',
  406.             'security.firewall.map.context.api_login' => 'getSecurity_Firewall_Map_Context_ApiLoginService.php',
  407.             'security.http_utils' => 'getSecurity_HttpUtilsService.php',
  408.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  409.             'security.request_matcher.cvlthau' => 'getSecurity_RequestMatcher_CvlthauService.php',
  410.             'security.request_matcher.p2k9wtq' => 'getSecurity_RequestMatcher_P2k9wtqService.php',
  411.             'security.request_matcher.z8xqmvs' => 'getSecurity_RequestMatcher_Z8xqmvsService.php',
  412.             'security.user.provider.concrete.jwt' => 'getSecurity_User_Provider_Concrete_JwtService.php',
  413.             'security.user.provider.concrete.main' => 'getSecurity_User_Provider_Concrete_MainService.php',
  414.             'security.user_checker' => 'getSecurity_UserCheckerService.php',
  415.             'security.user_value_resolver' => 'getSecurity_UserValueResolverService.php',
  416.             'security.validator.user_password' => 'getSecurity_Validator_UserPasswordService.php',
  417.             'sensio_distribution.security_checker' => 'getSensioDistribution_SecurityCheckerService.php',
  418.             'sensio_distribution.security_checker.command' => 'getSensioDistribution_SecurityChecker_CommandService.php',
  419.             'sensio_framework_extra.view.guesser' => 'getSensioFrameworkExtra_View_GuesserService.php',
  420.             'serializer.mapping.cache.symfony' => 'getSerializer_Mapping_Cache_SymfonyService.php',
  421.             'serializer.mapping.cache_warmer' => 'getSerializer_Mapping_CacheWarmerService.php',
  422.             'service_locator.sr6ctxe' => 'getServiceLocator_Sr6ctxeService.php',
  423.             'services_resetter' => 'getServicesResetterService.php',
  424.             'session' => 'getSessionService.php',
  425.             'session.handler' => 'getSession_HandlerService.php',
  426.             'session.storage.filesystem' => 'getSession_Storage_FilesystemService.php',
  427.             'session.storage.metadata_bag' => 'getSession_Storage_MetadataBagService.php',
  428.             'session.storage.native' => 'getSession_Storage_NativeService.php',
  429.             'session.storage.php_bridge' => 'getSession_Storage_PhpBridgeService.php',
  430.             'swiftmailer.email_sender.listener' => 'getSwiftmailer_EmailSender_ListenerService.php',
  431.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  432.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  433.             'swiftmailer.mailer.default.transport' => 'getSwiftmailer_Mailer_Default_TransportService.php',
  434.             'templating' => 'getTemplatingService.php',
  435.             'templating.cache_warmer.template_paths' => 'getTemplating_CacheWarmer_TemplatePathsService.php',
  436.             'templating.filename_parser' => 'getTemplating_FilenameParserService.php',
  437.             'templating.finder' => 'getTemplating_FinderService.php',
  438.             'templating.helper.logout_url' => 'getTemplating_Helper_LogoutUrlService.php',
  439.             'templating.helper.security' => 'getTemplating_Helper_SecurityService.php',
  440.             'templating.loader' => 'getTemplating_LoaderService.php',
  441.             'twig.cache_warmer' => 'getTwig_CacheWarmerService.php',
  442.             'twig.command.debug' => 'getTwig_Command_DebugService.php',
  443.             'twig.command.lint' => 'getTwig_Command_LintService.php',
  444.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  445.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  446.             'twig.exception_listener' => 'getTwig_ExceptionListenerService.php',
  447.             'twig.form.renderer' => 'getTwig_Form_RendererService.php',
  448.             'twig.runtime.httpkernel' => 'getTwig_Runtime_HttpkernelService.php',
  449.             'twig.template_cache_warmer' => 'getTwig_TemplateCacheWarmerService.php',
  450.             'twig.translation.extractor' => 'getTwig_Translation_ExtractorService.php',
  451.             'validator.email' => 'getValidator_EmailService.php',
  452.             'validator.expression' => 'getValidator_ExpressionService.php',
  453.             'validator.mapping.cache_warmer' => 'getValidator_Mapping_CacheWarmerService.php',
  454.             'var_dumper.cli_dumper' => 'getVarDumper_CliDumperService.php',
  455.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  456.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  457.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  458.         ];
  459.         $this->privates = [
  460.             'ApiPlatform\\Core\\DataProvider\\CollectionDataProviderInterface' => true,
  461.             'ApiPlatform\\Core\\DataProvider\\ItemDataProviderInterface' => true,
  462.             'ApiPlatform\\Core\\DataProvider\\SubresourceDataProviderInterface' => true,
  463.             'ApiPlatform\\Core\\Metadata\\Property\\Factory\\PropertyNameCollectionFactoryInterface' => true,
  464.             'ApiPlatform\\Core\\Validator\\ValidatorInterface' => true,
  465.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Encoder\\JWTEncoderInterface' => true,
  466.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Http\\Authentication\\AuthenticationFailureHandler' => true,
  467.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Http\\Authentication\\AuthenticationSuccessHandler' => true,
  468.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenInterface' => true,
  469.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenManagerInterface' => true,
  470.             'api_platform.metadata.property.metadata_factory' => true,
  471.             'api_platform.metadata.resource.metadata_factory' => true,
  472.             'api_platform.metadata.resource.name_collection_factory' => true,
  473.             'api_platform.serializer' => true,
  474.             'lexik_jwt_authentication.jwt_token_authenticator' => true,
  475.             'security.authentication.session_strategy.api' => true,
  476.             'session.storage' => true,
  477.             'swiftmailer.mailer' => true,
  478.             'swiftmailer.plugin.messagelogger' => true,
  479.             'swiftmailer.transport' => true,
  480.             'ApiPlatform\\Core\\Api\\IriConverterInterface' => true,
  481.             'ApiPlatform\\Core\\Api\\UrlGeneratorInterface' => true,
  482.             'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\EagerLoadingExtension' => true,
  483.             'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\FilterEagerLoadingExtension' => true,
  484.             'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\FilterExtension' => true,
  485.             'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\OrderExtension' => true,
  486.             'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\PaginationExtension' => true,
  487.             'ApiPlatform\\Core\\DataPersister\\DataPersisterInterface' => true,
  488.             'ApiPlatform\\Core\\Metadata\\Property\\Factory\\PropertyMetadataFactoryInterface' => true,
  489.             'ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceMetadataFactoryInterface' => true,
  490.             'ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceNameCollectionFactoryInterface' => true,
  491.             'ApiPlatform\\Core\\Security\\ResourceAccessCheckerInterface' => true,
  492.             'ApiPlatform\\Core\\Serializer\\SerializerContextBuilderInterface' => true,
  493.             'AppBundle\\EventListener\\ResourceListener' => true,
  494.             'AppBundle\\EventListener\\ThumbnailListener' => true,
  495.             'AppBundle\\Form\\Extension\\ThumbnailExtension' => true,
  496.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWSProvider\\JWSProviderInterface' => true,
  497.             'Lexik\\Bundle\\JWTAuthenticationBundle\\TokenExtractor\\TokenExtractorInterface' => true,
  498.             'annotation_reader' => true,
  499.             'annotations.cache' => true,
  500.             'annotations.cache_warmer' => true,
  501.             'annotations.reader' => true,
  502.             'api_platform.cache.identifiers_extractor' => true,
  503.             'api_platform.cache.metadata.property' => true,
  504.             'api_platform.cache.metadata.resource' => true,
  505.             'api_platform.cache.route_name_resolver' => true,
  506.             'api_platform.cache.subresource_operation_factory' => true,
  507.             'api_platform.collection_data_provider' => true,
  508.             'api_platform.filter_locator' => true,
  509.             'api_platform.http_cache.listener.response.configure' => true,
  510.             'api_platform.identifiers_extractor.cached' => true,
  511.             'api_platform.item_data_provider' => true,
  512.             'api_platform.listener.exception' => true,
  513.             'api_platform.listener.exception.validation' => true,
  514.             'api_platform.listener.request.add_format' => true,
  515.             'api_platform.listener.request.deserialize' => true,
  516.             'api_platform.listener.request.read' => true,
  517.             'api_platform.listener.view.respond' => true,
  518.             'api_platform.listener.view.serialize' => true,
  519.             'api_platform.listener.view.validate' => true,
  520.             'api_platform.listener.view.write' => true,
  521.             'api_platform.metadata.extractor.xml' => true,
  522.             'api_platform.metadata.extractor.yaml' => true,
  523.             'api_platform.metadata.property.name_collection_factory' => true,
  524.             'api_platform.operation_path_resolver.custom' => true,
  525.             'api_platform.operation_path_resolver.default' => true,
  526.             'api_platform.path_segment_name_generator' => true,
  527.             'api_platform.resource_class_resolver' => true,
  528.             'api_platform.security.listener.request.deny_access' => true,
  529.             'api_platform.serializer_locator' => true,
  530.             'api_platform.subresource_data_provider' => true,
  531.             'api_platform.subresource_operation_factory.cached' => true,
  532.             'api_platform.swagger.command.swagger_command' => true,
  533.             'api_platform.swagger.listener.ui' => true,
  534.             'api_platform.swagger.normalizer.api_gateway' => true,
  535.             'api_platform.validator' => true,
  536.             'appbundle.baseurl' => true,
  537.             'appbundle.fileuploader' => true,
  538.             'appbundle.useractivity' => true,
  539.             'argument_resolver.default' => true,
  540.             'argument_resolver.request' => true,
  541.             'argument_resolver.request_attribute' => true,
  542.             'argument_resolver.service' => true,
  543.             'argument_resolver.session' => true,
  544.             'argument_resolver.variadic' => true,
  545.             'assets.context' => true,
  546.             'assets.packages' => true,
  547.             'cache.annotations' => true,
  548.             'cache.default_clearer' => true,
  549.             'cache.doctrine.orm.default.metadata' => true,
  550.             'cache.doctrine.orm.default.query' => true,
  551.             'cache.doctrine.orm.default.result' => true,
  552.             'cache.serializer' => true,
  553.             'cache.validator' => true,
  554.             'config.resource.self_checking_resource_checker' => true,
  555.             'config_cache_factory' => true,
  556.             'console.command.about' => true,
  557.             'console.command.assets_install' => true,
  558.             'console.command.cache_clear' => true,
  559.             'console.command.cache_pool_clear' => true,
  560.             'console.command.cache_pool_prune' => true,
  561.             'console.command.cache_warmup' => true,
  562.             'console.command.config_debug' => true,
  563.             'console.command.config_dump_reference' => true,
  564.             'console.command.container_debug' => true,
  565.             'console.command.debug_autowiring' => true,
  566.             'console.command.event_dispatcher_debug' => true,
  567.             'console.command.form_debug' => true,
  568.             'console.command.router_debug' => true,
  569.             'console.command.router_match' => true,
  570.             'console.command.xliff_lint' => true,
  571.             'console.command.yaml_lint' => true,
  572.             'console.error_listener' => true,
  573.             'controller_name_converter' => true,
  574.             'data_collector.form' => true,
  575.             'data_collector.form.extractor' => true,
  576.             'data_collector.request' => true,
  577.             'data_collector.router' => true,
  578.             'debug.argument_resolver' => true,
  579.             'debug.controller_resolver' => true,
  580.             'debug.debug_handlers_listener' => true,
  581.             'debug.dump_listener' => true,
  582.             'debug.event_dispatcher' => true,
  583.             'debug.file_link_formatter' => true,
  584.             'debug.file_link_formatter.url_format' => true,
  585.             'debug.log_processor' => true,
  586.             'debug.security.access.decision_manager' => true,
  587.             'debug.stopwatch' => true,
  588.             'dependency_injection.config.container_parameters_resource_checker' => true,
  589.             'deprecated.form.registry' => true,
  590.             'deprecated.form.registry.csrf' => true,
  591.             'doctrine.cache_clear_metadata_command' => true,
  592.             'doctrine.cache_clear_query_cache_command' => true,
  593.             'doctrine.cache_clear_result_command' => true,
  594.             'doctrine.cache_collection_region_command' => true,
  595.             'doctrine.clear_entity_region_command' => true,
  596.             'doctrine.clear_query_region_command' => true,
  597.             'doctrine.database_create_command' => true,
  598.             'doctrine.database_drop_command' => true,
  599.             'doctrine.database_import_command' => true,
  600.             'doctrine.dbal.connection_factory' => true,
  601.             'doctrine.dbal.logger.profiling.default' => true,
  602.             'doctrine.ensure_production_settings_command' => true,
  603.             'doctrine.generate_entities_command' => true,
  604.             'doctrine.mapping_convert_command' => true,
  605.             'doctrine.mapping_import_command' => true,
  606.             'doctrine.mapping_info_command' => true,
  607.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata' => true,
  608.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.query' => true,
  609.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.result' => true,
  610.             'doctrine.orm.default_entity_listener_resolver' => true,
  611.             'doctrine.orm.default_entity_manager.property_info_extractor' => true,
  612.             'doctrine.orm.default_listeners.attach_entity_listeners' => true,
  613.             'doctrine.orm.default_manager_configurator' => true,
  614.             'doctrine.orm.proxy_cache_warmer' => true,
  615.             'doctrine.orm.validator.unique' => true,
  616.             'doctrine.orm.validator_initializer' => true,
  617.             'doctrine.query_dql_command' => true,
  618.             'doctrine.query_sql_command' => true,
  619.             'doctrine.schema_create_command' => true,
  620.             'doctrine.schema_drop_command' => true,
  621.             'doctrine.schema_update_command' => true,
  622.             'doctrine.schema_validate_command' => true,
  623.             'doctrine_cache.contains_command' => true,
  624.             'doctrine_cache.delete_command' => true,
  625.             'doctrine_cache.flush_command' => true,
  626.             'doctrine_cache.stats_command' => true,
  627.             'doctrine_migrations.diff_command' => true,
  628.             'doctrine_migrations.execute_command' => true,
  629.             'doctrine_migrations.generate_command' => true,
  630.             'doctrine_migrations.latest_command' => true,
  631.             'doctrine_migrations.migrate_command' => true,
  632.             'doctrine_migrations.status_command' => true,
  633.             'doctrine_migrations.version_command' => true,
  634.             'file_locator' => true,
  635.             'form.registry' => true,
  636.             'form.resolved_type_factory' => true,
  637.             'form.server_params' => true,
  638.             'form.type.choice' => true,
  639.             'form.type.entity' => true,
  640.             'form.type.form' => true,
  641.             'form.type_extension.csrf' => true,
  642.             'form.type_extension.form.data_collector' => true,
  643.             'form.type_extension.form.http_foundation' => true,
  644.             'form.type_extension.form.transformation_failure_handling' => true,
  645.             'form.type_extension.form.validator' => true,
  646.             'form.type_extension.repeated.validator' => true,
  647.             'form.type_extension.submit.validator' => true,
  648.             'form.type_extension.upload.validator' => true,
  649.             'form.type_guesser.doctrine' => true,
  650.             'form.type_guesser.validator' => true,
  651.             'fragment.handler' => true,
  652.             'fragment.listener' => true,
  653.             'fragment.renderer.hinclude' => true,
  654.             'fragment.renderer.inline' => true,
  655.             'kernel.class_cache.cache_warmer' => true,
  656.             'lexik_jwt_authentication.encoder.default' => true,
  657.             'lexik_jwt_authentication.encoder.lcobucci' => true,
  658.             'lexik_jwt_authentication.extractor.authorization_header_extractor' => true,
  659.             'lexik_jwt_authentication.extractor.cookie_extractor' => true,
  660.             'lexik_jwt_authentication.extractor.query_parameter_extractor' => true,
  661.             'lexik_jwt_authentication.extractor.split_cookie_extractor' => true,
  662.             'lexik_jwt_authentication.handler.authentication_failure' => true,
  663.             'lexik_jwt_authentication.handler.authentication_success' => true,
  664.             'lexik_jwt_authentication.jws_provider.default' => true,
  665.             'lexik_jwt_authentication.security.guard.jwt_token_authenticator' => true,
  666.             'locale_listener' => true,
  667.             'logger' => true,
  668.             'monolog.handler.console' => true,
  669.             'monolog.handler.main' => true,
  670.             'monolog.handler.null_internal' => true,
  671.             'monolog.logger.cache' => true,
  672.             'monolog.logger.console' => true,
  673.             'monolog.logger.doctrine' => true,
  674.             'monolog.logger.event' => true,
  675.             'monolog.logger.php' => true,
  676.             'monolog.logger.profiler' => true,
  677.             'monolog.logger.request' => true,
  678.             'monolog.logger.security' => true,
  679.             'monolog.logger.templating' => true,
  680.             'monolog.processor.psr_log_message' => true,
  681.             'nelmio_cors.cors_listener' => true,
  682.             'nelmio_cors.options_provider.config' => true,
  683.             'profiler_listener' => true,
  684.             'property_accessor' => true,
  685.             'property_info' => true,
  686.             'property_info.reflection_extractor' => true,
  687.             'property_info.serializer_extractor' => true,
  688.             'resolve_controller_name_subscriber' => true,
  689.             'response_listener' => true,
  690.             'router.cache_warmer' => true,
  691.             'router.request_context' => true,
  692.             'router_listener' => true,
  693.             'security.access.authenticated_voter' => true,
  694.             'security.access.expression_voter' => true,
  695.             'security.access.role_hierarchy_voter' => true,
  696.             'security.access_listener' => true,
  697.             'security.access_map' => true,
  698.             'security.authentication.guard_handler' => true,
  699.             'security.authentication.listener.anonymous.admin' => true,
  700.             'security.authentication.listener.form.admin' => true,
  701.             'security.authentication.listener.get.jwt.api_login' => true,
  702.             'security.authentication.listener.guard.api' => true,
  703.             'security.authentication.listener.rememberme.admin' => true,
  704.             'security.authentication.manager' => true,
  705.             'security.authentication.provider.anonymous.admin' => true,
  706.             'security.authentication.provider.dao.admin' => true,
  707.             'security.authentication.provider.get.jwt.api_login' => true,
  708.             'security.authentication.provider.guard.api' => true,
  709.             'security.authentication.provider.rememberme.admin' => true,
  710.             'security.authentication.rememberme.services.simplehash.admin' => true,
  711.             'security.authentication.session_strategy.admin' => true,
  712.             'security.authentication.session_strategy.api_login' => true,
  713.             'security.authentication.trust_resolver' => true,
  714.             'security.channel_listener' => true,
  715.             'security.command.user_password_encoder' => true,
  716.             'security.context_listener.0' => true,
  717.             'security.csrf.token_storage' => true,
  718.             'security.encoder_factory' => true,
  719.             'security.firewall' => true,
  720.             'security.firewall.map' => true,
  721.             'security.firewall.map.context.admin' => true,
  722.             'security.firewall.map.context.api' => true,
  723.             'security.firewall.map.context.api_login' => true,
  724.             'security.http_utils' => true,
  725.             'security.logout_url_generator' => true,
  726.             'security.rememberme.response_listener' => true,
  727.             'security.request_matcher.cvlthau' => true,
  728.             'security.request_matcher.p2k9wtq' => true,
  729.             'security.request_matcher.z8xqmvs' => true,
  730.             'security.role_hierarchy' => true,
  731.             'security.user.provider.concrete.jwt' => true,
  732.             'security.user.provider.concrete.main' => true,
  733.             'security.user_checker' => true,
  734.             'security.user_value_resolver' => true,
  735.             'security.validator.user_password' => true,
  736.             'sensio_distribution.security_checker' => true,
  737.             'sensio_distribution.security_checker.command' => true,
  738.             'sensio_framework_extra.cache.listener' => true,
  739.             'sensio_framework_extra.controller.listener' => true,
  740.             'sensio_framework_extra.converter.datetime' => true,
  741.             'sensio_framework_extra.converter.doctrine.orm' => true,
  742.             'sensio_framework_extra.converter.listener' => true,
  743.             'sensio_framework_extra.converter.manager' => true,
  744.             'sensio_framework_extra.security.listener' => true,
  745.             'sensio_framework_extra.view.listener' => true,
  746.             'serializer.mapping.cache.symfony' => true,
  747.             'serializer.mapping.cache_warmer' => true,
  748.             'serializer.mapping.class_metadata_factory' => true,
  749.             'service_locator.sr6ctxe' => true,
  750.             'session.handler' => true,
  751.             'session.save_listener' => true,
  752.             'session.storage.filesystem' => true,
  753.             'session.storage.metadata_bag' => true,
  754.             'session.storage.native' => true,
  755.             'session.storage.php_bridge' => true,
  756.             'session_listener' => true,
  757.             'streamed_response_listener' => true,
  758.             'swiftmailer.email_sender.listener' => true,
  759.             'templating.cache_warmer.template_paths' => true,
  760.             'templating.filename_parser' => true,
  761.             'templating.finder' => true,
  762.             'templating.helper.logout_url' => true,
  763.             'templating.helper.security' => true,
  764.             'templating.locator' => true,
  765.             'templating.name_parser' => true,
  766.             'twig.cache_warmer' => true,
  767.             'twig.command.debug' => true,
  768.             'twig.command.lint' => true,
  769.             'twig.exception_listener' => true,
  770.             'twig.form.renderer' => true,
  771.             'twig.loader' => true,
  772.             'twig.profile' => true,
  773.             'twig.runtime.httpkernel' => true,
  774.             'twig.template_cache_warmer' => true,
  775.             'twig.translation.extractor' => true,
  776.             'uri_signer' => true,
  777.             'validate_request_listener' => true,
  778.             'validator.builder' => true,
  779.             'validator.email' => true,
  780.             'validator.expression' => true,
  781.             'validator.mapping.cache_warmer' => true,
  782.             'var_dumper.cli_dumper' => true,
  783.             'web_profiler.csp.handler' => true,
  784.             'web_profiler.debug_toolbar' => true,
  785.         ];
  786.         $this->aliases = [
  787.             'ApiPlatform\\Core\\DataProvider\\CollectionDataProviderInterface' => 'api_platform.collection_data_provider',
  788.             'ApiPlatform\\Core\\DataProvider\\ItemDataProviderInterface' => 'api_platform.item_data_provider',
  789.             'ApiPlatform\\Core\\DataProvider\\SubresourceDataProviderInterface' => 'api_platform.subresource_data_provider',
  790.             'ApiPlatform\\Core\\Metadata\\Property\\Factory\\PropertyNameCollectionFactoryInterface' => 'api_platform.metadata.property.name_collection_factory',
  791.             'ApiPlatform\\Core\\Validator\\ValidatorInterface' => 'api_platform.validator',
  792.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Encoder\\JWTEncoderInterface' => 'lexik_jwt_authentication.encoder.lcobucci',
  793.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Http\\Authentication\\AuthenticationFailureHandler' => 'lexik_jwt_authentication.handler.authentication_failure',
  794.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Http\\Authentication\\AuthenticationSuccessHandler' => 'lexik_jwt_authentication.handler.authentication_success',
  795.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenInterface' => 'lexik_jwt_authentication.jwt_manager',
  796.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenManagerInterface' => 'lexik_jwt_authentication.jwt_manager',
  797.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  798.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  799.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  800.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  801.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  802.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  803.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  804.             'api_platform.metadata.property.metadata_factory' => 'ApiPlatform\\Core\\Metadata\\Property\\Factory\\PropertyMetadataFactoryInterface',
  805.             'api_platform.metadata.resource.metadata_factory' => 'ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceMetadataFactoryInterface',
  806.             'api_platform.metadata.resource.name_collection_factory' => 'ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceNameCollectionFactoryInterface',
  807.             'api_platform.serializer' => 'serializer',
  808.             'cache.app_clearer' => 'cache.default_clearer',
  809.             'console.command.apiplatform_core_bridge_symfony_bundle_command_swaggercommand' => 'api_platform.swagger.command.swagger_command',
  810.             'console.command.doctrine_bundle_doctrinecachebundle_command_containscommand' => 'doctrine_cache.contains_command',
  811.             'console.command.doctrine_bundle_doctrinecachebundle_command_deletecommand' => 'doctrine_cache.delete_command',
  812.             'console.command.doctrine_bundle_doctrinecachebundle_command_flushcommand' => 'doctrine_cache.flush_command',
  813.             'console.command.doctrine_bundle_doctrinecachebundle_command_statscommand' => 'doctrine_cache.stats_command',
  814.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsdiffdoctrinecommand' => 'doctrine_migrations.diff_command',
  815.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsexecutedoctrinecommand' => 'doctrine_migrations.execute_command',
  816.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsgeneratedoctrinecommand' => 'doctrine_migrations.generate_command',
  817.             'console.command.doctrine_bundle_migrationsbundle_command_migrationslatestdoctrinecommand' => 'doctrine_migrations.latest_command',
  818.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsmigratedoctrinecommand' => 'doctrine_migrations.migrate_command',
  819.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsstatusdoctrinecommand' => 'doctrine_migrations.status_command',
  820.             'console.command.doctrine_bundle_migrationsbundle_command_migrationsversiondoctrinecommand' => 'doctrine_migrations.version_command',
  821.             'database_connection' => 'doctrine.dbal.default_connection',
  822.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  823.             'event_dispatcher' => 'debug.event_dispatcher',
  824.             'lexik_jwt_authentication.encoder' => 'lexik_jwt_authentication.encoder.lcobucci',
  825.             'lexik_jwt_authentication.jwt_token_authenticator' => 'lexik_jwt_authentication.security.guard.jwt_token_authenticator',
  826.             'mailer' => 'swiftmailer.mailer.default',
  827.             'security.authentication.session_strategy.api' => 'security.authentication.session_strategy.api_login',
  828.             'session.storage' => 'session.storage.native',
  829.             'swiftmailer.mailer' => 'swiftmailer.mailer.default',
  830.             'swiftmailer.plugin.messagelogger' => 'swiftmailer.mailer.default.plugin.messagelogger',
  831.             'swiftmailer.transport' => 'swiftmailer.mailer.default.transport',
  832.         ];
  833.     }
  834.     public function getRemovedIds()
  835.     {
  836.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  837.     }
  838.     public function compile()
  839.     {
  840.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  841.     }
  842.     public function isCompiled()
  843.     {
  844.         return true;
  845.     }
  846.     public function isFrozen()
  847.     {
  848.         @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);
  849.         return true;
  850.     }
  851.     protected function load($file$lazyLoad true)
  852.     {
  853.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  854.     }
  855.     protected function createProxy($class, \Closure $factory)
  856.     {
  857.         class_exists($classfalse) || $this->load("{$class}.php");
  858.         return $factory();
  859.     }
  860.     /**
  861.      * Gets the public 'cache.app' shared service.
  862.      *
  863.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  864.      */
  865.     protected function getCache_AppService()
  866.     {
  867.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('ua2hLuJPzd'0, ($this->targetDirs[0].'/pools'));
  868.         $a->setLogger(${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->getMonolog_Logger_CacheService()) && false ?: '_'});
  869.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  870.     }
  871.     /**
  872.      * Gets the public 'cache.system' shared service.
  873.      *
  874.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  875.      */
  876.     protected function getCache_SystemService()
  877.     {
  878.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('NqrJtRfaZh'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 ?: '_'}));
  879.     }
  880.     /**
  881.      * Gets the public 'data_collector.dump' shared service.
  882.      *
  883.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  884.      */
  885.     protected function getDataCollector_DumpService()
  886.     {
  887.         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);
  888.     }
  889.     /**
  890.      * Gets the public 'doctrine' shared service.
  891.      *
  892.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  893.      */
  894.     protected function getDoctrineService()
  895.     {
  896.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  897.     }
  898.     /**
  899.      * Gets the public 'http_kernel' shared service.
  900.      *
  901.      * @return \Symfony\Component\HttpKernel\HttpKernel
  902.      */
  903.     protected function getHttpKernelService()
  904.     {
  905.         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 ?: '_'});
  906.     }
  907.     /**
  908.      * Gets the public 'profiler' shared service.
  909.      *
  910.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  911.      */
  912.     protected function getProfilerService()
  913.     {
  914.         $a = ${($_ = isset($this->services['monolog.logger.profiler']) ? $this->services['monolog.logger.profiler'] : $this->getMonolog_Logger_ProfilerService()) && false ?: '_'};
  915.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDirs[0].'/profiler')), $atrue);
  916.         $b = ${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel')) && false ?: '_'};
  917.         $c = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  918.         $c->addInstance('cache.app', ${($_ = isset($this->services['cache.app']) ? $this->services['cache.app'] : $this->getCache_AppService()) && false ?: '_'});
  919.         $c->addInstance('cache.system', ${($_ = isset($this->services['cache.system']) ? $this->services['cache.system'] : $this->getCache_SystemService()) && false ?: '_'});
  920.         $c->addInstance('cache.validator', ${($_ = isset($this->services['cache.validator']) ? $this->services['cache.validator'] : $this->getCache_ValidatorService()) && false ?: '_'});
  921.         $c->addInstance('cache.serializer', ${($_ = isset($this->services['cache.serializer']) ? $this->services['cache.serializer'] : $this->getCache_SerializerService()) && false ?: '_'});
  922.         $c->addInstance('cache.annotations', ${($_ = isset($this->services['cache.annotations']) ? $this->services['cache.annotations'] : $this->getCache_AnnotationsService()) && false ?: '_'});
  923.         $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 ?: '_'});
  924.         $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 ?: '_'});
  925.         $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 ?: '_'});
  926.         $d = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'});
  927.         $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 ?: '_'});
  928.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  929.         if ($this->has('kernel')) {
  930.             $e->setKernel($b);
  931.         }
  932.         $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 ?: '_'});
  933.         $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 ?: '_'}));
  934.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  935.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(${($_ = isset($this->services['validator']) ? $this->services['validator'] : $this->getValidatorService()) && false ?: '_'}));
  936.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  937.         $instance->add(${($_ = isset($this->services['data_collector.form']) ? $this->services['data_collector.form'] : $this->getDataCollector_FormService()) && false ?: '_'});
  938.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  939.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDirs[0].'/appDevDebugProjectContainer')));
  940.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'}));
  941.         $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 ?: '_'});
  942.         $instance->add($c);
  943.         $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 ?: '_'}));
  944.         $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 ?: '_'}));
  945.         $instance->add($d);
  946.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  947.         $instance->add(${($_ = isset($this->services['data_collector.dump']) ? $this->services['data_collector.dump'] : $this->getDataCollector_DumpService()) && false ?: '_'});
  948.         $instance->add($e);
  949.         return $instance;
  950.     }
  951.     /**
  952.      * Gets the public 'request_stack' shared service.
  953.      *
  954.      * @return \Symfony\Component\HttpFoundation\RequestStack
  955.      */
  956.     protected function getRequestStackService()
  957.     {
  958.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  959.     }
  960.     /**
  961.      * Gets the public 'router' shared service.
  962.      *
  963.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  964.      */
  965.     protected function getRouterService()
  966.     {
  967.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router($this, ($this->targetDirs[3].'/app/config/routing_dev.yml'), ['cache_dir' => $this->targetDirs[0], 'debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator''generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper''generator_cache_class' => 'appDevDebugProjectContainerUrlGenerator''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher''matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper''matcher_cache_class' => 'appDevDebugProjectContainerUrlMatcher''strict_requirements' => true], ${($_ = isset($this->services['router.request_context']) ? $this->services['router.request_context'] : $this->getRouter_RequestContextService()) && false ?: '_'});
  968.         $instance->setConfigCacheFactory(${($_ = isset($this->services['config_cache_factory']) ? $this->services['config_cache_factory'] : $this->getConfigCacheFactoryService()) && false ?: '_'});
  969.         return $instance;
  970.     }
  971.     /**
  972.      * Gets the public 'security.authorization_checker' shared service.
  973.      *
  974.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  975.      */
  976.     protected function getSecurity_AuthorizationCheckerService()
  977.     {
  978.         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);
  979.     }
  980.     /**
  981.      * Gets the public 'security.token_storage' shared service.
  982.      *
  983.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  984.      */
  985.     protected function getSecurity_TokenStorageService()
  986.     {
  987.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  988.     }
  989.     /**
  990.      * Gets the public 'serializer' shared service.
  991.      *
  992.      * @return \Symfony\Component\Serializer\Serializer
  993.      */
  994.     protected function getSerializerService()
  995.     {
  996.         $a = ${($_ = isset($this->services['api_platform.swagger.normalizer.api_gateway']) ? $this->services['api_platform.swagger.normalizer.api_gateway'] : $this->getApiPlatform_Swagger_Normalizer_ApiGatewayService()) && false ?: '_'};
  997.         $b = ${($_ = isset($this->services['api_platform.metadata.property.name_collection_factory']) ? $this->services['api_platform.metadata.property.name_collection_factory'] : $this->getApiPlatform_Metadata_Property_NameCollectionFactoryService()) && false ?: '_'};
  998.         $c = ${($_ = isset($this->services['ApiPlatform\\Core\\Metadata\\Property\\Factory\\PropertyMetadataFactoryInterface']) ? $this->services['ApiPlatform\\Core\\Metadata\\Property\\Factory\\PropertyMetadataFactoryInterface'] : $this->getPropertyMetadataFactoryInterfaceService()) && false ?: '_'};
  999.         $d = ${($_ = isset($this->services['ApiPlatform\\Core\\Api\\IriConverterInterface']) ? $this->services['ApiPlatform\\Core\\Api\\IriConverterInterface'] : $this->getIriConverterInterfaceService()) && false ?: '_'};
  1000.         $e = ${($_ = isset($this->services['api_platform.resource_class_resolver']) ? $this->services['api_platform.resource_class_resolver'] : $this->getApiPlatform_ResourceClassResolverService()) && false ?: '_'};
  1001.         $f = ${($_ = isset($this->services['property_accessor']) ? $this->services['property_accessor'] : $this->getPropertyAccessorService()) && false ?: '_'};
  1002.         $g = ${($_ = isset($this->services['serializer.mapping.class_metadata_factory']) ? $this->services['serializer.mapping.class_metadata_factory'] : $this->getSerializer_Mapping_ClassMetadataFactoryService()) && false ?: '_'};
  1003.         $h = ${($_ = isset($this->services['api_platform.item_data_provider']) ? $this->services['api_platform.item_data_provider'] : $this->getApiPlatform_ItemDataProviderService()) && false ?: '_'};
  1004.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> $a=> $a=> new \ApiPlatform\Core\Problem\Serializer\ConstraintViolationListNormalizer([], NULL), => new \ApiPlatform\Core\Problem\Serializer\ErrorNormalizer(true), => new \ApiPlatform\Core\GraphQl\Serializer\ItemNormalizer($b$c$d$e$fNULL$g$hfalse), => new \ApiPlatform\Core\Serializer\ItemNormalizer($b$c$d$e$fNULL$g$hfalse), => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 11 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($gNULL$f, ${($_ = isset($this->services['property_info']) ? $this->services['property_info'] : $this->getPropertyInfoService()) && false ?: '_'})], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonproblem')]);
  1005.     }
  1006.     /**
  1007.      * Gets the public 'translator' shared service.
  1008.      *
  1009.      * @return \Symfony\Component\Translation\IdentityTranslator
  1010.      */
  1011.     protected function getTranslatorService()
  1012.     {
  1013.         return $this->services['translator'] = new \Symfony\Component\Translation\IdentityTranslator(new \Symfony\Component\Translation\MessageSelector());
  1014.     }
  1015.     /**
  1016.      * Gets the public 'twig' shared service.
  1017.      *
  1018.      * @return \Twig\Environment
  1019.      */
  1020.     protected function getTwigService()
  1021.     {
  1022.         $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']);
  1023.         $a = ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'};
  1024.         $b = ${($_ = isset($this->services['debug.file_link_formatter']) ? $this->services['debug.file_link_formatter'] : $this->getDebug_FileLinkFormatterService()) && false ?: '_'};
  1025.         $c = ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'};
  1026.         $d = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  1027.         $d->setDisplayOptions(['fileLinkFormat' => $b]);
  1028.         $e = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1029.         $e->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $b]);
  1030.         $f = new \Symfony\Bridge\Twig\AppVariable();
  1031.         $f->setEnvironment('dev');
  1032.         $f->setDebug(true);
  1033.         if ($this->has('security.token_storage')) {
  1034.             $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 ?: '_'});
  1035.         }
  1036.         if ($this->has('request_stack')) {
  1037.             $f->setRequestStack($c);
  1038.         }
  1039.         $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 ?: '_'}));
  1040.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(${($_ = isset($this->services['security.authorization_checker']) ? $this->services['security.authorization_checker'] : $this->getSecurity_AuthorizationCheckerService()) && false ?: '_'}));
  1041.         $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));
  1042.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'}));
  1043.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(${($_ = isset($this->services['assets.packages']) ? $this->services['assets.packages'] : $this->getAssets_PackagesService()) && false ?: '_'}));
  1044.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($b, ($this->targetDirs[3].'/app'), 'UTF-8'));
  1045.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}));
  1046.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1047.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  1048.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1049.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1050.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension($c, ${($_ = isset($this->services['router.request_context']) ? $this->services['router.request_context'] : $this->getRouter_RequestContextService()) && false ?: '_'}));
  1051.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([=> $this=> 'twig.form.renderer']));
  1052.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(${($_ = isset($this->services['var_dumper.cloner']) ? $this->services['var_dumper.cloner'] : $this->getVarDumper_ClonerService()) && false ?: '_'}, $d));
  1053.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1054.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($e));
  1055.         $instance->addGlobal('app'$f);
  1056.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\ServiceLocator(['Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => function () {
  1057.             return ${($_ = isset($this->services['twig.runtime.httpkernel']) ? $this->services['twig.runtime.httpkernel'] : $this->load('getTwig_Runtime_HttpkernelService.php')) && false ?: '_'};
  1058.         }, 'Symfony\\Component\\Form\\FormRenderer' => function () {
  1059.             return ${($_ = isset($this->services['twig.form.renderer']) ? $this->services['twig.form.renderer'] : $this->load('getTwig_Form_RendererService.php')) && false ?: '_'};
  1060.         }])));
  1061.         $instance->addGlobal('site_title''Akoranga - MGPI');
  1062.         $instance->addGlobal('site_short_title''Akoranga');
  1063.         $instance->addGlobal('site_from_email''akoranga@mgpi.co.nz');
  1064.         $instance->addGlobal('site_from_title''Akoranga - MGPI');
  1065.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1066.         return $instance;
  1067.     }
  1068.     /**
  1069.      * Gets the public 'validator' shared service.
  1070.      *
  1071.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1072.      */
  1073.     protected function getValidatorService()
  1074.     {
  1075.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(${($_ = isset($this->services['validator.builder']) ? $this->services['validator.builder'] : $this->getValidator_BuilderService()) && false ?: '_'}->getValidator());
  1076.     }
  1077.     /**
  1078.      * Gets the public 'var_dumper.cloner' shared service.
  1079.      *
  1080.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1081.      */
  1082.     protected function getVarDumper_ClonerService()
  1083.     {
  1084.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1085.         $instance->setMaxItems(2500);
  1086.         $instance->setMinDepth(1);
  1087.         $instance->setMaxString(-1);
  1088.         return $instance;
  1089.     }
  1090.     /**
  1091.      * Gets the private 'ApiPlatform\Core\Api\IriConverterInterface' shared service.
  1092.      *
  1093.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter
  1094.      */
  1095.     protected function getIriConverterInterfaceService()
  1096.     {
  1097.         $a = ${($_ = isset($this->services['ApiPlatform\\Core\\Api\\UrlGeneratorInterface']) ? $this->services['ApiPlatform\\Core\\Api\\UrlGeneratorInterface'] : $this->getUrlGeneratorInterfaceService()) && false ?: '_'};
  1098.         return $this->services['ApiPlatform\\Core\\Api\\IriConverterInterface'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter(${($_ = isset($this->services['api_platform.metadata.property.name_collection_factory']) ? $this->services['api_platform.metadata.property.name_collection_factory'] : $this->getApiPlatform_Metadata_Property_NameCollectionFactoryService()) && false ?: '_'}, ${($_ = isset($this->services['ApiPlatform\\Core\\Metadata\\Property\\Factory\\PropertyMetadataFactoryInterface']) ? $this->services['ApiPlatform\\Core\\Metadata\\Property\\Factory\\PropertyMetadataFactoryInterface'] : $this->getPropertyMetadataFactoryInterfaceService()) && false ?: '_'}, ${($_ = isset($this->services['api_platform.item_data_provider']) ? $this->services['api_platform.item_data_provider'] : $this->getApiPlatform_ItemDataProviderService()) && false ?: '_'}, new \ApiPlatform\Core\Bridge\Symfony\Routing\CachedRouteNameResolver(${($_ = isset($this->services['api_platform.cache.route_name_resolver']) ? $this->services['api_platform.cache.route_name_resolver'] : ($this->services['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())) && false ?: '_'}, new \ApiPlatform\Core\Bridge\Symfony\Routing\RouteNameResolver($a)), $a, ${($_ = isset($this->services['property_accessor']) ? $this->services['property_accessor'] : $this->getPropertyAccessorService()) && false ?: '_'}, ${($_ = isset($this->services['api_platform.identifiers_extractor.cached']) ? $this->services['api_platform.identifiers_extractor.cached'] : $this->getApiPlatform_IdentifiersExtractor_CachedService()) && false ?: '_'}, ${($_ = isset($this->services['api_platform.subresource_data_provider']) ? $this->services['api_platform.subresource_data_provider'] : $this->getApiPlatform_SubresourceDataProviderService()) && false ?: '_'});
  1099.     }
  1100.     /**
  1101.      * Gets the private 'ApiPlatform\Core\Api\UrlGeneratorInterface' shared service.
  1102.      *
  1103.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\Router
  1104.      */
  1105.     protected function getUrlGeneratorInterfaceService()
  1106.     {
  1107.         return $this->services['ApiPlatform\\Core\\Api\\UrlGeneratorInterface'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\Router(${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'});
  1108.     }
  1109.     /**
  1110.      * Gets the private 'ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension' shared service.
  1111.      *
  1112.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension
  1113.      */
  1114.     protected function getEagerLoadingExtensionService()
  1115.     {
  1116.         return $this->services['ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\EagerLoadingExtension'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension(${($_ = isset($this->services['api_platform.metadata.property.name_collection_factory']) ? $this->services['api_platform.metadata.property.name_collection_factory'] : $this->getApiPlatform_Metadata_Property_NameCollectionFactoryService()) && false ?: '_'}, ${($_ = isset($this->services['ApiPlatform\\Core\\Metadata\\Property\\Factory\\PropertyMetadataFactoryInterface']) ? $this->services['ApiPlatform\\Core\\Metadata\\Property\\Factory\\PropertyMetadataFactoryInterface'] : $this->getPropertyMetadataFactoryInterfaceService()) && false ?: '_'}, ${($_ = isset($this->services['ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceMetadataFactoryInterface']) ? $this->services['ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceMetadataFactoryInterface'] : $this->getResourceMetadataFactoryInterfaceService()) && false ?: '_'}, 50trueNULLNULLfalse, ${($_ = isset($this->services['serializer.mapping.class_metadata_factory']) ? $this->services['serializer.mapping.class_metadata_factory'] : $this->getSerializer_Mapping_ClassMetadataFactoryService()) && false ?: '_'});
  1117.     }
  1118.     /**
  1119.      * Gets the private 'ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension' shared service.
  1120.      *
  1121.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension
  1122.      */
  1123.     protected function getFilterEagerLoadingExtensionService()
  1124.     {
  1125.         return $this->services['ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\FilterEagerLoadingExtension'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension(${($_ = isset($this->services['ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceMetadataFactoryInterface']) ? $this->services['ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceMetadataFactoryInterface'] : $this->getResourceMetadataFactoryInterfaceService()) && false ?: '_'}, true);
  1126.     }
  1127.     /**
  1128.      * Gets the private 'ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension' shared service.
  1129.      *
  1130.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension
  1131.      */
  1132.     protected function getFilterExtensionService()
  1133.     {
  1134.         return $this->services['ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\FilterExtension'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension(${($_ = isset($this->services['ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceMetadataFactoryInterface']) ? $this->services['ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceMetadataFactoryInterface'] : $this->getResourceMetadataFactoryInterfaceService()) && false ?: '_'}, ${($_ = isset($this->services['api_platform.filter_locator']) ? $this->services['api_platform.filter_locator'] : ($this->services['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\ServiceLocator([]))) && false ?: '_'});
  1135.     }
  1136.     /**
  1137.      * Gets the private 'ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension' shared service.
  1138.      *
  1139.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension
  1140.      */
  1141.     protected function getOrderExtensionService()
  1142.     {
  1143.         return $this->services['ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\OrderExtension'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension('ASC', ${($_ = isset($this->services['ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceMetadataFactoryInterface']) ? $this->services['ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceMetadataFactoryInterface'] : $this->getResourceMetadataFactoryInterfaceService()) && false ?: '_'});
  1144.     }
  1145.     /**
  1146.      * Gets the private 'ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension' shared service.
  1147.      *
  1148.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension
  1149.      */
  1150.     protected function getPaginationExtensionService()
  1151.     {
  1152.         return $this->services['ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\PaginationExtension'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, ${($_ = isset($this->services['ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceMetadataFactoryInterface']) ? $this->services['ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceMetadataFactoryInterface'] : $this->getResourceMetadataFactoryInterfaceService()) && false ?: '_'}, truefalsefalse30'page''pagination''itemsPerPage'NULLfalsefalse'partial');
  1153.     }
  1154.     /**
  1155.      * Gets the private 'ApiPlatform\Core\Metadata\Property\Factory\PropertyMetadataFactoryInterface' shared service.
  1156.      *
  1157.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  1158.      */
  1159.     protected function getPropertyMetadataFactoryInterfaceService()
  1160.     {
  1161.         $a = ${($_ = isset($this->services['annotation_reader']) ? $this->services['annotation_reader'] : $this->getAnnotationReaderService()) && false ?: '_'};
  1162.         return $this->services['ApiPlatform\\Core\\Metadata\\Property\\Factory\\PropertyMetadataFactoryInterface'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(${($_ = isset($this->services['api_platform.cache.metadata.property']) ? $this->services['api_platform.cache.metadata.property'] : ($this->services['api_platform.cache.metadata.property'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())) && false ?: '_'}, new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory(${($_ = isset($this->services['validator']) ? $this->services['validator'] : $this->getValidatorService()) && false ?: '_'}, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(${($_ = isset($this->services['ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceMetadataFactoryInterface']) ? $this->services['ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceMetadataFactoryInterface'] : $this->getResourceMetadataFactoryInterfaceService()) && false ?: '_'}, ${($_ = isset($this->services['serializer.mapping.class_metadata_factory']) ? $this->services['serializer.mapping.class_metadata_factory'] : $this->getSerializer_Mapping_ClassMetadataFactoryService()) && false ?: '_'}, new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'}, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(${($_ = isset($this->services['api_platform.metadata.extractor.yaml']) ? $this->services['api_platform.metadata.extractor.yaml'] : ($this->services['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([]))) && false ?: '_'}, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\InheritedPropertyMetadataFactory(${($_ = isset($this->services['ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceNameCollectionFactoryInterface']) ? $this->services['ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceNameCollectionFactoryInterface'] : $this->getResourceNameCollectionFactoryInterfaceService()) && false ?: '_'}, new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory(${($_ = isset($this->services['property_info']) ? $this->services['property_info'] : $this->getPropertyInfoService()) && false ?: '_'}, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(${($_ = isset($this->services['api_platform.metadata.extractor.xml']) ? $this->services['api_platform.metadata.extractor.xml'] : ($this->services['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([]))) && false ?: '_'}))))))))));
  1163.     }
  1164.     /**
  1165.      * Gets the private 'ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface' shared service.
  1166.      *
  1167.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  1168.      */
  1169.     protected function getResourceMetadataFactoryInterfaceService()
  1170.     {
  1171.         $a = ${($_ = isset($this->services['annotation_reader']) ? $this->services['annotation_reader'] : $this->getAnnotationReaderService()) && false ?: '_'};
  1172.         return $this->services['ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceMetadataFactoryInterface'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(${($_ = isset($this->services['api_platform.cache.metadata.resource']) ? $this->services['api_platform.cache.metadata.resource'] : ($this->services['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())) && false ?: '_'}, new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(${($_ = isset($this->services['api_platform.metadata.extractor.yaml']) ? $this->services['api_platform.metadata.extractor.yaml'] : ($this->services['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([]))) && false ?: '_'}, new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(${($_ = isset($this->services['api_platform.metadata.extractor.xml']) ? $this->services['api_platform.metadata.extractor.xml'] : ($this->services['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([]))) && false ?: '_'}))))), $this->parameters['api_platform.formats']));
  1173.     }
  1174.     /**
  1175.      * Gets the private 'ApiPlatform\Core\Metadata\Resource\Factory\ResourceNameCollectionFactoryInterface' shared service.
  1176.      *
  1177.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  1178.      */
  1179.     protected function getResourceNameCollectionFactoryInterfaceService()
  1180.     {
  1181.         return $this->services['ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceNameCollectionFactoryInterface'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(${($_ = isset($this->services['api_platform.cache.metadata.resource']) ? $this->services['api_platform.cache.metadata.resource'] : ($this->services['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())) && false ?: '_'}, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(${($_ = isset($this->services['api_platform.metadata.extractor.yaml']) ? $this->services['api_platform.metadata.extractor.yaml'] : ($this->services['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([]))) && false ?: '_'}, new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(${($_ = isset($this->services['annotation_reader']) ? $this->services['annotation_reader'] : $this->getAnnotationReaderService()) && false ?: '_'}, $this->getParameter('api_platform.resource_class_directories'), new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(${($_ = isset($this->services['api_platform.metadata.extractor.xml']) ? $this->services['api_platform.metadata.extractor.xml'] : ($this->services['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([]))) && false ?: '_'}))));
  1182.     }
  1183.     /**
  1184.      * Gets the private 'ApiPlatform\Core\Security\ResourceAccessCheckerInterface' shared service.
  1185.      *
  1186.      * @return \ApiPlatform\Core\Security\ResourceAccessChecker
  1187.      */
  1188.     protected function getResourceAccessCheckerInterfaceService()
  1189.     {
  1190.         return $this->services['ApiPlatform\\Core\\Security\\ResourceAccessCheckerInterface'] = new \ApiPlatform\Core\Security\ResourceAccessChecker(new \ApiPlatform\Core\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 ?: '_'});
  1191.     }
  1192.     /**
  1193.      * Gets the private 'ApiPlatform\Core\Serializer\SerializerContextBuilderInterface' shared service.
  1194.      *
  1195.      * @return \ApiPlatform\Core\Serializer\SerializerFilterContextBuilder
  1196.      */
  1197.     protected function getSerializerContextBuilderInterfaceService()
  1198.     {
  1199.         $a = ${($_ = isset($this->services['ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceMetadataFactoryInterface']) ? $this->services['ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceMetadataFactoryInterface'] : $this->getResourceMetadataFactoryInterfaceService()) && false ?: '_'};
  1200.         return $this->services['ApiPlatform\\Core\\Serializer\\SerializerContextBuilderInterface'] = new \ApiPlatform\Core\Serializer\SerializerFilterContextBuilder($a, ${($_ = isset($this->services['api_platform.filter_locator']) ? $this->services['api_platform.filter_locator'] : ($this->services['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\ServiceLocator([]))) && false ?: '_'}, new \ApiPlatform\Core\Serializer\SerializerContextBuilder($a));
  1201.     }
  1202.     /**
  1203.      * Gets the private 'annotation_reader' shared service.
  1204.      *
  1205.      * @return \Doctrine\Common\Annotations\CachedReader
  1206.      */
  1207.     protected function getAnnotationReaderService()
  1208.     {
  1209.         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);
  1210.     }
  1211.     /**
  1212.      * Gets the private 'annotations.reader' shared service.
  1213.      *
  1214.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1215.      */
  1216.     protected function getAnnotations_ReaderService()
  1217.     {
  1218.         $this->services['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1219.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1220.         $a->registerUniqueLoader('class_exists');
  1221.         $instance->addGlobalIgnoredName('required'$a);
  1222.         return $instance;
  1223.     }
  1224.     /**
  1225.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  1226.      *
  1227.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  1228.      */
  1229.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  1230.     {
  1231.         return $this->services['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
  1232.     }
  1233.     /**
  1234.      * Gets the private 'api_platform.cache.metadata.property' shared service.
  1235.      *
  1236.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  1237.      */
  1238.     protected function getApiPlatform_Cache_Metadata_PropertyService()
  1239.     {
  1240.         return $this->services['api_platform.cache.metadata.property'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
  1241.     }
  1242.     /**
  1243.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  1244.      *
  1245.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  1246.      */
  1247.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  1248.     {
  1249.         return $this->services['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
  1250.     }
  1251.     /**
  1252.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  1253.      *
  1254.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  1255.      */
  1256.     protected function getApiPlatform_Cache_RouteNameResolverService()
  1257.     {
  1258.         return $this->services['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
  1259.     }
  1260.     /**
  1261.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  1262.      *
  1263.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  1264.      */
  1265.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  1266.     {
  1267.         return $this->services['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
  1268.     }
  1269.     /**
  1270.      * Gets the private 'api_platform.collection_data_provider' shared service.
  1271.      *
  1272.      * @return \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider
  1273.      */
  1274.     protected function getApiPlatform_CollectionDataProviderService()
  1275.     {
  1276.         return $this->services['api_platform.collection_data_provider'] = new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider([=> new \ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'}, [=> ${($_ = isset($this->services['ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\EagerLoadingExtension']) ? $this->services['ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\EagerLoadingExtension'] : $this->getEagerLoadingExtensionService()) && false ?: '_'}, => ${($_ = isset($this->services['ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\FilterExtension']) ? $this->services['ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\FilterExtension'] : $this->getFilterExtensionService()) && false ?: '_'}, => ${($_ = isset($this->services['ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\FilterEagerLoadingExtension']) ? $this->services['ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\FilterEagerLoadingExtension'] : $this->getFilterEagerLoadingExtensionService()) && false ?: '_'}, => ${($_ = isset($this->services['ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\OrderExtension']) ? $this->services['ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\OrderExtension'] : $this->getOrderExtensionService()) && false ?: '_'}, => ${($_ = isset($this->services['ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\PaginationExtension']) ? $this->services['ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\PaginationExtension'] : $this->getPaginationExtensionService()) && false ?: '_'}])]);
  1277.     }
  1278.     /**
  1279.      * Gets the private 'api_platform.filter_locator' shared service.
  1280.      *
  1281.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1282.      */
  1283.     protected function getApiPlatform_FilterLocatorService()
  1284.     {
  1285.         return $this->services['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\ServiceLocator([]);
  1286.     }
  1287.     /**
  1288.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  1289.      *
  1290.      * @return \ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener
  1291.      */
  1292.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  1293.     {
  1294.         return $this->services['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL);
  1295.     }
  1296.     /**
  1297.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  1298.      *
  1299.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  1300.      */
  1301.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  1302.     {
  1303.         $a = ${($_ = isset($this->services['property_accessor']) ? $this->services['property_accessor'] : $this->getPropertyAccessorService()) && false ?: '_'};
  1304.         $b = ${($_ = isset($this->services['api_platform.resource_class_resolver']) ? $this->services['api_platform.resource_class_resolver'] : $this->getApiPlatform_ResourceClassResolverService()) && false ?: '_'};
  1305.         return $this->services['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(${($_ = isset($this->services['api_platform.cache.identifiers_extractor']) ? $this->services['api_platform.cache.identifiers_extractor'] : ($this->services['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())) && false ?: '_'}, new \ApiPlatform\Core\Api\IdentifiersExtractor(${($_ = isset($this->services['api_platform.metadata.property.name_collection_factory']) ? $this->services['api_platform.metadata.property.name_collection_factory'] : $this->getApiPlatform_Metadata_Property_NameCollectionFactoryService()) && false ?: '_'}, ${($_ = isset($this->services['ApiPlatform\\Core\\Metadata\\Property\\Factory\\PropertyMetadataFactoryInterface']) ? $this->services['ApiPlatform\\Core\\Metadata\\Property\\Factory\\PropertyMetadataFactoryInterface'] : $this->getPropertyMetadataFactoryInterfaceService()) && false ?: '_'}, $a$b), $a$b);
  1306.     }
  1307.     /**
  1308.      * Gets the private 'api_platform.item_data_provider' shared service.
  1309.      *
  1310.      * @return \ApiPlatform\Core\DataProvider\ChainItemDataProvider
  1311.      */
  1312.     protected function getApiPlatform_ItemDataProviderService()
  1313.     {
  1314.         return $this->services['api_platform.item_data_provider'] = new \ApiPlatform\Core\DataProvider\ChainItemDataProvider([=> new \ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'}, ${($_ = isset($this->services['api_platform.metadata.property.name_collection_factory']) ? $this->services['api_platform.metadata.property.name_collection_factory'] : $this->getApiPlatform_Metadata_Property_NameCollectionFactoryService()) && false ?: '_'}, ${($_ = isset($this->services['ApiPlatform\\Core\\Metadata\\Property\\Factory\\PropertyMetadataFactoryInterface']) ? $this->services['ApiPlatform\\Core\\Metadata\\Property\\Factory\\PropertyMetadataFactoryInterface'] : $this->getPropertyMetadataFactoryInterfaceService()) && false ?: '_'}, [=> ${($_ = isset($this->services['ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\EagerLoadingExtension']) ? $this->services['ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\EagerLoadingExtension'] : $this->getEagerLoadingExtensionService()) && false ?: '_'}])]);
  1315.     }
  1316.     /**
  1317.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  1318.      *
  1319.      * @return \ApiPlatform\Core\EventListener\AddFormatListener
  1320.      */
  1321.     protected function getApiPlatform_Listener_Request_AddFormatService()
  1322.     {
  1323.         return $this->services['api_platform.listener.request.add_format'] = new \ApiPlatform\Core\EventListener\AddFormatListener(new \Negotiation\Negotiator(), $this->parameters['api_platform.formats']);
  1324.     }
  1325.     /**
  1326.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  1327.      *
  1328.      * @return \ApiPlatform\Core\EventListener\DeserializeListener
  1329.      */
  1330.     protected function getApiPlatform_Listener_Request_DeserializeService()
  1331.     {
  1332.         return $this->services['api_platform.listener.request.deserialize'] = new \ApiPlatform\Core\EventListener\DeserializeListener(${($_ = isset($this->services['serializer']) ? $this->services['serializer'] : $this->getSerializerService()) && false ?: '_'}, ${($_ = isset($this->services['ApiPlatform\\Core\\Serializer\\SerializerContextBuilderInterface']) ? $this->services['ApiPlatform\\Core\\Serializer\\SerializerContextBuilderInterface'] : $this->getSerializerContextBuilderInterfaceService()) && false ?: '_'}, $this->parameters['api_platform.formats']);
  1333.     }
  1334.     /**
  1335.      * Gets the private 'api_platform.listener.request.read' shared service.
  1336.      *
  1337.      * @return \ApiPlatform\Core\EventListener\ReadListener
  1338.      */
  1339.     protected function getApiPlatform_Listener_Request_ReadService()
  1340.     {
  1341.         return $this->services['api_platform.listener.request.read'] = new \ApiPlatform\Core\EventListener\ReadListener(${($_ = isset($this->services['api_platform.collection_data_provider']) ? $this->services['api_platform.collection_data_provider'] : $this->getApiPlatform_CollectionDataProviderService()) && false ?: '_'}, ${($_ = isset($this->services['api_platform.item_data_provider']) ? $this->services['api_platform.item_data_provider'] : $this->getApiPlatform_ItemDataProviderService()) && false ?: '_'}, ${($_ = isset($this->services['api_platform.subresource_data_provider']) ? $this->services['api_platform.subresource_data_provider'] : $this->getApiPlatform_SubresourceDataProviderService()) && false ?: '_'}, ${($_ = isset($this->services['ApiPlatform\\Core\\Serializer\\SerializerContextBuilderInterface']) ? $this->services['ApiPlatform\\Core\\Serializer\\SerializerContextBuilderInterface'] : $this->getSerializerContextBuilderInterfaceService()) && false ?: '_'});
  1342.     }
  1343.     /**
  1344.      * Gets the private 'api_platform.metadata.extractor.xml' shared service.
  1345.      *
  1346.      * @return \ApiPlatform\Core\Metadata\Extractor\XmlExtractor
  1347.      */
  1348.     protected function getApiPlatform_Metadata_Extractor_XmlService()
  1349.     {
  1350.         return $this->services['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([]);
  1351.     }
  1352.     /**
  1353.      * Gets the private 'api_platform.metadata.extractor.yaml' shared service.
  1354.      *
  1355.      * @return \ApiPlatform\Core\Metadata\Extractor\YamlExtractor
  1356.      */
  1357.     protected function getApiPlatform_Metadata_Extractor_YamlService()
  1358.     {
  1359.         return $this->services['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([]);
  1360.     }
  1361.     /**
  1362.      * Gets the private 'api_platform.metadata.property.name_collection_factory' shared service.
  1363.      *
  1364.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  1365.      */
  1366.     protected function getApiPlatform_Metadata_Property_NameCollectionFactoryService()
  1367.     {
  1368.         return $this->services['api_platform.metadata.property.name_collection_factory'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(${($_ = isset($this->services['api_platform.cache.metadata.property']) ? $this->services['api_platform.cache.metadata.property'] : ($this->services['api_platform.cache.metadata.property'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())) && false ?: '_'}, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(${($_ = isset($this->services['api_platform.metadata.extractor.yaml']) ? $this->services['api_platform.metadata.extractor.yaml'] : ($this->services['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([]))) && false ?: '_'}, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(${($_ = isset($this->services['api_platform.metadata.extractor.xml']) ? $this->services['api_platform.metadata.extractor.xml'] : ($this->services['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([]))) && false ?: '_'}, new \ApiPlatform\Core\Metadata\Property\Factory\InheritedPropertyNameCollectionFactory(${($_ = isset($this->services['ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceNameCollectionFactoryInterface']) ? $this->services['ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceNameCollectionFactoryInterface'] : $this->getResourceNameCollectionFactoryInterfaceService()) && false ?: '_'}, new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyNameCollectionFactory(${($_ = isset($this->services['property_info']) ? $this->services['property_info'] : $this->getPropertyInfoService()) && false ?: '_'})))));
  1369.     }
  1370.     /**
  1371.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  1372.      *
  1373.      * @return \ApiPlatform\Core\PathResolver\CustomOperationPathResolver
  1374.      */
  1375.     protected function getApiPlatform_OperationPathResolver_CustomService()
  1376.     {
  1377.         return $this->services['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\Core\PathResolver\CustomOperationPathResolver(new \ApiPlatform\Core\PathResolver\OperationPathResolver(${($_ = isset($this->services['api_platform.path_segment_name_generator']) ? $this->services['api_platform.path_segment_name_generator'] : ($this->services['api_platform.path_segment_name_generator'] = new \ApiPlatform\Core\Operation\UnderscorePathSegmentNameGenerator())) && false ?: '_'}));
  1378.     }
  1379.     /**
  1380.      * Gets the private 'api_platform.path_segment_name_generator' shared service.
  1381.      *
  1382.      * @return \ApiPlatform\Core\Operation\UnderscorePathSegmentNameGenerator
  1383.      */
  1384.     protected function getApiPlatform_PathSegmentNameGeneratorService()
  1385.     {
  1386.         return $this->services['api_platform.path_segment_name_generator'] = new \ApiPlatform\Core\Operation\UnderscorePathSegmentNameGenerator();
  1387.     }
  1388.     /**
  1389.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  1390.      *
  1391.      * @return \ApiPlatform\Core\Api\ResourceClassResolver
  1392.      */
  1393.     protected function getApiPlatform_ResourceClassResolverService()
  1394.     {
  1395.         return $this->services['api_platform.resource_class_resolver'] = new \ApiPlatform\Core\Api\ResourceClassResolver(${($_ = isset($this->services['ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceNameCollectionFactoryInterface']) ? $this->services['ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceNameCollectionFactoryInterface'] : $this->getResourceNameCollectionFactoryInterfaceService()) && false ?: '_'});
  1396.     }
  1397.     /**
  1398.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  1399.      *
  1400.      * @return \ApiPlatform\Core\Security\EventListener\DenyAccessListener
  1401.      */
  1402.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  1403.     {
  1404.         return $this->services['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Core\Security\EventListener\DenyAccessListener(${($_ = isset($this->services['ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceMetadataFactoryInterface']) ? $this->services['ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceMetadataFactoryInterface'] : $this->getResourceMetadataFactoryInterfaceService()) && false ?: '_'}, ${($_ = isset($this->services['ApiPlatform\\Core\\Security\\ResourceAccessCheckerInterface']) ? $this->services['ApiPlatform\\Core\\Security\\ResourceAccessCheckerInterface'] : $this->getResourceAccessCheckerInterfaceService()) && false ?: '_'});
  1405.     }
  1406.     /**
  1407.      * Gets the private 'api_platform.subresource_data_provider' shared service.
  1408.      *
  1409.      * @return \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider
  1410.      */
  1411.     protected function getApiPlatform_SubresourceDataProviderService()
  1412.     {
  1413.         $a = ${($_ = isset($this->services['ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\EagerLoadingExtension']) ? $this->services['ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\EagerLoadingExtension'] : $this->getEagerLoadingExtensionService()) && false ?: '_'};
  1414.         return $this->services['api_platform.subresource_data_provider'] = new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider([=> new \ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'}, ${($_ = isset($this->services['api_platform.metadata.property.name_collection_factory']) ? $this->services['api_platform.metadata.property.name_collection_factory'] : $this->getApiPlatform_Metadata_Property_NameCollectionFactoryService()) && false ?: '_'}, ${($_ = isset($this->services['ApiPlatform\\Core\\Metadata\\Property\\Factory\\PropertyMetadataFactoryInterface']) ? $this->services['ApiPlatform\\Core\\Metadata\\Property\\Factory\\PropertyMetadataFactoryInterface'] : $this->getPropertyMetadataFactoryInterfaceService()) && false ?: '_'}, [=> $a=> ${($_ = isset($this->services['ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\FilterExtension']) ? $this->services['ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\FilterExtension'] : $this->getFilterExtensionService()) && false ?: '_'}, => ${($_ = isset($this->services['ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\FilterEagerLoadingExtension']) ? $this->services['ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\FilterEagerLoadingExtension'] : $this->getFilterEagerLoadingExtensionService()) && false ?: '_'}, => ${($_ = isset($this->services['ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\OrderExtension']) ? $this->services['ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\OrderExtension'] : $this->getOrderExtensionService()) && false ?: '_'}, => ${($_ = isset($this->services['ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\PaginationExtension']) ? $this->services['ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\PaginationExtension'] : $this->getPaginationExtensionService()) && false ?: '_'}], [=> $a])]);
  1415.     }
  1416.     /**
  1417.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  1418.      *
  1419.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  1420.      */
  1421.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  1422.     {
  1423.         return $this->services['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(${($_ = isset($this->services['api_platform.cache.subresource_operation_factory']) ? $this->services['api_platform.cache.subresource_operation_factory'] : ($this->services['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())) && false ?: '_'}, new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(${($_ = isset($this->services['ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceMetadataFactoryInterface']) ? $this->services['ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceMetadataFactoryInterface'] : $this->getResourceMetadataFactoryInterfaceService()) && false ?: '_'}, ${($_ = isset($this->services['api_platform.metadata.property.name_collection_factory']) ? $this->services['api_platform.metadata.property.name_collection_factory'] : $this->getApiPlatform_Metadata_Property_NameCollectionFactoryService()) && false ?: '_'}, ${($_ = isset($this->services['ApiPlatform\\Core\\Metadata\\Property\\Factory\\PropertyMetadataFactoryInterface']) ? $this->services['ApiPlatform\\Core\\Metadata\\Property\\Factory\\PropertyMetadataFactoryInterface'] : $this->getPropertyMetadataFactoryInterfaceService()) && false ?: '_'}, ${($_ = isset($this->services['api_platform.path_segment_name_generator']) ? $this->services['api_platform.path_segment_name_generator'] : ($this->services['api_platform.path_segment_name_generator'] = new \ApiPlatform\Core\Operation\UnderscorePathSegmentNameGenerator())) && false ?: '_'}));
  1424.     }
  1425.     /**
  1426.      * Gets the private 'api_platform.swagger.listener.ui' shared service.
  1427.      *
  1428.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\EventListener\SwaggerUiListener
  1429.      */
  1430.     protected function getApiPlatform_Swagger_Listener_UiService()
  1431.     {
  1432.         return $this->services['api_platform.swagger.listener.ui'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\EventListener\SwaggerUiListener();
  1433.     }
  1434.     /**
  1435.      * Gets the private 'api_platform.swagger.normalizer.api_gateway' shared service.
  1436.      *
  1437.      * @return \ApiPlatform\Core\Swagger\Serializer\ApiGatewayNormalizer
  1438.      */
  1439.     protected function getApiPlatform_Swagger_Normalizer_ApiGatewayService()
  1440.     {
  1441.         $a = ${($_ = isset($this->services['ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceMetadataFactoryInterface']) ? $this->services['ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceMetadataFactoryInterface'] : $this->getResourceMetadataFactoryInterfaceService()) && false ?: '_'};
  1442.         $b = ${($_ = isset($this->services['ApiPlatform\\Core\\Api\\UrlGeneratorInterface']) ? $this->services['ApiPlatform\\Core\\Api\\UrlGeneratorInterface'] : $this->getUrlGeneratorInterfaceService()) && false ?: '_'};
  1443.         $c = ${($_ = isset($this->services['api_platform.subresource_operation_factory.cached']) ? $this->services['api_platform.subresource_operation_factory.cached'] : $this->getApiPlatform_SubresourceOperationFactory_CachedService()) && false ?: '_'};
  1444.         return $this->services['api_platform.swagger.normalizer.api_gateway'] = new \ApiPlatform\Core\Swagger\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($a, ${($_ = isset($this->services['api_platform.metadata.property.name_collection_factory']) ? $this->services['api_platform.metadata.property.name_collection_factory'] : $this->getApiPlatform_Metadata_Property_NameCollectionFactoryService()) && false ?: '_'}, ${($_ = isset($this->services['ApiPlatform\\Core\\Metadata\\Property\\Factory\\PropertyMetadataFactoryInterface']) ? $this->services['ApiPlatform\\Core\\Metadata\\Property\\Factory\\PropertyMetadataFactoryInterface'] : $this->getPropertyMetadataFactoryInterfaceService()) && false ?: '_'}, ${($_ = isset($this->services['api_platform.resource_class_resolver']) ? $this->services['api_platform.resource_class_resolver'] : $this->getApiPlatform_ResourceClassResolverService()) && false ?: '_'}, new \ApiPlatform\Core\Bridge\Symfony\Routing\OperationMethodResolver($b$a), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver($b, ${($_ = isset($this->services['api_platform.operation_path_resolver.custom']) ? $this->services['api_platform.operation_path_resolver.custom'] : $this->getApiPlatform_OperationPathResolver_CustomService()) && false ?: '_'}, $c), NULL, ${($_ = isset($this->services['api_platform.filter_locator']) ? $this->services['api_platform.filter_locator'] : ($this->services['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\ServiceLocator([]))) && false ?: '_'}, NULLfalse'oauth2''application''/oauth/v2/token''/oauth/v2/auth', [], $this->parameters['api_platform.swagger.api_keys'], $ctrue'page'false'itemsPerPage'));
  1445.     }
  1446.     /**
  1447.      * Gets the private 'assets.context' shared service.
  1448.      *
  1449.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  1450.      */
  1451.     protected function getAssets_ContextService()
  1452.     {
  1453.         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);
  1454.     }
  1455.     /**
  1456.      * Gets the private 'assets.packages' shared service.
  1457.      *
  1458.      * @return \Symfony\Component\Asset\Packages
  1459.      */
  1460.     protected function getAssets_PackagesService()
  1461.     {
  1462.         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 ?: '_'}), []);
  1463.     }
  1464.     /**
  1465.      * Gets the private 'cache.annotations' shared service.
  1466.      *
  1467.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1468.      */
  1469.     protected function getCache_AnnotationsService()
  1470.     {
  1471.         return $this->services['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('XkPQK4tZ0F'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 ?: '_'}));
  1472.     }
  1473.     /**
  1474.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  1475.      *
  1476.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1477.      */
  1478.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  1479.     {
  1480.         return $this->services['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1481.     }
  1482.     /**
  1483.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1484.      *
  1485.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1486.      */
  1487.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1488.     {
  1489.         return $this->services['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1490.     }
  1491.     /**
  1492.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1493.      *
  1494.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1495.      */
  1496.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1497.     {
  1498.         return $this->services['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1499.     }
  1500.     /**
  1501.      * Gets the private 'cache.serializer' shared service.
  1502.      *
  1503.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1504.      */
  1505.     protected function getCache_SerializerService()
  1506.     {
  1507.         return $this->services['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('wpUjL6TtaX'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 ?: '_'}));
  1508.     }
  1509.     /**
  1510.      * Gets the private 'cache.validator' shared service.
  1511.      *
  1512.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1513.      */
  1514.     protected function getCache_ValidatorService()
  1515.     {
  1516.         return $this->services['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('zEA71eVqJU'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 ?: '_'}));
  1517.     }
  1518.     /**
  1519.      * Gets the private 'config_cache_factory' shared service.
  1520.      *
  1521.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1522.      */
  1523.     protected function getConfigCacheFactoryService()
  1524.     {
  1525.         return $this->services['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1526.             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 ?: '_'};
  1527.             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 ?: '_'};
  1528.         }, 2));
  1529.     }
  1530.     /**
  1531.      * Gets the private 'controller_name_converter' shared service.
  1532.      *
  1533.      * @return \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser
  1534.      */
  1535.     protected function getControllerNameConverterService()
  1536.     {
  1537.         return $this->services['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'});
  1538.     }
  1539.     /**
  1540.      * Gets the private 'data_collector.form' shared service.
  1541.      *
  1542.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1543.      */
  1544.     protected function getDataCollector_FormService()
  1545.     {
  1546.         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 ?: '_'});
  1547.     }
  1548.     /**
  1549.      * Gets the private 'data_collector.form.extractor' shared service.
  1550.      *
  1551.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor
  1552.      */
  1553.     protected function getDataCollector_Form_ExtractorService()
  1554.     {
  1555.         return $this->services['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor();
  1556.     }
  1557.     /**
  1558.      * Gets the private 'data_collector.request' shared service.
  1559.      *
  1560.      * @return \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector
  1561.      */
  1562.     protected function getDataCollector_RequestService()
  1563.     {
  1564.         return $this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector();
  1565.     }
  1566.     /**
  1567.      * Gets the private 'data_collector.router' shared service.
  1568.      *
  1569.      * @return \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector
  1570.      */
  1571.     protected function getDataCollector_RouterService()
  1572.     {
  1573.         return $this->services['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector();
  1574.     }
  1575.     /**
  1576.      * Gets the private 'debug.argument_resolver' shared service.
  1577.      *
  1578.      * @return \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver
  1579.      */
  1580.     protected function getDebug_ArgumentResolverService()
  1581.     {
  1582.         return $this->services['debug.argument_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () {
  1583.             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 ?: '_'};
  1584.             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 ?: '_'};
  1585.             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 ?: '_'};
  1586.             yield => ${($_ = isset($this->services['security.user_value_resolver']) ? $this->services['security.user_value_resolver'] : $this->load('getSecurity_UserValueResolverService.php')) && false ?: '_'};
  1587.             yield => ${($_ = isset($this->services['argument_resolver.service']) ? $this->services['argument_resolver.service'] : $this->load('getArgumentResolver_ServiceService.php')) && false ?: '_'};
  1588.             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 ?: '_'};
  1589.             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 ?: '_'};
  1590.         }, 7)), ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'});
  1591.     }
  1592.     /**
  1593.      * Gets the private 'debug.controller_resolver' shared service.
  1594.      *
  1595.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  1596.      */
  1597.     protected function getDebug_ControllerResolverService()
  1598.     {
  1599.         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 ?: '_'});
  1600.     }
  1601.     /**
  1602.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1603.      *
  1604.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1605.      */
  1606.     protected function getDebug_DebugHandlersListenerService()
  1607.     {
  1608.         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);
  1609.     }
  1610.     /**
  1611.      * Gets the private 'debug.event_dispatcher' shared service.
  1612.      *
  1613.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1614.      */
  1615.     protected function getDebug_EventDispatcherService()
  1616.     {
  1617.         $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 ?: '_'});
  1618.         $instance->addListener('kernel.controller', [=> function () {
  1619.             return ${($_ = isset($this->services['data_collector.router']) ? $this->services['data_collector.router'] : ($this->services['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())) && false ?: '_'};
  1620.         }, => 'onKernelController'], 0);
  1621.         $instance->addListener('kernel.request', [=> function () {
  1622.             return ${($_ = isset($this->services['api_platform.listener.request.add_format']) ? $this->services['api_platform.listener.request.add_format'] : $this->getApiPlatform_Listener_Request_AddFormatService()) && false ?: '_'};
  1623.         }, => 'onKernelRequest'], 7);
  1624.         $instance->addListener('kernel.request', [=> function () {
  1625.             return ${($_ = isset($this->services['api_platform.listener.request.read']) ? $this->services['api_platform.listener.request.read'] : $this->getApiPlatform_Listener_Request_ReadService()) && false ?: '_'};
  1626.         }, => 'onKernelRequest'], 4);
  1627.         $instance->addListener('kernel.view', [=> function () {
  1628.             return ${($_ = isset($this->services['api_platform.listener.view.write']) ? $this->services['api_platform.listener.view.write'] : $this->load('getApiPlatform_Listener_View_WriteService.php')) && false ?: '_'};
  1629.         }, => 'onKernelView'], 32);
  1630.         $instance->addListener('kernel.request', [=> function () {
  1631.             return ${($_ = isset($this->services['api_platform.listener.request.deserialize']) ? $this->services['api_platform.listener.request.deserialize'] : $this->getApiPlatform_Listener_Request_DeserializeService()) && false ?: '_'};
  1632.         }, => 'onKernelRequest'], 2);
  1633.         $instance->addListener('kernel.view', [=> function () {
  1634.             return ${($_ = isset($this->services['api_platform.listener.view.serialize']) ? $this->services['api_platform.listener.view.serialize'] : $this->load('getApiPlatform_Listener_View_SerializeService.php')) && false ?: '_'};
  1635.         }, => 'onKernelView'], 16);
  1636.         $instance->addListener('kernel.view', [=> function () {
  1637.             return ${($_ = isset($this->services['api_platform.listener.view.respond']) ? $this->services['api_platform.listener.view.respond'] : ($this->services['api_platform.listener.view.respond'] = new \ApiPlatform\Core\EventListener\RespondListener())) && false ?: '_'};
  1638.         }, => 'onKernelView'], 8);
  1639.         $instance->addListener('kernel.exception', [=> function () {
  1640.             return ${($_ = isset($this->services['api_platform.listener.exception.validation']) ? $this->services['api_platform.listener.exception.validation'] : $this->load('getApiPlatform_Listener_Exception_ValidationService.php')) && false ?: '_'};
  1641.         }, => 'onKernelException'], 0);
  1642.         $instance->addListener('kernel.exception', [=> function () {
  1643.             return ${($_ = isset($this->services['api_platform.listener.exception']) ? $this->services['api_platform.listener.exception'] : $this->load('getApiPlatform_Listener_ExceptionService.php')) && false ?: '_'};
  1644.         }, => 'onKernelException'], -96);
  1645.         $instance->addListener('kernel.view', [=> function () {
  1646.             return ${($_ = isset($this->services['api_platform.listener.view.validate']) ? $this->services['api_platform.listener.view.validate'] : $this->load('getApiPlatform_Listener_View_ValidateService.php')) && false ?: '_'};
  1647.         }, => 'onKernelView'], 64);
  1648.         $instance->addListener('kernel.request', [=> function () {
  1649.             return ${($_ = isset($this->services['api_platform.security.listener.request.deny_access']) ? $this->services['api_platform.security.listener.request.deny_access'] : $this->getApiPlatform_Security_Listener_Request_DenyAccessService()) && false ?: '_'};
  1650.         }, => 'onKernelRequest'], 1);
  1651.         $instance->addListener('kernel.request', [=> function () {
  1652.             return ${($_ = isset($this->services['api_platform.swagger.listener.ui']) ? $this->services['api_platform.swagger.listener.ui'] : ($this->services['api_platform.swagger.listener.ui'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\EventListener\SwaggerUiListener())) && false ?: '_'};
  1653.         }, => 'onKernelRequest'], 0);
  1654.         $instance->addListener('kernel.response', [=> function () {
  1655.             return ${($_ = isset($this->services['api_platform.http_cache.listener.response.configure']) ? $this->services['api_platform.http_cache.listener.response.configure'] : $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService()) && false ?: '_'};
  1656.         }, => 'onKernelResponse'], -1);
  1657.         $instance->addListener('kernel.request', [=> function () {
  1658.             return ${($_ = isset($this->services['nelmio_cors.cors_listener']) ? $this->services['nelmio_cors.cors_listener'] : $this->getNelmioCors_CorsListenerService()) && false ?: '_'};
  1659.         }, => 'onKernelRequest'], 250);
  1660.         $instance->addListener('kernel.response', [=> function () {
  1661.             return ${($_ = isset($this->services['response_listener']) ? $this->services['response_listener'] : ($this->services['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'))) && false ?: '_'};
  1662.         }, => 'onKernelResponse'], 0);
  1663.         $instance->addListener('kernel.response', [=> function () {
  1664.             return ${($_ = isset($this->services['streamed_response_listener']) ? $this->services['streamed_response_listener'] : ($this->services['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener())) && false ?: '_'};
  1665.         }, => 'onKernelResponse'], -1024);
  1666.         $instance->addListener('kernel.request', [=> function () {
  1667.             return ${($_ = isset($this->services['locale_listener']) ? $this->services['locale_listener'] : $this->getLocaleListenerService()) && false ?: '_'};
  1668.         }, => 'onKernelRequest'], 16);
  1669.         $instance->addListener('kernel.finish_request', [=> function () {
  1670.             return ${($_ = isset($this->services['locale_listener']) ? $this->services['locale_listener'] : $this->getLocaleListenerService()) && false ?: '_'};
  1671.         }, => 'onKernelFinishRequest'], 0);
  1672.         $instance->addListener('kernel.request', [=> function () {
  1673.             return ${($_ = isset($this->services['validate_request_listener']) ? $this->services['validate_request_listener'] : ($this->services['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener())) && false ?: '_'};
  1674.         }, => 'onKernelRequest'], 256);
  1675.         $instance->addListener('kernel.request', [=> function () {
  1676.             return ${($_ = isset($this->services['resolve_controller_name_subscriber']) ? $this->services['resolve_controller_name_subscriber'] : $this->getResolveControllerNameSubscriberService()) && false ?: '_'};
  1677.         }, => 'onKernelRequest'], 24);
  1678.         $instance->addListener('console.error', [=> function () {
  1679.             return ${($_ = isset($this->services['console.error_listener']) ? $this->services['console.error_listener'] : $this->load('getConsole_ErrorListenerService.php')) && false ?: '_'};
  1680.         }, => 'onConsoleError'], -128);
  1681.         $instance->addListener('console.terminate', [=> function () {
  1682.             return ${($_ = isset($this->services['console.error_listener']) ? $this->services['console.error_listener'] : $this->load('getConsole_ErrorListenerService.php')) && false ?: '_'};
  1683.         }, => 'onConsoleTerminate'], -128);
  1684.         $instance->addListener('kernel.request', [=> function () {
  1685.             return ${($_ = isset($this->services['session_listener']) ? $this->services['session_listener'] : $this->getSessionListenerService()) && false ?: '_'};
  1686.         }, => 'onKernelRequest'], 128);
  1687.         $instance->addListener('kernel.response', [=> function () {
  1688.             return ${($_ = isset($this->services['session_listener']) ? $this->services['session_listener'] : $this->getSessionListenerService()) && false ?: '_'};
  1689.         }, => 'onKernelResponse'], -1000);
  1690.         $instance->addListener('kernel.finish_request', [=> function () {
  1691.             return ${($_ = isset($this->services['session_listener']) ? $this->services['session_listener'] : $this->getSessionListenerService()) && false ?: '_'};
  1692.         }, => 'onFinishRequest'], 0);
  1693.         $instance->addListener('kernel.response', [=> function () {
  1694.             return ${($_ = isset($this->services['session.save_listener']) ? $this->services['session.save_listener'] : ($this->services['session.save_listener'] = new \Symfony\Component\HttpKernel\EventListener\SaveSessionListener())) && false ?: '_'};
  1695.         }, => 'onKernelResponse'], -1000);
  1696.         $instance->addListener('kernel.request', [=> function () {
  1697.             return ${($_ = isset($this->services['fragment.listener']) ? $this->services['fragment.listener'] : $this->getFragment_ListenerService()) && false ?: '_'};
  1698.         }, => 'onKernelRequest'], 48);
  1699.         $instance->addListener('kernel.response', [=> function () {
  1700.             return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
  1701.         }, => 'onKernelResponse'], -100);
  1702.         $instance->addListener('kernel.exception', [=> function () {
  1703.             return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
  1704.         }, => 'onKernelException'], 0);
  1705.         $instance->addListener('kernel.terminate', [=> function () {
  1706.             return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
  1707.         }, => 'onKernelTerminate'], -1024);
  1708.         $instance->addListener('kernel.controller', [=> function () {
  1709.             return ${($_ = isset($this->services['data_collector.request']) ? $this->services['data_collector.request'] : ($this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector())) && false ?: '_'};
  1710.         }, => 'onKernelController'], 0);
  1711.         $instance->addListener('kernel.response', [=> function () {
  1712.             return ${($_ = isset($this->services['data_collector.request']) ? $this->services['data_collector.request'] : ($this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector())) && false ?: '_'};
  1713.         }, => 'onKernelResponse'], 0);
  1714.         $instance->addListener('kernel.request', [=> function () {
  1715.             return ${($_ = isset($this->services['debug.debug_handlers_listener']) ? $this->services['debug.debug_handlers_listener'] : $this->getDebug_DebugHandlersListenerService()) && false ?: '_'};
  1716.         }, => 'configure'], 2048);
  1717.         $instance->addListener('console.command', [=> function () {
  1718.             return ${($_ = isset($this->services['debug.debug_handlers_listener']) ? $this->services['debug.debug_handlers_listener'] : $this->getDebug_DebugHandlersListenerService()) && false ?: '_'};
  1719.         }, => 'configure'], 2048);
  1720.         $instance->addListener('kernel.request', [=> function () {
  1721.             return ${($_ = isset($this->services['router_listener']) ? $this->services['router_listener'] : $this->getRouterListenerService()) && false ?: '_'};
  1722.         }, => 'onKernelRequest'], 32);
  1723.         $instance->addListener('kernel.finish_request', [=> function () {
  1724.             return ${($_ = isset($this->services['router_listener']) ? $this->services['router_listener'] : $this->getRouterListenerService()) && false ?: '_'};
  1725.         }, => 'onKernelFinishRequest'], 0);
  1726.         $instance->addListener('kernel.exception', [=> function () {
  1727.             return ${($_ = isset($this->services['router_listener']) ? $this->services['router_listener'] : $this->getRouterListenerService()) && false ?: '_'};
  1728.         }, => 'onKernelException'], -64);
  1729.         $instance->addListener('kernel.response', [=> function () {
  1730.             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 ?: '_'};
  1731.         }, => 'onKernelResponse'], 0);
  1732.         $instance->addListener('kernel.request', [=> function () {
  1733.             return ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'};
  1734.         }, => 'onKernelRequest'], 8);
  1735.         $instance->addListener('kernel.finish_request', [=> function () {
  1736.             return ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'};
  1737.         }, => 'onKernelFinishRequest'], 0);
  1738.         $instance->addListener('kernel.exception', [=> function () {
  1739.             return ${($_ = isset($this->services['twig.exception_listener']) ? $this->services['twig.exception_listener'] : $this->load('getTwig_ExceptionListenerService.php')) && false ?: '_'};
  1740.         }, => 'onKernelException'], -128);
  1741.         $instance->addListener('console.command', [=> function () {
  1742.             return ${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'};
  1743.         }, => 'onCommand'], 255);
  1744.         $instance->addListener('console.terminate', [=> function () {
  1745.             return ${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'};
  1746.         }, => 'onTerminate'], -255);
  1747.         $instance->addListener('kernel.exception', [=> function () {
  1748.             return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
  1749.         }, => 'onException'], 0);
  1750.         $instance->addListener('kernel.terminate', [=> function () {
  1751.             return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
  1752.         }, => 'onTerminate'], 0);
  1753.         $instance->addListener('console.error', [=> function () {
  1754.             return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
  1755.         }, => 'onException'], 0);
  1756.         $instance->addListener('console.terminate', [=> function () {
  1757.             return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
  1758.         }, => 'onTerminate'], 0);
  1759.         $instance->addListener('kernel.controller', [=> function () {
  1760.             return ${($_ = isset($this->services['sensio_framework_extra.controller.listener']) ? $this->services['sensio_framework_extra.controller.listener'] : $this->getSensioFrameworkExtra_Controller_ListenerService()) && false ?: '_'};
  1761.         }, => 'onKernelController'], 0);
  1762.         $instance->addListener('kernel.controller', [=> function () {
  1763.             return ${($_ = isset($this->services['sensio_framework_extra.converter.listener']) ? $this->services['sensio_framework_extra.converter.listener'] : $this->getSensioFrameworkExtra_Converter_ListenerService()) && false ?: '_'};
  1764.         }, => 'onKernelController'], 0);
  1765.         $instance->addListener('kernel.controller', [=> function () {
  1766.             return ${($_ = isset($this->services['sensio_framework_extra.view.listener']) ? $this->services['sensio_framework_extra.view.listener'] : ($this->services['sensio_framework_extra.view.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener($this))) && false ?: '_'};
  1767.         }, => 'onKernelController'], -128);
  1768.         $instance->addListener('kernel.view', [=> function () {
  1769.             return ${($_ = isset($this->services['sensio_framework_extra.view.listener']) ? $this->services['sensio_framework_extra.view.listener'] : ($this->services['sensio_framework_extra.view.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener($this))) && false ?: '_'};
  1770.         }, => 'onKernelView'], 0);
  1771.         $instance->addListener('kernel.controller', [=> function () {
  1772.             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 ?: '_'};
  1773.         }, => 'onKernelController'], 0);
  1774.         $instance->addListener('kernel.response', [=> function () {
  1775.             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 ?: '_'};
  1776.         }, => 'onKernelResponse'], 0);
  1777.         $instance->addListener('kernel.controller', [=> function () {
  1778.             return ${($_ = isset($this->services['sensio_framework_extra.security.listener']) ? $this->services['sensio_framework_extra.security.listener'] : $this->getSensioFrameworkExtra_Security_ListenerService()) && false ?: '_'};
  1779.         }, => 'onKernelController'], 0);
  1780.         $instance->addListener('console.command', [=> function () {
  1781.             return ${($_ = isset($this->services['debug.dump_listener']) ? $this->services['debug.dump_listener'] : $this->load('getDebug_DumpListenerService.php')) && false ?: '_'};
  1782.         }, => 'configure'], 1024);
  1783.         $instance->addListener('kernel.response', [=> function () {
  1784.             return ${($_ = isset($this->services['web_profiler.debug_toolbar']) ? $this->services['web_profiler.debug_toolbar'] : $this->getWebProfiler_DebugToolbarService()) && false ?: '_'};
  1785.         }, => 'onKernelResponse'], -128);
  1786.         return $instance;
  1787.     }
  1788.     /**
  1789.      * Gets the private 'debug.file_link_formatter' shared service.
  1790.      *
  1791.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1792.      */
  1793.     protected function getDebug_FileLinkFormatterService()
  1794.     {
  1795.         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 () {
  1796.             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 ?: '_'};
  1797.         });
  1798.     }
  1799.     /**
  1800.      * Gets the private 'debug.log_processor' shared service.
  1801.      *
  1802.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1803.      */
  1804.     protected function getDebug_LogProcessorService()
  1805.     {
  1806.         return $this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor();
  1807.     }
  1808.     /**
  1809.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1810.      *
  1811.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1812.      */
  1813.     protected function getDebug_Security_Access_DecisionManagerService()
  1814.     {
  1815.         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 () {
  1816.             yield => ${($_ = isset($this->services['security.access.authenticated_voter']) ? $this->services['security.access.authenticated_voter'] : $this->load('getSecurity_Access_AuthenticatedVoterService.php')) && false ?: '_'};
  1817.             yield => ${($_ = isset($this->services['security.access.role_hierarchy_voter']) ? $this->services['security.access.role_hierarchy_voter'] : $this->load('getSecurity_Access_RoleHierarchyVoterService.php')) && false ?: '_'};
  1818.             yield => ${($_ = isset($this->services['security.access.expression_voter']) ? $this->services['security.access.expression_voter'] : $this->load('getSecurity_Access_ExpressionVoterService.php')) && false ?: '_'};
  1819.         }, 3), 'affirmative'falsetrue));
  1820.     }
  1821.     /**
  1822.      * Gets the private 'debug.stopwatch' shared service.
  1823.      *
  1824.      * @return \Symfony\Component\Stopwatch\Stopwatch
  1825.      */
  1826.     protected function getDebug_StopwatchService()
  1827.     {
  1828.         return $this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true);
  1829.     }
  1830.     /**
  1831.      * Gets the private 'doctrine.dbal.logger.profiling.default' shared service.
  1832.      *
  1833.      * @return \Doctrine\DBAL\Logging\DebugStack
  1834.      */
  1835.     protected function getDoctrine_Dbal_Logger_Profiling_DefaultService()
  1836.     {
  1837.         return $this->services['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack();
  1838.     }
  1839.     /**
  1840.      * Gets the private 'doctrine.orm.validator_initializer' shared service.
  1841.      *
  1842.      * @return \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer
  1843.      */
  1844.     protected function getDoctrine_Orm_ValidatorInitializerService()
  1845.     {
  1846.         return $this->services['doctrine.orm.validator_initializer'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'});
  1847.     }
  1848.     /**
  1849.      * Gets the private 'file_locator' shared service.
  1850.      *
  1851.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  1852.      */
  1853.     protected function getFileLocatorService()
  1854.     {
  1855.         return $this->services['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}, ($this->targetDirs[3].'/app/Resources'), [=> ($this->targetDirs[3].'/app')]);
  1856.     }
  1857.     /**
  1858.      * Gets the private 'fragment.listener' shared service.
  1859.      *
  1860.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  1861.      */
  1862.     protected function getFragment_ListenerService()
  1863.     {
  1864.         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('9y7g83r24p8oweruh9352uh8t24093tu24iut89hgj3feokdwpsfb90ejfvdce'))) && false ?: '_'}, '/_fragment');
  1865.     }
  1866.     /**
  1867.      * Gets the private 'locale_listener' shared service.
  1868.      *
  1869.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1870.      */
  1871.     protected function getLocaleListenerService()
  1872.     {
  1873.         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 ?: '_'}, 'en', ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'});
  1874.     }
  1875.     /**
  1876.      * Gets the private 'monolog.handler.console' shared service.
  1877.      *
  1878.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1879.      */
  1880.     protected function getMonolog_Handler_ConsoleService()
  1881.     {
  1882.         $this->services['monolog.handler.console'] = $instance = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1883.         $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 ?: '_'});
  1884.         return $instance;
  1885.     }
  1886.     /**
  1887.      * Gets the private 'monolog.handler.main' shared service.
  1888.      *
  1889.      * @return \Monolog\Handler\StreamHandler
  1890.      */
  1891.     protected function getMonolog_Handler_MainService()
  1892.     {
  1893.         $this->services['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler(($this->targetDirs[2].'/logs/dev.log'), 100trueNULLfalse);
  1894.         $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 ?: '_'});
  1895.         return $instance;
  1896.     }
  1897.     /**
  1898.      * Gets the private 'monolog.handler.null_internal' shared service.
  1899.      *
  1900.      * @return \Monolog\Handler\NullHandler
  1901.      */
  1902.     protected function getMonolog_Handler_NullInternalService()
  1903.     {
  1904.         return $this->services['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler();
  1905.     }
  1906.     /**
  1907.      * Gets the private 'monolog.logger.cache' shared service.
  1908.      *
  1909.      * @return \Symfony\Bridge\Monolog\Logger
  1910.      */
  1911.     protected function getMonolog_Logger_CacheService()
  1912.     {
  1913.         $this->services['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1914.         $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 ?: '_'});
  1915.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  1916.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  1917.         return $instance;
  1918.     }
  1919.     /**
  1920.      * Gets the private 'monolog.logger.event' shared service.
  1921.      *
  1922.      * @return \Symfony\Bridge\Monolog\Logger
  1923.      */
  1924.     protected function getMonolog_Logger_EventService()
  1925.     {
  1926.         $this->services['monolog.logger.event'] = $instance = new \Symfony\Bridge\Monolog\Logger('event');
  1927.         $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 ?: '_'});
  1928.         $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 ?: '_'});
  1929.         return $instance;
  1930.     }
  1931.     /**
  1932.      * Gets the private 'monolog.logger.php' shared service.
  1933.      *
  1934.      * @return \Symfony\Bridge\Monolog\Logger
  1935.      */
  1936.     protected function getMonolog_Logger_PhpService()
  1937.     {
  1938.         $this->services['monolog.logger.php'] = $instance = new \Symfony\Bridge\Monolog\Logger('php');
  1939.         $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 ?: '_'});
  1940.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  1941.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  1942.         return $instance;
  1943.     }
  1944.     /**
  1945.      * Gets the private 'monolog.logger.profiler' shared service.
  1946.      *
  1947.      * @return \Symfony\Bridge\Monolog\Logger
  1948.      */
  1949.     protected function getMonolog_Logger_ProfilerService()
  1950.     {
  1951.         $this->services['monolog.logger.profiler'] = $instance = new \Symfony\Bridge\Monolog\Logger('profiler');
  1952.         $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 ?: '_'});
  1953.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  1954.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  1955.         return $instance;
  1956.     }
  1957.     /**
  1958.      * Gets the private 'monolog.logger.request' shared service.
  1959.      *
  1960.      * @return \Symfony\Bridge\Monolog\Logger
  1961.      */
  1962.     protected function getMonolog_Logger_RequestService()
  1963.     {
  1964.         $this->services['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1965.         $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 ?: '_'});
  1966.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  1967.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  1968.         return $instance;
  1969.     }
  1970.     /**
  1971.      * Gets the private 'monolog.processor.psr_log_message' shared service.
  1972.      *
  1973.      * @return \Monolog\Processor\PsrLogMessageProcessor
  1974.      */
  1975.     protected function getMonolog_Processor_PsrLogMessageService()
  1976.     {
  1977.         return $this->services['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor();
  1978.     }
  1979.     /**
  1980.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  1981.      *
  1982.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  1983.      */
  1984.     protected function getNelmioCors_CorsListenerService()
  1985.     {
  1986.         return $this->services['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'}, new \Nelmio\CorsBundle\Options\Resolver([=> ${($_ = isset($this->services['nelmio_cors.options_provider.config']) ? $this->services['nelmio_cors.options_provider.config'] : $this->getNelmioCors_OptionsProvider_ConfigService()) && false ?: '_'}]));
  1987.     }
  1988.     /**
  1989.      * Gets the private 'nelmio_cors.options_provider.config' shared service.
  1990.      *
  1991.      * @return \Nelmio\CorsBundle\Options\ConfigProvider
  1992.      */
  1993.     protected function getNelmioCors_OptionsProvider_ConfigService()
  1994.     {
  1995.         return $this->services['nelmio_cors.options_provider.config'] = new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->parameters['nelmio_cors.defaults']);
  1996.     }
  1997.     /**
  1998.      * Gets the private 'profiler_listener' shared service.
  1999.      *
  2000.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2001.      */
  2002.     protected function getProfilerListenerService()
  2003.     {
  2004.         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);
  2005.     }
  2006.     /**
  2007.      * Gets the private 'property_accessor' shared service.
  2008.      *
  2009.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2010.      */
  2011.     protected function getPropertyAccessorService()
  2012.     {
  2013.         return $this->services['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false));
  2014.     }
  2015.     /**
  2016.      * Gets the private 'property_info' shared service.
  2017.      *
  2018.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2019.      */
  2020.     protected function getPropertyInfoService()
  2021.     {
  2022.         return $this->services['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2023.             yield => ${($_ = isset($this->services['property_info.serializer_extractor']) ? $this->services['property_info.serializer_extractor'] : $this->load('getPropertyInfo_SerializerExtractorService.php')) && false ?: '_'};
  2024.             yield => ${($_ = isset($this->services['property_info.reflection_extractor']) ? $this->services['property_info.reflection_extractor'] : ($this->services['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor())) && false ?: '_'};
  2025.             yield => ${($_ = isset($this->services['doctrine.orm.default_entity_manager.property_info_extractor']) ? $this->services['doctrine.orm.default_entity_manager.property_info_extractor'] : $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php')) && false ?: '_'};
  2026.         }, 3), new RewindableGenerator(function () {
  2027.             yield => ${($_ = isset($this->services['doctrine.orm.default_entity_manager.property_info_extractor']) ? $this->services['doctrine.orm.default_entity_manager.property_info_extractor'] : $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php')) && false ?: '_'};
  2028.             yield => ${($_ = isset($this->services['property_info.reflection_extractor']) ? $this->services['property_info.reflection_extractor'] : ($this->services['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor())) && false ?: '_'};
  2029.         }, 2), new RewindableGenerator(function () {
  2030.             return new \EmptyIterator();
  2031.         }, 0), new RewindableGenerator(function () {
  2032.             yield => ${($_ = isset($this->services['property_info.reflection_extractor']) ? $this->services['property_info.reflection_extractor'] : ($this->services['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor())) && false ?: '_'};
  2033.         }, 1));
  2034.     }
  2035.     /**
  2036.      * Gets the private 'resolve_controller_name_subscriber' shared service.
  2037.      *
  2038.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  2039.      */
  2040.     protected function getResolveControllerNameSubscriberService()
  2041.     {
  2042.         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 ?: '_'});
  2043.     }
  2044.     /**
  2045.      * Gets the private 'response_listener' shared service.
  2046.      *
  2047.      * @return \Symfony\Component\HttpKernel\EventListener\ResponseListener
  2048.      */
  2049.     protected function getResponseListenerService()
  2050.     {
  2051.         return $this->services['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8');
  2052.     }
  2053.     /**
  2054.      * Gets the private 'router.request_context' shared service.
  2055.      *
  2056.      * @return \Symfony\Component\Routing\RequestContext
  2057.      */
  2058.     protected function getRouter_RequestContextService()
  2059.     {
  2060.         return $this->services['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  2061.     }
  2062.     /**
  2063.      * Gets the private 'router_listener' shared service.
  2064.      *
  2065.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2066.      */
  2067.     protected function getRouterListenerService()
  2068.     {
  2069.         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);
  2070.     }
  2071.     /**
  2072.      * Gets the private 'security.authentication.manager' shared service.
  2073.      *
  2074.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  2075.      */
  2076.     protected function getSecurity_Authentication_ManagerService()
  2077.     {
  2078.         $this->services['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  2079.             yield => ${($_ = isset($this->services['security.authentication.provider.dao.admin']) ? $this->services['security.authentication.provider.dao.admin'] : $this->load('getSecurity_Authentication_Provider_Dao_AdminService.php')) && false ?: '_'};
  2080.             yield => ${($_ = isset($this->services['security.authentication.provider.rememberme.admin']) ? $this->services['security.authentication.provider.rememberme.admin'] : $this->load('getSecurity_Authentication_Provider_Rememberme_AdminService.php')) && false ?: '_'};
  2081.             yield => ${($_ = isset($this->services['security.authentication.provider.anonymous.admin']) ? $this->services['security.authentication.provider.anonymous.admin'] : ($this->services['security.authentication.provider.anonymous.admin'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash')))) && false ?: '_'};
  2082.             yield => ${($_ = isset($this->services['security.authentication.provider.get.jwt.api_login']) ? $this->services['security.authentication.provider.get.jwt.api_login'] : $this->load('getSecurity_Authentication_Provider_Get_Jwt_ApiLoginService.php')) && false ?: '_'};
  2083.             yield => ${($_ = isset($this->services['security.authentication.provider.guard.api']) ? $this->services['security.authentication.provider.guard.api'] : $this->load('getSecurity_Authentication_Provider_Guard_ApiService.php')) && false ?: '_'};
  2084.         }, 5), true);
  2085.         $instance->setEventDispatcher(${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'});
  2086.         return $instance;
  2087.     }
  2088.     /**
  2089.      * Gets the private 'security.authentication.trust_resolver' shared service.
  2090.      *
  2091.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver
  2092.      */
  2093.     protected function getSecurity_Authentication_TrustResolverService()
  2094.     {
  2095.         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');
  2096.     }
  2097.     /**
  2098.      * Gets the private 'security.firewall' shared service.
  2099.      *
  2100.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2101.      */
  2102.     protected function getSecurity_FirewallService()
  2103.     {
  2104.         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 ?: '_'});
  2105.     }
  2106.     /**
  2107.      * Gets the private 'security.firewall.map' shared service.
  2108.      *
  2109.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2110.      */
  2111.     protected function getSecurity_Firewall_MapService()
  2112.     {
  2113.         return $this->services['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\ServiceLocator(['security.firewall.map.context.admin' => function () {
  2114.             return ${($_ = isset($this->services['security.firewall.map.context.admin']) ? $this->services['security.firewall.map.context.admin'] : $this->load('getSecurity_Firewall_Map_Context_AdminService.php')) && false ?: '_'};
  2115.         }, 'security.firewall.map.context.api' => function () {
  2116.             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 ?: '_'};
  2117.         }, 'security.firewall.map.context.api_login' => function () {
  2118.             return ${($_ = isset($this->services['security.firewall.map.context.api_login']) ? $this->services['security.firewall.map.context.api_login'] : $this->load('getSecurity_Firewall_Map_Context_ApiLoginService.php')) && false ?: '_'};
  2119.         }]), new RewindableGenerator(function () {
  2120.             yield 'security.firewall.map.context.admin' => ${($_ = isset($this->services['security.request_matcher.z8xqmvs']) ? $this->services['security.request_matcher.z8xqmvs'] : ($this->services['security.request_matcher.z8xqmvs'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'))) && false ?: '_'};
  2121.             yield 'security.firewall.map.context.api_login' => ${($_ = isset($this->services['security.request_matcher.p2k9wtq']) ? $this->services['security.request_matcher.p2k9wtq'] : ($this->services['security.request_matcher.p2k9wtq'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/getToken$'))) && false ?: '_'};
  2122.             yield 'security.firewall.map.context.api' => ${($_ = isset($this->services['security.request_matcher.cvlthau']) ? $this->services['security.request_matcher.cvlthau'] : ($this->services['security.request_matcher.cvlthau'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/users'))) && false ?: '_'};
  2123.         }, 3));
  2124.     }
  2125.     /**
  2126.      * Gets the private 'security.logout_url_generator' shared service.
  2127.      *
  2128.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2129.      */
  2130.     protected function getSecurity_LogoutUrlGeneratorService()
  2131.     {
  2132.         $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 ?: '_'});
  2133.         $instance->registerListener('admin''/admin/logout''logout''_csrf_token'NULLNULL);
  2134.         return $instance;
  2135.     }
  2136.     /**
  2137.      * Gets the private 'security.rememberme.response_listener' shared service.
  2138.      *
  2139.      * @return \Symfony\Component\Security\Http\RememberMe\ResponseListener
  2140.      */
  2141.     protected function getSecurity_Rememberme_ResponseListenerService()
  2142.     {
  2143.         return $this->services['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener();
  2144.     }
  2145.     /**
  2146.      * Gets the private 'security.role_hierarchy' shared service.
  2147.      *
  2148.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2149.      */
  2150.     protected function getSecurity_RoleHierarchyService()
  2151.     {
  2152.         return $this->services['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2153.     }
  2154.     /**
  2155.      * Gets the private 'sensio_framework_extra.cache.listener' shared service.
  2156.      *
  2157.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener
  2158.      */
  2159.     protected function getSensioFrameworkExtra_Cache_ListenerService()
  2160.     {
  2161.         return $this->services['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener();
  2162.     }
  2163.     /**
  2164.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2165.      *
  2166.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2167.      */
  2168.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2169.     {
  2170.         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 ?: '_'});
  2171.     }
  2172.     /**
  2173.      * Gets the private 'sensio_framework_extra.converter.datetime' shared service.
  2174.      *
  2175.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter
  2176.      */
  2177.     protected function getSensioFrameworkExtra_Converter_DatetimeService()
  2178.     {
  2179.         return $this->services['sensio_framework_extra.converter.datetime'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter();
  2180.     }
  2181.     /**
  2182.      * Gets the private 'sensio_framework_extra.converter.doctrine.orm' shared service.
  2183.      *
  2184.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter
  2185.      */
  2186.     protected function getSensioFrameworkExtra_Converter_Doctrine_OrmService()
  2187.     {
  2188.         return $this->services['sensio_framework_extra.converter.doctrine.orm'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'});
  2189.     }
  2190.     /**
  2191.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2192.      *
  2193.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2194.      */
  2195.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2196.     {
  2197.         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);
  2198.     }
  2199.     /**
  2200.      * Gets the private 'sensio_framework_extra.converter.manager' shared service.
  2201.      *
  2202.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager
  2203.      */
  2204.     protected function getSensioFrameworkExtra_Converter_ManagerService()
  2205.     {
  2206.         $this->services['sensio_framework_extra.converter.manager'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2207.         $instance->add(${($_ = isset($this->services['sensio_framework_extra.converter.doctrine.orm']) ? $this->services['sensio_framework_extra.converter.doctrine.orm'] : $this->getSensioFrameworkExtra_Converter_Doctrine_OrmService()) && false ?: '_'}, 0'doctrine.orm');
  2208.         $instance->add(${($_ = isset($this->services['sensio_framework_extra.converter.datetime']) ? $this->services['sensio_framework_extra.converter.datetime'] : ($this->services['sensio_framework_extra.converter.datetime'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter())) && false ?: '_'}, 0'datetime');
  2209.         return $instance;
  2210.     }
  2211.     /**
  2212.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2213.      *
  2214.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2215.      */
  2216.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2217.     {
  2218.         return $this->services['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(NULL, 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 ?: '_'});
  2219.     }
  2220.     /**
  2221.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2222.      *
  2223.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2224.      */
  2225.     protected function getSensioFrameworkExtra_View_ListenerService()
  2226.     {
  2227.         return $this->services['sensio_framework_extra.view.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener($this);
  2228.     }
  2229.     /**
  2230.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  2231.      *
  2232.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  2233.      */
  2234.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  2235.     {
  2236.         return $this->services['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(${($_ = isset($this->services['annotation_reader']) ? $this->services['annotation_reader'] : $this->getAnnotationReaderService()) && false ?: '_'})]), NULL);
  2237.     }
  2238.     /**
  2239.      * Gets the private 'session.save_listener' shared service.
  2240.      *
  2241.      * @return \Symfony\Component\HttpKernel\EventListener\SaveSessionListener
  2242.      */
  2243.     protected function getSession_SaveListenerService()
  2244.     {
  2245.         return $this->services['session.save_listener'] = new \Symfony\Component\HttpKernel\EventListener\SaveSessionListener();
  2246.     }
  2247.     /**
  2248.      * Gets the private 'session_listener' shared service.
  2249.      *
  2250.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2251.      */
  2252.     protected function getSessionListenerService()
  2253.     {
  2254.         return $this->services['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\ServiceLocator(['session' => function () {
  2255.             return ${($_ = isset($this->services['session']) ? $this->services['session'] : $this->load('getSessionService.php')) && false ?: '_'};
  2256.         }]));
  2257.     }
  2258.     /**
  2259.      * Gets the private 'streamed_response_listener' shared service.
  2260.      *
  2261.      * @return \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener
  2262.      */
  2263.     protected function getStreamedResponseListenerService()
  2264.     {
  2265.         return $this->services['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener();
  2266.     }
  2267.     /**
  2268.      * Gets the private 'templating.locator' shared service.
  2269.      *
  2270.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
  2271.      */
  2272.     protected function getTemplating_LocatorService()
  2273.     {
  2274.         return $this->services['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(${($_ = isset($this->services['file_locator']) ? $this->services['file_locator'] : ($this->services['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}, ($this->targetDirs[3].'/app/Resources'), [=> ($this->targetDirs[3].'/app')]))) && false ?: '_'}, $this->targetDirs[0]);
  2275.     }
  2276.     /**
  2277.      * Gets the private 'templating.name_parser' shared service.
  2278.      *
  2279.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser
  2280.      */
  2281.     protected function getTemplating_NameParserService()
  2282.     {
  2283.         return $this->services['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'});
  2284.     }
  2285.     /**
  2286.      * Gets the private 'twig.loader' shared service.
  2287.      *
  2288.      * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader
  2289.      */
  2290.     protected function getTwig_LoaderService()
  2291.     {
  2292.         $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]);
  2293.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views'), 'Framework');
  2294.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views'), '!Framework');
  2295.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views'), 'Security');
  2296.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views'), '!Security');
  2297.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views'), 'Twig');
  2298.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views'), '!Twig');
  2299.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  2300.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  2301.         $instance->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  2302.         $instance->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  2303.         $instance->addPath(($this->targetDirs[3].'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  2304.         $instance->addPath(($this->targetDirs[3].'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  2305.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views'), 'Debug');
  2306.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views'), '!Debug');
  2307.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views'), 'WebProfiler');
  2308.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views'), '!WebProfiler');
  2309.         $instance->addPath(($this->targetDirs[3].'/app/Resources/views'));
  2310.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form'));
  2311.         return $instance;
  2312.     }
  2313.     /**
  2314.      * Gets the private 'twig.profile' shared service.
  2315.      *
  2316.      * @return \Twig\Profiler\Profile
  2317.      */
  2318.     protected function getTwig_ProfileService()
  2319.     {
  2320.         return $this->services['twig.profile'] = new \Twig\Profiler\Profile();
  2321.     }
  2322.     /**
  2323.      * Gets the private 'uri_signer' shared service.
  2324.      *
  2325.      * @return \Symfony\Component\HttpKernel\UriSigner
  2326.      */
  2327.     protected function getUriSignerService()
  2328.     {
  2329.         return $this->services['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('9y7g83r24p8oweruh9352uh8t24093tu24iut89hgj3feokdwpsfb90ejfvdce');
  2330.     }
  2331.     /**
  2332.      * Gets the private 'validate_request_listener' shared service.
  2333.      *
  2334.      * @return \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener
  2335.      */
  2336.     protected function getValidateRequestListenerService()
  2337.     {
  2338.         return $this->services['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener();
  2339.     }
  2340.     /**
  2341.      * Gets the private 'validator.builder' shared service.
  2342.      *
  2343.      * @return \Symfony\Component\Validator\ValidatorBuilderInterface
  2344.      */
  2345.     protected function getValidator_BuilderService()
  2346.     {
  2347.         $this->services['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2348.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\ServiceLocator(['Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => function () {
  2349.             return ${($_ = isset($this->services['doctrine.orm.validator.unique']) ? $this->services['doctrine.orm.validator.unique'] : $this->load('getDoctrine_Orm_Validator_UniqueService.php')) && false ?: '_'};
  2350.         }, 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => function () {
  2351.             return ${($_ = isset($this->services['security.validator.user_password']) ? $this->services['security.validator.user_password'] : $this->load('getSecurity_Validator_UserPasswordService.php')) && false ?: '_'};
  2352.         }, 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => function () {
  2353.             return ${($_ = isset($this->services['validator.email']) ? $this->services['validator.email'] : ($this->services['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator(false))) && false ?: '_'};
  2354.         }, 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => function () {
  2355.             return ${($_ = isset($this->services['validator.expression']) ? $this->services['validator.expression'] : ($this->services['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator())) && false ?: '_'};
  2356.         }, 'doctrine.orm.validator.unique' => function () {
  2357.             return ${($_ = isset($this->services['doctrine.orm.validator.unique']) ? $this->services['doctrine.orm.validator.unique'] : $this->load('getDoctrine_Orm_Validator_UniqueService.php')) && false ?: '_'};
  2358.         }, 'security.validator.user_password' => function () {
  2359.             return ${($_ = isset($this->services['security.validator.user_password']) ? $this->services['security.validator.user_password'] : $this->load('getSecurity_Validator_UserPasswordService.php')) && false ?: '_'};
  2360.         }, 'validator.expression' => function () {
  2361.             return ${($_ = isset($this->services['validator.expression']) ? $this->services['validator.expression'] : ($this->services['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator())) && false ?: '_'};
  2362.         }])));
  2363.         if ($this->has('translator')) {
  2364.             $instance->setTranslator(${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'});
  2365.         }
  2366.         $instance->setTranslationDomain('validators');
  2367.         $instance->addXmlMappings([=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/config/validation.xml')]);
  2368.         $instance->enableAnnotationMapping(${($_ = isset($this->services['annotation_reader']) ? $this->services['annotation_reader'] : $this->getAnnotationReaderService()) && false ?: '_'});
  2369.         $instance->addMethodMapping('loadValidatorMetadata');
  2370.         $instance->addObjectInitializers([=> ${($_ = isset($this->services['doctrine.orm.validator_initializer']) ? $this->services['doctrine.orm.validator_initializer'] : $this->getDoctrine_Orm_ValidatorInitializerService()) && false ?: '_'}]);
  2371.         return $instance;
  2372.     }
  2373.     /**
  2374.      * Gets the private 'web_profiler.csp.handler' shared service.
  2375.      *
  2376.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2377.      */
  2378.     protected function getWebProfiler_Csp_HandlerService()
  2379.     {
  2380.         return $this->services['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2381.     }
  2382.     /**
  2383.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2384.      *
  2385.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2386.      */
  2387.     protected function getWebProfiler_DebugToolbarService()
  2388.     {
  2389.         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 ?: '_'});
  2390.     }
  2391.     public function getParameter($name)
  2392.     {
  2393.         $name = (string) $name;
  2394.         if (isset($this->buildParameters[$name])) {
  2395.             return $this->buildParameters[$name];
  2396.         }
  2397.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  2398.             $name $this->normalizeParameterName($name);
  2399.             if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  2400.                 throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2401.             }
  2402.         }
  2403.         if (isset($this->loadedDynamicParameters[$name])) {
  2404.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2405.         }
  2406.         return $this->parameters[$name];
  2407.     }
  2408.     public function hasParameter($name)
  2409.     {
  2410.         $name = (string) $name;
  2411.         if (isset($this->buildParameters[$name])) {
  2412.             return true;
  2413.         }
  2414.         $name $this->normalizeParameterName($name);
  2415.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  2416.     }
  2417.     public function setParameter($name$value)
  2418.     {
  2419.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2420.     }
  2421.     public function getParameterBag()
  2422.     {
  2423.         if (null === $this->parameterBag) {
  2424.             $parameters $this->parameters;
  2425.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2426.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2427.             }
  2428.             foreach ($this->buildParameters as $name => $value) {
  2429.                 $parameters[$name] = $value;
  2430.             }
  2431.             $this->parameterBag = new FrozenParameterBag($parameters);
  2432.         }
  2433.         return $this->parameterBag;
  2434.     }
  2435.     private $loadedDynamicParameters = [
  2436.         'kernel.root_dir' => false,
  2437.         'kernel.project_dir' => false,
  2438.         'kernel.cache_dir' => false,
  2439.         'kernel.logs_dir' => false,
  2440.         'kernel.bundles_metadata' => false,
  2441.         'web_path' => false,
  2442.         'session.save_path' => false,
  2443.         'validator.mapping.cache.file' => false,
  2444.         'profiler.storage.dsn' => false,
  2445.         'debug.container.dump' => false,
  2446.         'router.resource' => false,
  2447.         'serializer.mapping.cache.file' => false,
  2448.         'twig.default_path' => false,
  2449.         'doctrine.orm.proxy_dir' => false,
  2450.         'lexik_jwt_authentication.private_key_path' => false,
  2451.         'lexik_jwt_authentication.public_key_path' => false,
  2452.         'api_platform.resource_class_directories' => false,
  2453.         'doctrine_migrations.dir_name' => false,
  2454.     ];
  2455.     private $dynamicParameters = [];
  2456.     /**
  2457.      * Computes a dynamic parameter.
  2458.      *
  2459.      * @param string $name The name of the dynamic parameter to load
  2460.      *
  2461.      * @return mixed The value of the dynamic parameter
  2462.      *
  2463.      * @throws InvalidArgumentException When the dynamic parameter does not exist
  2464.      */
  2465.     private function getDynamicParameter($name)
  2466.     {
  2467.         switch ($name) {
  2468.             case 'kernel.root_dir'$value = ($this->targetDirs[3].'/app'); break;
  2469.             case 'kernel.project_dir'$value $this->targetDirs[3]; break;
  2470.             case 'kernel.cache_dir'$value $this->targetDirs[0]; break;
  2471.             case 'kernel.logs_dir'$value = ($this->targetDirs[2].'/logs'); break;
  2472.             case 'kernel.bundles_metadata'$value = [
  2473.                 'FrameworkBundle' => [
  2474.                     'parent' => NULL,
  2475.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle'),
  2476.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2477.                 ],
  2478.                 'SecurityBundle' => [
  2479.                     'parent' => NULL,
  2480.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle'),
  2481.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2482.                 ],
  2483.                 'TwigBundle' => [
  2484.                     'parent' => NULL,
  2485.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle'),
  2486.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2487.                 ],
  2488.                 'MonologBundle' => [
  2489.                     'parent' => NULL,
  2490.                     'path' => ($this->targetDirs[3].'/vendor/symfony/monolog-bundle'),
  2491.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2492.                 ],
  2493.                 'SwiftmailerBundle' => [
  2494.                     'parent' => NULL,
  2495.                     'path' => ($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle'),
  2496.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  2497.                 ],
  2498.                 'DoctrineBundle' => [
  2499.                     'parent' => NULL,
  2500.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle'),
  2501.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2502.                 ],
  2503.                 'SensioFrameworkExtraBundle' => [
  2504.                     'parent' => NULL,
  2505.                     'path' => ($this->targetDirs[3].'/vendor/sensio/framework-extra-bundle'),
  2506.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2507.                 ],
  2508.                 'AppBundle' => [
  2509.                     'parent' => NULL,
  2510.                     'path' => ($this->targetDirs[3].'/src/AppBundle'),
  2511.                     'namespace' => 'AppBundle',
  2512.                 ],
  2513.                 'LexikJWTAuthenticationBundle' => [
  2514.                     'parent' => NULL,
  2515.                     'path' => ($this->targetDirs[3].'/vendor/lexik/jwt-authentication-bundle'),
  2516.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  2517.                 ],
  2518.                 'ApiPlatformBundle' => [
  2519.                     'parent' => NULL,
  2520.                     'path' => ($this->targetDirs[3].'/vendor/api-platform/core/src/Bridge/Symfony/Bundle'),
  2521.                     'namespace' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle',
  2522.                 ],
  2523.                 'GfreeauGetJWTBundle' => [
  2524.                     'parent' => NULL,
  2525.                     'path' => ($this->targetDirs[3].'/vendor/gfreeau/get-jwt-bundle/Gfreeau/Bundle/GetJWTBundle'),
  2526.                     'namespace' => 'Gfreeau\\Bundle\\GetJWTBundle',
  2527.                 ],
  2528.                 'NelmioCorsBundle' => [
  2529.                     'parent' => NULL,
  2530.                     'path' => ($this->targetDirs[3].'/vendor/nelmio/cors-bundle'),
  2531.                     'namespace' => 'Nelmio\\CorsBundle',
  2532.                 ],
  2533.                 'DoctrineMigrationsBundle' => [
  2534.                     'parent' => NULL,
  2535.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-migrations-bundle'),
  2536.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2537.                 ],
  2538.                 'DebugBundle' => [
  2539.                     'parent' => NULL,
  2540.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle'),
  2541.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2542.                 ],
  2543.                 'WebProfilerBundle' => [
  2544.                     'parent' => NULL,
  2545.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle'),
  2546.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2547.                 ],
  2548.                 'SensioDistributionBundle' => [
  2549.                     'parent' => NULL,
  2550.                     'path' => ($this->targetDirs[3].'/vendor/sensio/distribution-bundle'),
  2551.                     'namespace' => 'Sensio\\Bundle\\DistributionBundle',
  2552.                 ],
  2553.                 'SensioGeneratorBundle' => [
  2554.                     'parent' => NULL,
  2555.                     'path' => ($this->targetDirs[3].'/vendor/sensio/generator-bundle'),
  2556.                     'namespace' => 'Sensio\\Bundle\\GeneratorBundle',
  2557.                 ],
  2558.             ]; break;
  2559.             case 'web_path'$value = ($this->targetDirs[3].'/web'); break;
  2560.             case 'session.save_path'$value = ($this->targetDirs[3].'/app/../var/sessions/dev'); break;
  2561.             case 'validator.mapping.cache.file'$value = ($this->targetDirs[0].'/validation.php'); break;
  2562.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDirs[0].'/profiler'); break;
  2563.             case 'debug.container.dump'$value = ($this->targetDirs[0].'/appDevDebugProjectContainer.xml'); break;
  2564.             case 'router.resource'$value = ($this->targetDirs[3].'/app/config/routing_dev.yml'); break;
  2565.             case 'serializer.mapping.cache.file'$value = ($this->targetDirs[0].'/serialization.php'); break;
  2566.             case 'twig.default_path'$value = ($this->targetDirs[3].'/templates'); break;
  2567.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDirs[0].'/doctrine/orm/Proxies'); break;
  2568.             case 'lexik_jwt_authentication.private_key_path'$value = ($this->targetDirs[3].'/app/../var/jwt/private.pem'); break;
  2569.             case 'lexik_jwt_authentication.public_key_path'$value = ($this->targetDirs[3].'/app/../var/jwt/public.pem'); break;
  2570.             case 'api_platform.resource_class_directories'$value = [
  2571.                 => ($this->targetDirs[3].'/src/AppBundle/Entity'),
  2572.             ]; break;
  2573.             case 'doctrine_migrations.dir_name'$value = ($this->targetDirs[3].'/app/DoctrineMigrations'); break;
  2574.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2575.         }
  2576.         $this->loadedDynamicParameters[$name] = true;
  2577.         return $this->dynamicParameters[$name] = $value;
  2578.     }
  2579.     private $normalizedParameterNames = [
  2580.         'api_platform.oauth.clientid' => 'api_platform.oauth.clientId',
  2581.         'api_platform.oauth.clientsecret' => 'api_platform.oauth.clientSecret',
  2582.         'api_platform.oauth.tokenurl' => 'api_platform.oauth.tokenUrl',
  2583.         'api_platform.oauth.authorizationurl' => 'api_platform.oauth.authorizationUrl',
  2584.     ];
  2585.     private function normalizeParameterName($name)
  2586.     {
  2587.         if (isset($this->normalizedParameterNames[$normalizedName strtolower($name)]) || isset($this->parameters[$normalizedName]) || array_key_exists($normalizedName$this->parameters)) {
  2588.             $normalizedName = isset($this->normalizedParameterNames[$normalizedName]) ? $this->normalizedParameterNames[$normalizedName] : $normalizedName;
  2589.             if ((string) $name !== $normalizedName) {
  2590.                 @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);
  2591.             }
  2592.         } else {
  2593.             $normalizedName $this->normalizedParameterNames[$normalizedName] = (string) $name;
  2594.         }
  2595.         return $normalizedName;
  2596.     }
  2597.     /**
  2598.      * Gets the default parameters.
  2599.      *
  2600.      * @return array An array of the default parameters
  2601.      */
  2602.     protected function getDefaultParameters()
  2603.     {
  2604.         return [
  2605.             'kernel.environment' => 'dev',
  2606.             'kernel.debug' => true,
  2607.             'kernel.name' => 'app',
  2608.             'kernel.bundles' => [
  2609.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2610.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2611.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2612.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2613.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  2614.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2615.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2616.                 'AppBundle' => 'AppBundle\\AppBundle',
  2617.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  2618.                 'ApiPlatformBundle' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\ApiPlatformBundle',
  2619.                 'GfreeauGetJWTBundle' => 'Gfreeau\\Bundle\\GetJWTBundle\\GfreeauGetJWTBundle',
  2620.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  2621.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2622.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2623.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2624.                 'SensioDistributionBundle' => 'Sensio\\Bundle\\DistributionBundle\\SensioDistributionBundle',
  2625.                 'SensioGeneratorBundle' => 'Sensio\\Bundle\\GeneratorBundle\\SensioGeneratorBundle',
  2626.             ],
  2627.             'kernel.charset' => 'UTF-8',
  2628.             'kernel.container_class' => 'appDevDebugProjectContainer',
  2629.             'database_host' => 'localhost',
  2630.             'database_port' => NULL,
  2631.             'database_name' => 'akoranga-api.mgpi.co.nz',
  2632.             'database_user' => 'root',
  2633.             'database_password' => '78dfsy687hwet987rt8h7rth34uh5i6y454u',
  2634.             'mailer_transport' => 'gmail',
  2635.             'mailer_host' => NULL,
  2636.             'mailer_user' => 'enragedphenix@gmail.com',
  2637.             'mailer_password' => 'enragedpass2013',
  2638.             'secret' => '9y7g83r24p8oweruh9352uh8t24093tu24iut89hgj3feokdwpsfb90ejfvdce',
  2639.             'jwt_key_pass_phrase' => '765786gtwyr9r8gjw8htj9',
  2640.             'site_title' => 'Akoranga - MGPI',
  2641.             'site_short_title' => 'Akoranga',
  2642.             'site_from_email' => 'akoranga@mgpi.co.nz',
  2643.             'site_from_title' => 'Akoranga - MGPI',
  2644.             'upload_directory' => 'uploads',
  2645.             'default_image_path' => 'images/default.jpg',
  2646.             'locale' => 'en',
  2647.             'fragment.renderer.hinclude.global_template' => NULL,
  2648.             'fragment.path' => '/_fragment',
  2649.             'kernel.secret' => '9y7g83r24p8oweruh9352uh8t24093tu24iut89hgj3feokdwpsfb90ejfvdce',
  2650.             'kernel.http_method_override' => true,
  2651.             'kernel.trusted_hosts' => [
  2652.             ],
  2653.             'kernel.default_locale' => 'en',
  2654.             'templating.helper.code.file_link_format' => NULL,
  2655.             'debug.file_link_format' => NULL,
  2656.             'session.metadata.storage_key' => '_sf2_meta',
  2657.             'session.storage.options' => [
  2658.                 'cache_limiter' => '0',
  2659.                 'cookie_httponly' => true,
  2660.                 'gc_probability' => 1,
  2661.             ],
  2662.             'session.metadata.update_threshold' => '0',
  2663.             'form.type_extension.csrf.enabled' => true,
  2664.             'form.type_extension.csrf.field_name' => '_token',
  2665.             'asset.request_context.base_path' => '',
  2666.             'asset.request_context.secure' => false,
  2667.             'templating.loader.cache.path' => NULL,
  2668.             'templating.engines' => [
  2669.                 => 'twig',
  2670.             ],
  2671.             'validator.mapping.cache.prefix' => '',
  2672.             'validator.translation_domain' => 'validators',
  2673.             'profiler_listener.only_exceptions' => false,
  2674.             'profiler_listener.only_master_requests' => false,
  2675.             'debug.error_handler.throw_at' => -1,
  2676.             'router.options.generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator',
  2677.             'router.options.generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator',
  2678.             'router.options.generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper',
  2679.             'router.options.matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher',
  2680.             'router.options.matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher',
  2681.             'router.options.matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper',
  2682.             'router.options.matcher.cache_class' => 'appDevDebugProjectContainerUrlMatcher',
  2683.             'router.options.generator.cache_class' => 'appDevDebugProjectContainerUrlGenerator',
  2684.             'router.request_context.host' => 'localhost',
  2685.             'router.request_context.scheme' => 'http',
  2686.             'router.request_context.base_url' => '',
  2687.             'router.cache_class_prefix' => 'appDevDebugProjectContainer',
  2688.             'request_listener.http_port' => 80,
  2689.             'request_listener.https_port' => 443,
  2690.             'serializer.mapping.cache.prefix' => '',
  2691.             'security.authentication.trust_resolver.anonymous_class' => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken',
  2692.             'security.authentication.trust_resolver.rememberme_class' => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\RememberMeToken',
  2693.             'security.role_hierarchy.roles' => [
  2694.                 'ROLE_ADMIN' => [
  2695.                     => 'ROLE_USER',
  2696.                 ],
  2697.             ],
  2698.             'security.access.denied_url' => NULL,
  2699.             'security.authentication.manager.erase_credentials' => true,
  2700.             'security.authentication.session_strategy.strategy' => 'migrate',
  2701.             'security.access.always_authenticate_before_granting' => false,
  2702.             'security.authentication.hide_user_not_found' => true,
  2703.             'twig.exception_listener.controller' => 'twig.controller.exception:showAction',
  2704.             'twig.form.resources' => [
  2705.                 => 'form_div_layout.html.twig',
  2706.                 => 'templates/form.bootstrap.html.twig',
  2707.                 => 'templates/jquery.collection.html.twig',
  2708.             ],
  2709.             'monolog.use_microseconds' => true,
  2710.             'monolog.swift_mailer.handlers' => [
  2711.             ],
  2712.             'monolog.handlers_to_channels' => [
  2713.                 'monolog.handler.console' => [
  2714.                     'type' => 'exclusive',
  2715.                     'elements' => [
  2716.                         => 'event',
  2717.                         => 'doctrine',
  2718.                     ],
  2719.                 ],
  2720.                 'monolog.handler.main' => [
  2721.                     'type' => 'exclusive',
  2722.                     'elements' => [
  2723.                         => 'event',
  2724.                     ],
  2725.                 ],
  2726.             ],
  2727.             'swiftmailer.class' => 'Swift_Mailer',
  2728.             'swiftmailer.transport.sendmail.class' => 'Swift_Transport_SendmailTransport',
  2729.             'swiftmailer.transport.mail.class' => 'Swift_Transport_MailTransport',
  2730.             'swiftmailer.transport.failover.class' => 'Swift_Transport_FailoverTransport',
  2731.             'swiftmailer.plugin.redirecting.class' => 'Swift_Plugins_RedirectingPlugin',
  2732.             'swiftmailer.plugin.impersonate.class' => 'Swift_Plugins_ImpersonatePlugin',
  2733.             'swiftmailer.plugin.messagelogger.class' => 'Swift_Plugins_MessageLogger',
  2734.             'swiftmailer.plugin.antiflood.class' => 'Swift_Plugins_AntiFloodPlugin',
  2735.             'swiftmailer.transport.smtp.class' => 'Swift_Transport_EsmtpTransport',
  2736.             'swiftmailer.plugin.blackhole.class' => 'Swift_Plugins_BlackholePlugin',
  2737.             'swiftmailer.spool.file.class' => 'Swift_FileSpool',
  2738.             'swiftmailer.spool.memory.class' => 'Swift_MemorySpool',
  2739.             'swiftmailer.email_sender.listener.class' => 'Symfony\\Bundle\\SwiftmailerBundle\\EventListener\\EmailSenderListener',
  2740.             'swiftmailer.data_collector.class' => 'Symfony\\Bundle\\SwiftmailerBundle\\DataCollector\\MessageDataCollector',
  2741.             'swiftmailer.mailer.default.transport.name' => 'smtp',
  2742.             'swiftmailer.mailer.default.transport.smtp.encryption' => 'ssl',
  2743.             'swiftmailer.mailer.default.transport.smtp.port' => 465,
  2744.             'swiftmailer.mailer.default.transport.smtp.host' => 'smtp.gmail.com',
  2745.             'swiftmailer.mailer.default.transport.smtp.username' => 'enragedphenix@gmail.com',
  2746.             'swiftmailer.mailer.default.transport.smtp.password' => 'enragedpass2013',
  2747.             'swiftmailer.mailer.default.transport.smtp.auth_mode' => 'login',
  2748.             'swiftmailer.mailer.default.transport.smtp.timeout' => 30,
  2749.             'swiftmailer.mailer.default.transport.smtp.source_ip' => NULL,
  2750.             'swiftmailer.mailer.default.transport.smtp.local_domain' => NULL,
  2751.             'swiftmailer.mailer.default.spool.enabled' => false,
  2752.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  2753.             'swiftmailer.mailer.default.single_address' => NULL,
  2754.             'swiftmailer.mailer.default.delivery.enabled' => true,
  2755.             'swiftmailer.spool.enabled' => false,
  2756.             'swiftmailer.delivery.enabled' => true,
  2757.             'swiftmailer.single_address' => NULL,
  2758.             'swiftmailer.mailers' => [
  2759.                 'default' => 'swiftmailer.mailer.default',
  2760.             ],
  2761.             'swiftmailer.default_mailer' => 'default',
  2762.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2763.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  2764.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2765.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  2766.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  2767.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  2768.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  2769.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  2770.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  2771.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2772.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  2773.             'doctrine_cache.memcache.host' => 'localhost',
  2774.             'doctrine_cache.memcache.port' => 11211,
  2775.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2776.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  2777.             'doctrine_cache.memcached.host' => 'localhost',
  2778.             'doctrine_cache.memcached.port' => 11211,
  2779.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  2780.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  2781.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  2782.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  2783.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  2784.             'doctrine_cache.predis.scheme' => 'tcp',
  2785.             'doctrine_cache.predis.host' => 'localhost',
  2786.             'doctrine_cache.predis.port' => 6379,
  2787.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2788.             'doctrine_cache.redis.connection.class' => 'Redis',
  2789.             'doctrine_cache.redis.host' => 'localhost',
  2790.             'doctrine_cache.redis.port' => 6379,
  2791.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  2792.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  2793.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  2794.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  2795.             'doctrine_cache.riak.host' => 'localhost',
  2796.             'doctrine_cache.riak.port' => 8087,
  2797.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  2798.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  2799.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  2800.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2801.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2802.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2803.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  2804.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  2805.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  2806.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  2807.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2808.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2809.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2810.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2811.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2812.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2813.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2814.             'doctrine.entity_managers' => [
  2815.                 'default' => 'doctrine.orm.default_entity_manager',
  2816.             ],
  2817.             'doctrine.default_entity_manager' => 'default',
  2818.             'doctrine.dbal.connection_factory.types' => [
  2819.             ],
  2820.             'doctrine.connections' => [
  2821.                 'default' => 'doctrine.dbal.default_connection',
  2822.             ],
  2823.             'doctrine.default_connection' => 'default',
  2824.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2825.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2826.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2827.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2828.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2829.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2830.             'doctrine.orm.cache.memcache_host' => 'localhost',
  2831.             'doctrine.orm.cache.memcache_port' => 11211,
  2832.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2833.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2834.             'doctrine.orm.cache.memcached_host' => 'localhost',
  2835.             'doctrine.orm.cache.memcached_port' => 11211,
  2836.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2837.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2838.             'doctrine.orm.cache.redis_host' => 'localhost',
  2839.             'doctrine.orm.cache.redis_port' => 6379,
  2840.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2841.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2842.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2843.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2844.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2845.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2846.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2847.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2848.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2849.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2850.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2851.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2852.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2853.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2854.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2855.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2856.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2857.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2858.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2859.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2860.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2861.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2862.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2863.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2864.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2865.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2866.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2867.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2868.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2869.             'doctrine.orm.auto_generate_proxy_classes' => true,
  2870.             'doctrine.orm.proxy_namespace' => 'Proxies',
  2871.             'sensio_framework_extra.view.guesser.class' => 'Sensio\\Bundle\\FrameworkExtraBundle\\Templating\\TemplateGuesser',
  2872.             'sensio_framework_extra.controller.listener.class' => 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener',
  2873.             'sensio_framework_extra.routing.loader.annot_dir.class' => 'Symfony\\Component\\Routing\\Loader\\AnnotationDirectoryLoader',
  2874.             'sensio_framework_extra.routing.loader.annot_file.class' => 'Symfony\\Component\\Routing\\Loader\\AnnotationFileLoader',
  2875.             'sensio_framework_extra.routing.loader.annot_class.class' => 'Sensio\\Bundle\\FrameworkExtraBundle\\Routing\\AnnotatedRouteControllerLoader',
  2876.             'sensio_framework_extra.converter.listener.class' => 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener',
  2877.             'sensio_framework_extra.converter.manager.class' => 'Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\ParamConverterManager',
  2878.             'sensio_framework_extra.converter.doctrine.class' => 'Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\DoctrineParamConverter',
  2879.             'sensio_framework_extra.converter.datetime.class' => 'Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\DateTimeParamConverter',
  2880.             'sensio_framework_extra.view.listener.class' => 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener',
  2881.             'lexik_jwt_authentication.pass_phrase' => '765786gtwyr9r8gjw8htj9',
  2882.             'lexik_jwt_authentication.token_ttl' => 3600,
  2883.             'lexik_jwt_authentication.clock_skew' => 0,
  2884.             'lexik_jwt_authentication.user_identity_field' => 'id',
  2885.             'lexik_jwt_authentication.user_id_claim' => 'id',
  2886.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  2887.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  2888.             'api_platform.enable_entrypoint' => true,
  2889.             'api_platform.enable_docs' => true,
  2890.             'api_platform.title' => 'Akoranga',
  2891.             'api_platform.description' => 'Akoranga - MGPI',
  2892.             'api_platform.version' => '1.0.0',
  2893.             'api_platform.exception_to_status' => [
  2894.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  2895.                 'ApiPlatform\\Core\\Exception\\InvalidArgumentException' => 400,
  2896.             ],
  2897.             'api_platform.formats' => [
  2898.                 'json' => [
  2899.                     => 'application/json',
  2900.                 ],
  2901.                 'html' => [
  2902.                     => 'text/html',
  2903.                 ],
  2904.             ],
  2905.             'api_platform.error_formats' => [
  2906.                 'jsonproblem' => [
  2907.                     => 'application/problem+json',
  2908.                 ],
  2909.                 'jsonld' => [
  2910.                     => 'application/ld+json',
  2911.                 ],
  2912.             ],
  2913.             'api_platform.allow_plain_identifiers' => false,
  2914.             'api_platform.eager_loading.enabled' => true,
  2915.             'api_platform.eager_loading.max_joins' => 50,
  2916.             'api_platform.eager_loading.fetch_partial' => false,
  2917.             'api_platform.eager_loading.force_eager' => true,
  2918.             'api_platform.collection.order' => 'ASC',
  2919.             'api_platform.collection.order_parameter_name' => 'order',
  2920.             'api_platform.collection.pagination.enabled' => true,
  2921.             'api_platform.collection.pagination.partial' => false,
  2922.             'api_platform.collection.pagination.client_enabled' => false,
  2923.             'api_platform.collection.pagination.client_items_per_page' => false,
  2924.             'api_platform.collection.pagination.client_partial' => false,
  2925.             'api_platform.collection.pagination.items_per_page' => 30,
  2926.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  2927.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  2928.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  2929.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  2930.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  2931.             'api_platform.http_cache.etag' => true,
  2932.             'api_platform.http_cache.max_age' => NULL,
  2933.             'api_platform.http_cache.shared_max_age' => NULL,
  2934.             'api_platform.http_cache.vary' => [
  2935.                 => 'Accept',
  2936.             ],
  2937.             'api_platform.http_cache.public' => NULL,
  2938.             'api_platform.oauth.enabled' => false,
  2939.             'api_platform.oauth.clientId' => '',
  2940.             'api_platform.oauth.clientSecret' => '',
  2941.             'api_platform.oauth.type' => 'oauth2',
  2942.             'api_platform.oauth.flow' => 'application',
  2943.             'api_platform.oauth.tokenUrl' => '/oauth/v2/token',
  2944.             'api_platform.oauth.authorizationUrl' => '/oauth/v2/auth',
  2945.             'api_platform.oauth.scopes' => [
  2946.             ],
  2947.             'api_platform.swagger.api_keys' => [
  2948.                 'apiKey' => [
  2949.                     'name' => 'Authorization',
  2950.                     'type' => 'header',
  2951.                 ],
  2952.             ],
  2953.             'api_platform.enable_swagger_ui' => true,
  2954.             'api_platform.enable_swagger' => true,
  2955.             'api_platform.graphql.enabled' => false,
  2956.             'api_platform.graphql.graphiql.enabled' => false,
  2957.             'api_platform.validator.serialize_payload_fields' => [
  2958.             ],
  2959.             'nelmio_cors.map' => [
  2960.                 '^/api/' => [
  2961.                     'allow_origin' => true,
  2962.                     'allow_headers' => true,
  2963.                     'allow_methods' => [
  2964.                         => 'POST',
  2965.                         => 'PUT',
  2966.                         => 'GET',
  2967.                         => 'DELETE',
  2968.                         => 'OPTIONS',
  2969.                     ],
  2970.                     'max_age' => 3600,
  2971.                 ],
  2972.                 '^/' => [
  2973.                     'allow_origin' => true,
  2974.                     'allow_headers' => true,
  2975.                     'allow_methods' => [
  2976.                         => 'POST',
  2977.                         => 'PUT',
  2978.                         => 'GET',
  2979.                         => 'DELETE',
  2980.                         => 'OPTIONS',
  2981.                     ],
  2982.                     'max_age' => 3600,
  2983.                 ],
  2984.             ],
  2985.             'nelmio_cors.defaults' => [
  2986.                 'allow_origin' => [
  2987.                 ],
  2988.                 'allow_credentials' => false,
  2989.                 'allow_headers' => [
  2990.                 ],
  2991.                 'expose_headers' => [
  2992.                 ],
  2993.                 'allow_methods' => [
  2994.                 ],
  2995.                 'max_age' => 0,
  2996.                 'hosts' => [
  2997.                 ],
  2998.                 'origin_regex' => false,
  2999.                 'forced_allow_origin_value' => NULL,
  3000.             ],
  3001.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  3002.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  3003.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  3004.             'doctrine_migrations.namespace' => 'Application\\Migrations',
  3005.             'doctrine_migrations.table_name' => 'migration_versions',
  3006.             'doctrine_migrations.name' => 'Application Migrations',
  3007.             'doctrine_migrations.custom_template' => NULL,
  3008.             'doctrine_migrations.organize_migrations' => false,
  3009.             'web_profiler.debug_toolbar.position' => 'bottom',
  3010.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3011.             'web_profiler.debug_toolbar.mode' => 2,
  3012.             'data_collector.templates' => [
  3013.                 'data_collector.request' => [
  3014.                     => 'request',
  3015.                     => '@WebProfiler/Collector/request.html.twig',
  3016.                 ],
  3017.                 'data_collector.time' => [
  3018.                     => 'time',
  3019.                     => '@WebProfiler/Collector/time.html.twig',
  3020.                 ],
  3021.                 'data_collector.memory' => [
  3022.                     => 'memory',
  3023.                     => '@WebProfiler/Collector/memory.html.twig',
  3024.                 ],
  3025.                 'data_collector.validator' => [
  3026.                     => 'validator',
  3027.                     => '@WebProfiler/Collector/validator.html.twig',
  3028.                 ],
  3029.                 'data_collector.ajax' => [
  3030.                     => 'ajax',
  3031.                     => '@WebProfiler/Collector/ajax.html.twig',
  3032.                 ],
  3033.                 'data_collector.form' => [
  3034.                     => 'form',
  3035.                     => '@WebProfiler/Collector/form.html.twig',
  3036.                 ],
  3037.                 'data_collector.exception' => [
  3038.                     => 'exception',
  3039.                     => '@WebProfiler/Collector/exception.html.twig',
  3040.                 ],
  3041.                 'data_collector.logger' => [
  3042.                     => 'logger',
  3043.                     => '@WebProfiler/Collector/logger.html.twig',
  3044.                 ],
  3045.                 'data_collector.events' => [
  3046.                     => 'events',
  3047.                     => '@WebProfiler/Collector/events.html.twig',
  3048.                 ],
  3049.                 'data_collector.router' => [
  3050.                     => 'router',
  3051.                     => '@WebProfiler/Collector/router.html.twig',
  3052.                 ],
  3053.                 'data_collector.cache' => [
  3054.                     => 'cache',
  3055.                     => '@WebProfiler/Collector/cache.html.twig',
  3056.                 ],
  3057.                 'data_collector.security' => [
  3058.                     => 'security',
  3059.                     => '@Security/Collector/security.html.twig',
  3060.                 ],
  3061.                 'data_collector.twig' => [
  3062.                     => 'twig',
  3063.                     => '@WebProfiler/Collector/twig.html.twig',
  3064.                 ],
  3065.                 'data_collector.doctrine' => [
  3066.                     => 'db',
  3067.                     => '@Doctrine/Collector/db.html.twig',
  3068.                 ],
  3069.                 'swiftmailer.data_collector' => [
  3070.                     => 'swiftmailer',
  3071.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  3072.                 ],
  3073.                 'data_collector.dump' => [
  3074.                     => 'dump',
  3075.                     => '@Debug/Profiler/dump.html.twig',
  3076.                 ],
  3077.                 'data_collector.config' => [
  3078.                     => 'config',
  3079.                     => '@WebProfiler/Collector/config.html.twig',
  3080.                 ],
  3081.             ],
  3082.             'console.command.ids' => [
  3083.                 'console.command.symfony_bundle_frameworkbundle_command_aboutcommand' => 'console.command.about',
  3084.                 'console.command.symfony_bundle_frameworkbundle_command_assetsinstallcommand' => 'console.command.assets_install',
  3085.                 'console.command.symfony_bundle_frameworkbundle_command_cacheclearcommand' => 'console.command.cache_clear',
  3086.                 'console.command.symfony_bundle_frameworkbundle_command_cachepoolclearcommand' => 'console.command.cache_pool_clear',
  3087.                 'console.command.symfony_bundle_frameworkbundle_command_cachepoolprunecommand' => 'console.command.cache_pool_prune',
  3088.                 'console.command.symfony_bundle_frameworkbundle_command_cachewarmupcommand' => 'console.command.cache_warmup',
  3089.                 'console.command.symfony_bundle_frameworkbundle_command_configdebugcommand' => 'console.command.config_debug',
  3090.                 'console.command.symfony_bundle_frameworkbundle_command_configdumpreferencecommand' => 'console.command.config_dump_reference',
  3091.                 'console.command.symfony_bundle_frameworkbundle_command_containerdebugcommand' => 'console.command.container_debug',
  3092.                 'console.command.symfony_bundle_frameworkbundle_command_debugautowiringcommand' => 'console.command.debug_autowiring',
  3093.                 'console.command.symfony_bundle_frameworkbundle_command_eventdispatcherdebugcommand' => 'console.command.event_dispatcher_debug',
  3094.                 'console.command.symfony_bundle_frameworkbundle_command_routerdebugcommand' => 'console.command.router_debug',
  3095.                 'console.command.symfony_bundle_frameworkbundle_command_routermatchcommand' => 'console.command.router_match',
  3096.                 'console.command.symfony_bundle_frameworkbundle_command_xlifflintcommand' => 'console.command.xliff_lint',
  3097.                 'console.command.symfony_bundle_frameworkbundle_command_yamllintcommand' => 'console.command.yaml_lint',
  3098.                 'console.command.symfony_component_form_command_debugcommand' => 'console.command.form_debug',
  3099.                 'console.command.symfony_bundle_securitybundle_command_userpasswordencodercommand' => 'security.command.user_password_encoder',
  3100.                 'console.command.symfony_bridge_twig_command_debugcommand' => 'twig.command.debug',
  3101.                 'console.command.symfony_bundle_twigbundle_command_lintcommand' => 'twig.command.lint',
  3102.                 'console.command.doctrine_bundle_doctrinecachebundle_command_containscommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_containscommand',
  3103.                 'console.command.doctrine_bundle_doctrinecachebundle_command_deletecommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_deletecommand',
  3104.                 'console.command.doctrine_bundle_doctrinecachebundle_command_flushcommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_flushcommand',
  3105.                 'console.command.doctrine_bundle_doctrinecachebundle_command_statscommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_statscommand',
  3106.                 'console.command.doctrine_bundle_doctrinebundle_command_createdatabasedoctrinecommand' => 'doctrine.database_create_command',
  3107.                 'console.command.doctrine_bundle_doctrinebundle_command_dropdatabasedoctrinecommand' => 'doctrine.database_drop_command',
  3108.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_importdoctrinecommand' => 'doctrine.database_import_command',
  3109.                 'console.command.doctrine_bundle_doctrinebundle_command_generateentitiesdoctrinecommand' => 'doctrine.generate_entities_command',
  3110.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_runsqldoctrinecommand' => 'doctrine.query_sql_command',
  3111.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_clearmetadatacachedoctrinecommand' => 'doctrine.cache_clear_metadata_command',
  3112.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_clearquerycachedoctrinecommand' => 'doctrine.cache_clear_query_cache_command',
  3113.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_clearresultcachedoctrinecommand' => 'doctrine.cache_clear_result_command',
  3114.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_collectionregiondoctrinecommand' => 'doctrine.cache_collection_region_command',
  3115.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_convertmappingdoctrinecommand' => 'doctrine.mapping_convert_command',
  3116.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_createschemadoctrinecommand' => 'doctrine.schema_create_command',
  3117.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_dropschemadoctrinecommand' => 'doctrine.schema_drop_command',
  3118.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_ensureproductionsettingsdoctrinecommand' => 'doctrine.ensure_production_settings_command',
  3119.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_entityregioncachedoctrinecommand' => 'doctrine.clear_entity_region_command',
  3120.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_infodoctrinecommand' => 'doctrine.mapping_info_command',
  3121.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_queryregioncachedoctrinecommand' => 'doctrine.clear_query_region_command',
  3122.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_rundqldoctrinecommand' => 'doctrine.query_dql_command',
  3123.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_updateschemadoctrinecommand' => 'doctrine.schema_update_command',
  3124.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_validateschemacommand' => 'doctrine.schema_validate_command',
  3125.                 'console.command.doctrine_bundle_doctrinebundle_command_importmappingdoctrinecommand' => 'doctrine.mapping_import_command',
  3126.                 'console.command.lexik_bundle_jwtauthenticationbundle_command_checkconfigcommand' => 'lexik_jwt_authentication.check_config_command',
  3127.                 'console.command.lexik_bundle_jwtauthenticationbundle_command_generatetokencommand' => 'lexik_jwt_authentication.generate_token_command',
  3128.                 'console.command.apiplatform_core_bridge_symfony_bundle_command_swaggercommand' => 'console.command.apiplatform_core_bridge_symfony_bundle_command_swaggercommand',
  3129.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsdiffdoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsdiffdoctrinecommand',
  3130.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsexecutedoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsexecutedoctrinecommand',
  3131.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsgeneratedoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsgeneratedoctrinecommand',
  3132.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationslatestdoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationslatestdoctrinecommand',
  3133.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsmigratedoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsmigratedoctrinecommand',
  3134.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsstatusdoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsstatusdoctrinecommand',
  3135.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsversiondoctrinecommand' => 'console.command.doctrine_bundle_migrationsbundle_command_migrationsversiondoctrinecommand',
  3136.                 'console.command.sensiolabs_security_command_securitycheckercommand' => 'sensio_distribution.security_checker.command',
  3137.             ],
  3138.             'console.lazy_command.ids' => [
  3139.                 'console.command.about' => true,
  3140.                 'console.command.assets_install' => true,
  3141.                 'console.command.cache_clear' => true,
  3142.                 'console.command.cache_pool_clear' => true,
  3143.                 'console.command.cache_pool_prune' => true,
  3144.                 'console.command.cache_warmup' => true,
  3145.                 'console.command.config_debug' => true,
  3146.                 'console.command.config_dump_reference' => true,
  3147.                 'console.command.container_debug' => true,
  3148.                 'console.command.debug_autowiring' => true,
  3149.                 'console.command.event_dispatcher_debug' => true,
  3150.                 'console.command.router_debug' => true,
  3151.                 'console.command.router_match' => true,
  3152.                 'console.command.xliff_lint' => true,
  3153.                 'console.command.yaml_lint' => true,
  3154.                 'console.command.form_debug' => true,
  3155.                 'security.command.user_password_encoder' => true,
  3156.                 'twig.command.debug' => true,
  3157.                 'twig.command.lint' => true,
  3158.                 'doctrine.database_create_command' => true,
  3159.                 'doctrine.database_drop_command' => true,
  3160.                 'doctrine.database_import_command' => true,
  3161.                 'doctrine.generate_entities_command' => true,
  3162.                 'doctrine.query_sql_command' => true,
  3163.                 'doctrine.cache_clear_metadata_command' => true,
  3164.                 'doctrine.cache_clear_query_cache_command' => true,
  3165.                 'doctrine.cache_clear_result_command' => true,
  3166.                 'doctrine.cache_collection_region_command' => true,
  3167.                 'doctrine.mapping_convert_command' => true,
  3168.                 'doctrine.schema_create_command' => true,
  3169.                 'doctrine.schema_drop_command' => true,
  3170.                 'doctrine.ensure_production_settings_command' => true,
  3171.                 'doctrine.clear_entity_region_command' => true,
  3172.                 'doctrine.mapping_info_command' => true,
  3173.                 'doctrine.clear_query_region_command' => true,
  3174.                 'doctrine.query_dql_command' => true,
  3175.                 'doctrine.schema_update_command' => true,
  3176.                 'doctrine.schema_validate_command' => true,
  3177.                 'doctrine.mapping_import_command' => true,
  3178.                 'lexik_jwt_authentication.check_config_command' => true,
  3179.                 'lexik_jwt_authentication.generate_token_command' => true,
  3180.                 'sensio_distribution.security_checker.command' => true,
  3181.             ],
  3182.         ];
  3183.     }
  3184. }