var/cache/dev/ContainerREUDL4w/App_KernelDevDebugContainer.php line 1403

Open in your IDE?
  1. <?php
  2. namespace ContainerREUDL4w;
  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. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  36.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  37.             '.container.private.twig' => 'get_Container_Private_TwigService',
  38.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39.             'DW\\GingerBundle\\Import\\Normalizer\\NullableDateTimeDenormalizer' => 'getNullableDateTimeDenormalizerService',
  40.             'DW\\GingerBundle\\Import\\Normalizer\\PersonNormalizer' => 'getPersonNormalizerService',
  41.             'DW\\GingerBundle\\Import\\Serializer\\Encoder\\XlsxEncoder' => 'getXlsxEncoderService',
  42.             'cache.app' => 'getCache_AppService',
  43.             'cache.system' => 'getCache_SystemService',
  44.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  45.             'data_collector.dump' => 'getDataCollector_DumpService',
  46.             'doctrine' => 'getDoctrineService',
  47.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  48.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  49.             'event_dispatcher' => 'getEventDispatcherService',
  50.             'http_kernel' => 'getHttpKernelService',
  51.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  52.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  53.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  54.             'request_stack' => 'getRequestStackService',
  55.             'router' => 'getRouterService',
  56.             'translator' => 'getTranslatorService',
  57.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  58.             'cache_clearer' => 'getCacheClearerService',
  59.             'filesystem' => 'getFilesystemService',
  60.             'serializer' => 'getSerializerService',
  61.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  62.             'form.factory' => 'getForm_FactoryService',
  63.             'form.type.file' => 'getForm_Type_FileService',
  64.             'profiler' => 'getProfilerService',
  65.             'twig' => 'getTwigService',
  66.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  67.             'security.token_storage' => 'getSecurity_TokenStorageService',
  68.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  69.             'session' => 'getSessionService',
  70.             'validator' => 'getValidatorService',
  71.         ];
  72.         $this->fileMap = [
  73.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  74.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  75.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  76.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  77.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  78.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  79.             '.container.private.session' => 'get_Container_Private_SessionService',
  80.             'DW\\GingerBundle\\ApiPlatform\\Controller\\PeopleTagsController' => 'getPeopleTagsControllerService',
  81.             'DW\\GingerBundle\\Command\\CreateAddressMessagesCommand' => 'getCreateAddressMessagesCommandService',
  82.             'DW\\GingerBundle\\Command\\MigrateAddressCommand' => 'getMigrateAddressCommandService',
  83.             'DW\\GingerBundle\\Controller\\AddressController' => 'getAddressControllerService',
  84.             'DW\\GingerBundle\\Controller\\AdminLogController' => 'getAdminLogControllerService',
  85.             'DW\\GingerBundle\\Controller\\ApiController' => 'getApiControllerService',
  86.             'DW\\GingerBundle\\Controller\\AttributeController' => 'getAttributeControllerService',
  87.             'DW\\GingerBundle\\Controller\\DashboardController' => 'getDashboardControllerService',
  88.             'DW\\GingerBundle\\Controller\\Dev\\ProximityController' => 'getProximityControllerService',
  89.             'DW\\GingerBundle\\Controller\\Devel\\DefaultController' => 'getDefaultControllerService',
  90.             'DW\\GingerBundle\\Controller\\DownloadController' => 'getDownloadControllerService',
  91.             'DW\\GingerBundle\\Controller\\DuplicateController' => 'getDuplicateControllerService',
  92.             'DW\\GingerBundle\\Controller\\GroupController' => 'getGroupControllerService',
  93.             'DW\\GingerBundle\\Controller\\IntegrationController' => 'getIntegrationControllerService',
  94.             'DW\\GingerBundle\\Controller\\JobController' => 'getJobControllerService',
  95.             'DW\\GingerBundle\\Controller\\PersonController' => 'getPersonControllerService',
  96.             'DW\\GingerBundle\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  97.             'DW\\GingerBundle\\Controller\\SecurityController' => 'getSecurityControllerService',
  98.             'DW\\GingerBundle\\Controller\\TagController' => 'getTagControllerService',
  99.             'DW\\GingerBundle\\Controller\\UserController' => 'getUserControllerService',
  100.             'DW\\GingerBundle\\Import\\Annotation\\PersonReader' => 'getPersonReaderService',
  101.             'DW\\GingerBundle\\Import\\Command\\ExportToFileCommand' => 'getExportToFileCommandService',
  102.             'DW\\GingerBundle\\Import\\Command\\Storage\\ClearCommand' => 'getClearCommandService',
  103.             'DW\\GingerBundle\\Import\\Controller\\FileImportController' => 'getFileImportControllerService',
  104.             'DW\\GingerBundle\\Import\\EventSubscriber\\StorageSubscriber' => 'getStorageSubscriberService',
  105.             'DW\\GingerBundle\\Import\\Form\\DataTransformer\\PropertiesToColumnsTransformer' => 'getPropertiesToColumnsTransformerService',
  106.             'DW\\GingerBundle\\Import\\Form\\Type\\FileImportEditType' => 'getFileImportEditTypeService',
  107.             'DW\\GingerBundle\\Import\\Form\\Type\\FileImportPreviewType' => 'getFileImportPreviewTypeService',
  108.             'DW\\GingerBundle\\Import\\Importer\\PersonImporter' => 'getPersonImporterService',
  109.             'DW\\GingerBundle\\Import\\Matcher\\EmailMatcher' => 'getEmailMatcherService',
  110.             'DW\\GingerBundle\\Import\\Matcher\\IdMatcher' => 'getIdMatcherService',
  111.             'DW\\GingerBundle\\Import\\Matcher\\PersonMatcherChain' => 'getPersonMatcherChainService',
  112.             'DW\\GingerBundle\\Import\\Messenger\\EventSubscriber\\FileImportStatusManager' => 'getFileImportStatusManagerService',
  113.             'DW\\GingerBundle\\Import\\Messenger\\EventSubscriber\\ReportResultGenerator' => 'getReportResultGeneratorService',
  114.             'DW\\GingerBundle\\Import\\Messenger\\Handler\\BatchImportPersonsHandler' => 'getBatchImportPersonsHandlerService',
  115.             'DW\\GingerBundle\\Import\\Messenger\\Handler\\LaunchFileImportHandler' => 'getLaunchFileImportHandlerService',
  116.             'DW\\GingerBundle\\Import\\Messenger\\Middleware\\AuthenticationMiddleware' => 'getAuthenticationMiddlewareService',
  117.             'DW\\GingerBundle\\Import\\Repository\\FileImportRepository' => 'getFileImportRepositoryService',
  118.             'DW\\GingerBundle\\Import\\Serializer\\Context\\PersonContext' => 'getPersonContextService',
  119.             'DW\\GingerBundle\\Import\\Serializer\\PersonSerializer' => 'getPersonSerializerService',
  120.             'DW\\GingerBundle\\Import\\Storage\\FileManager' => 'getFileManagerService',
  121.             'DW\\GingerBundle\\Import\\Validator\\Constraints\\PersonIdExistsConstraintValidator' => 'getPersonIdExistsConstraintValidatorService',
  122.             'DW\\GingerBundle\\Import\\Xlsx\\Util\\Extractor' => 'getExtractorService',
  123.             'DW\\GingerBundle\\Import\\Xlsx\\Validator\\ContainsRequiredPropsConstraintValidator' => 'getContainsRequiredPropsConstraintValidatorService',
  124.             'DW\\GingerBundle\\Import\\Xlsx\\Validator\\NoExtraFieldsConstraintValidator' => 'getNoExtraFieldsConstraintValidatorService',
  125.             'DW\\GingerBundle\\Import\\Xlsx\\Validator\\SingleSheetOnlyConstraintValidator' => 'getSingleSheetOnlyConstraintValidatorService',
  126.             'DW\\GingerBundle\\Messenger\\Handler\\BatchTogglePeopleTagsHandler' => 'getBatchTogglePeopleTagsHandlerService',
  127.             'DW\\GingerBundle\\Messenger\\Handler\\ConsoleCommandHandler' => 'getConsoleCommandHandlerService',
  128.             'DW\\GingerBundle\\Security\\UserAuthenticator' => 'getUserAuthenticatorService',
  129.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  130.             'FOS\\ElasticaBundle\\Elastica\\Index $adminLogsIndex' => 'getIndexadminLogsIndexService',
  131.             'FOS\\ElasticaBundle\\Finder\\TransformedFinder $adminLogsFinder' => 'getTransformedFinderadminLogsFinderService',
  132.             'League\\FlysystemBundle\\Lazy\\LazyFactory' => 'getLazyFactoryService',
  133.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  134.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  135.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  136.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  137.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  138.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  139.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  140.             'api_platform.graphql.action.entrypoint' => 'getApiPlatform_Graphql_Action_EntrypointService',
  141.             'api_platform.graphql.action.graphiql' => 'getApiPlatform_Graphql_Action_GraphiqlService',
  142.             'api_platform.graphql.action.graphql_playground' => 'getApiPlatform_Graphql_Action_GraphqlPlaygroundService',
  143.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  144.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  145.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  146.             'cache.app_clearer' => 'getCache_AppClearerService',
  147.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  148.             'cache.system_clearer' => 'getCache_SystemClearerService',
  149.             'cache_warmer' => 'getCacheWarmerService',
  150.             'console.command_loader' => 'getConsole_CommandLoaderService',
  151.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  152.             'dw_ginger.command.createuser' => 'getDwGinger_Command_CreateuserService',
  153.             'dw_ginger.command.debug.tag_persons' => 'getDwGinger_Command_Debug_TagPersonsService',
  154.             'dw_ginger.command.tagger' => 'getDwGinger_Command_TaggerService',
  155.             'dw_ginger.geolocator' => 'getDwGinger_GeolocatorService',
  156.             'dw_ginger.group_manager' => 'getDwGinger_GroupManagerService',
  157.             'dw_ginger.integration_manager' => 'getDwGinger_IntegrationManagerService',
  158.             'dw_ginger.person_manager' => 'getDwGinger_PersonManagerService',
  159.             'dw_ginger.tag_manager' => 'getDwGinger_TagManagerService',
  160.             'error_controller' => 'getErrorControllerService',
  161.             'fos_oauth_server.controller.authorize' => 'getFosOauthServer_Controller_AuthorizeService',
  162.             'fos_oauth_server.controller.token' => 'getFosOauthServer_Controller_TokenService',
  163.             'jms_serializer' => 'getJmsSerializerService',
  164.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  165.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  166.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  167.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
  168.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  169.             'knp_paginator' => 'getKnpPaginatorService',
  170.             'monolog.logger.address_refactor' => 'getMonolog_Logger_AddressRefactorService',
  171.             'monolog.logger.api' => 'getMonolog_Logger_ApiService',
  172.             'monolog.logger.eyepin' => 'getMonolog_Logger_EyepinService',
  173.             'monolog.logger.file_import_person' => 'getMonolog_Logger_FileImportPersonService',
  174.             'monolog.logger.ginger_core_events' => 'getMonolog_Logger_GingerCoreEventsService',
  175.             'routing.loader' => 'getRouting_LoaderService',
  176.             'services_resetter' => 'getServicesResetterService',
  177.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  178.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  179.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  180.         ];
  181.         $this->aliases = [
  182.             'ApiPlatform\\Core\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  183.             'App\\Kernel' => 'kernel',
  184.             'DW\\GingerBundle\\Import\\Serializer\\Context\\ContextInterface' => 'DW\\GingerBundle\\Import\\Serializer\\Context\\PersonContext',
  185.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  186.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  187.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  188.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  189.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  190.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  191.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  192.             'database_connection' => 'doctrine.dbal.default_connection',
  193.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  194.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  195.         ];
  196.         $this->privates['service_container'] = function () {
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  203.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  216.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  238.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  245.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  272.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  273.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  284.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  285.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  286.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  346.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  347.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  348.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  350.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  351.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  353.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  354.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  355.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  356.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  357.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  358.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  359.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/RegexSchemaAssetFilter.php';
  360.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  361.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  362.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  364.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  366.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  367.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  368.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  369.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  370.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  371.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  372.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  373.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  374.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  389.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  413.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  415.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  417.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  418.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  419.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  421.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  422.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  423.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  425.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  426.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  427.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  428.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Blameable/BlameableListener.php';
  429.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/BlameListener.php';
  430.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  431.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  432.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  433.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  435.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  438.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  439.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  440.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  441.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  442.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  443.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  444.             include_once \dirname(__DIR__4).'/vendor/giggsey/libphonenumber-for-php/src/PhoneNumberUtil.php';
  445.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  446.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  448.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerTrait.php';
  449.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/AbstractLogger.php';
  450.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Logger/ElasticaLogger.php';
  451.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  453.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/Router.php';
  460.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  462.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  470.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  472.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  473.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  474.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  476.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/AddFormatListener.php';
  477.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  478.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  479.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  480.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/OperationDataProviderTrait.php';
  481.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  482.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/ReadListener.php';
  483.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/DeserializeListener.php';
  484.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractorInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  486.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/CachedIdentifiersExtractor.php';
  487.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractor.php';
  488.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Identifier/IdentifierConverterInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Identifier/ContextAwareIdentifierConverterInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Identifier/IdentifierConverter.php';
  491.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/Factory/SubresourceOperationFactoryInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Cache/CachedTrait.php';
  493.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/Factory/CachedSubresourceOperationFactory.php';
  494.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/Factory/SubresourceOperationFactory.php';
  495.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  497.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  498.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  499.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  501.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  502.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  503.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  504.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  505.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  506.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  507.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  508.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  509.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  510.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  512.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  513.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyNameCollectionFactory.php';
  514.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  516.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  517.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  518.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  519.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  520.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  521.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  522.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  523.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  524.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ExtractorInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractExtractor.php';
  526.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/XmlExtractor.php';
  527.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/YamlExtractor.php';
  528.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  530.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  531.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonApi/EventListener/TransformPaginationParametersListener.php';
  532.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonApi/EventListener/TransformSortingParametersListener.php';
  533.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonApi/EventListener/TransformFieldsetsParametersListener.php';
  534.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonApi/EventListener/TransformFilteringParametersListener.php';
  535.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  538.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  539.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  540.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactoryInterface.php';
  541.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/JsonSchema/SchemaFactory.php';
  542.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactory.php';
  543.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  544.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/QueryParameterValidateListener.php';
  545.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  546.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Filter/QueryParameterValidator.php';
  547.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/CollectionDataProviderInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  550.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ChainCollectionDataProvider.php';
  551.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ItemDataProviderInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  553.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ChainItemDataProvider.php';
  554.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/SubresourceDataProviderInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  556.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ChainSubresourceDataProvider.php';
  557.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataPersister/DataPersisterInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataPersister/ContextAwareDataPersisterInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  560.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataPersister/ChainDataPersister.php';
  561.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/ResourceAccessCheckerInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/ResourceAccessChecker.php';
  563.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/EventListener/DenyAccessListener.php';
  564.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/Core/Authorization/ExpressionLanguageProvider.php';
  565.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/ApiPlatform/Core/IriConverter.php';
  567.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/IriConverter.php';
  568.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
  570.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouteNameResolver.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Serializer/Encoder/XlsxEncoder.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  575.             include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Normalizer/PersonNormalizer.php';
  576.             include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Normalizer/NullableDateTimeDenormalizer.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  587.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  593.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  600.             include_once \dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Serializer/Normalizer/PhoneNumberNormalizer.php';
  601.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Swagger/Serializer/ApiGatewayNormalizer.php';
  602.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  604.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Swagger/Serializer/DocumentationNormalizer.php';
  605.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonApi/Serializer/ConstraintViolationListNormalizer.php';
  606.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonApi/Serializer/ReservedAttributeNameConverter.php';
  607.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  608.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  609.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  610.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Serializer/Exception/ValidationExceptionNormalizer.php';
  611.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Serializer/Exception/HttpExceptionNormalizer.php';
  612.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Serializer/Exception/RuntimeExceptionNormalizer.php';
  613.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  614.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonApi/Serializer/ErrorNormalizer.php';
  615.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Serializer/Exception/ErrorNormalizer.php';
  616.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonApi/Serializer/EntrypointNormalizer.php';
  617.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  618.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  619.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  620.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hal/Serializer/EntrypointNormalizer.php';
  621.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  626.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  627.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  628.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  629.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/CacheKeyTrait.php';
  630.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonApi/Serializer/ItemNormalizer.php';
  631.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  632.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  633.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hal/Serializer/ItemNormalizer.php';
  634.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  635.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Serializer/ItemNormalizer.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  646.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractCollectionNormalizer.php';
  647.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonApi/Serializer/CollectionNormalizer.php';
  648.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  649.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  650.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  651.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hal/Serializer/CollectionNormalizer.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  655.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonApi/Serializer/ObjectNormalizer.php';
  656.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  657.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hal/Serializer/ObjectNormalizer.php';
  658.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Serializer/ObjectNormalizer.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  663.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  667.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  681.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  685.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/DataCollector/ElasticaDataCollector.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  687.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  688.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  689.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  690.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  691.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  692.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  693.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  694.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  695.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  696.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  697.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  698.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  699.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  700.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  701.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  702.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  705.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  731.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  733.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  734.             include_once \dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Twig/Extension/PhoneNumberHelperExtension.php';
  735.             include_once \dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Templating/Helper/PhoneNumberHelper.php';
  736.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  737.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  738.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  739.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  740.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  741.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  742.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  743.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  744.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  745.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  746.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  747.             include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Twig/DWGingerExtension.php';
  748.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  749.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  750.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  751.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  752.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  753.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  754.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  755.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  759.         };
  760.     }
  761.     public function compile(): void
  762.     {
  763.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  764.     }
  765.     public function isCompiled(): bool
  766.     {
  767.         return true;
  768.     }
  769.     public function getRemovedIds(): array
  770.     {
  771.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  772.     }
  773.     protected function load($file$lazyLoad true)
  774.     {
  775.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  776.             return $class::do($this$lazyLoad);
  777.         }
  778.         if ('.' === $file[-4]) {
  779.             $class substr($class0, -4);
  780.         } else {
  781.             $file .= '.php';
  782.         }
  783.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  784.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  785.     }
  786.     protected function createProxy($class\Closure $factory)
  787.     {
  788.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  789.         return $factory();
  790.     }
  791.     /**
  792.      * Gets the public '.container.private.profiler' shared service.
  793.      *
  794.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  795.      */
  796.     protected function get_Container_Private_ProfilerService()
  797.     {
  798.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  799.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  800.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  801.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  802.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  803.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  804.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  805.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  806.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  807.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  808.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  809.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  810.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  811.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  812.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  813.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  814.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  815.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  816.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  817.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  818.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  819.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  820.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  821.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  822.         $d->addInstance('api_platform.cache.metadata.property', ($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()));
  823.         $d->addInstance('api_platform.graphql.cache.subscription', ($this->privates['api_platform.graphql.cache.subscription'] ?? $this->getApiPlatform_Graphql_Cache_SubscriptionService()));
  824.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  825.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  826.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  827.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  828.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  829.         if ($this->has('kernel')) {
  830.             $g->setKernel($b);
  831.         }
  832.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  833.         $instance->add(new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService())));
  834.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  835.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  836.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  837.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  838.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  839.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  840.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  841.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  842.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  843.         $instance->add($d);
  844.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  845.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  846.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  847.         $instance->add($e);
  848.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  849.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  850.         $instance->add($f);
  851.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  852.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  853.         $instance->add(new \FOS\ElasticaBundle\DataCollector\ElasticaDataCollector(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService())));
  854.         $instance->add($g);
  855.         return $instance;
  856.     }
  857.     /**
  858.      * Gets the public '.container.private.security.authorization_checker' shared service.
  859.      *
  860.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  861.      */
  862.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  863.     {
  864.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  865.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  866.             return $this->services['.container.private.security.authorization_checker'];
  867.         }
  868.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalse);
  869.     }
  870.     /**
  871.      * Gets the public '.container.private.security.token_storage' shared service.
  872.      *
  873.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  874.      */
  875.     protected function get_Container_Private_Security_TokenStorageService()
  876.     {
  877.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  878.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  879.         ], [
  880.             'request_stack' => '?',
  881.         ]));
  882.     }
  883.     /**
  884.      * Gets the public '.container.private.serializer' shared service.
  885.      *
  886.      * @return \Symfony\Component\Serializer\Serializer
  887.      */
  888.     protected function get_Container_Private_SerializerService()
  889.     {
  890.         $a = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  891.         if (isset($this->services['.container.private.serializer'])) {
  892.             return $this->services['.container.private.serializer'];
  893.         }
  894.         $b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  895.         $c = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  896.         $d = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL);
  897.         $e = new \ApiPlatform\Core\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$b$c)], [=> $d]));
  898.         $f = new \ApiPlatform\Core\Swagger\Serializer\ApiGatewayNormalizer($e);
  899.         $g = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  900.         $h = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  901.         $i = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
  902.         $j = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  903.         $k = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  904.         $l = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  905.         $m = new \ApiPlatform\Core\Swagger\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($g$h$i, ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService()), NULL$jNULLtrue'oauth2''password''/oauth/v2/token''', [], [], $ktrue'page'false'itemsPerPage'$this->parameters['api_platform.formats'], false'pagination', [], $this->parameters['api_platform.swagger.versions'], $l$e));
  906.         $n = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  907.         $o = new \ApiPlatform\Core\JsonApi\Serializer\ReservedAttributeNameConverter($n);
  908.         $p = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  909.         $q = ($this->privates['DW\\GingerBundle\\ApiPlatform\\Core\\IriConverter'] ?? $this->getIriConverterService());
  910.         $r = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  911.         $s = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  912.         $t = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  913.         $u = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
  914.         $v = ($this->privates['serializer.normalizer.object'] ?? $this->getSerializer_Normalizer_ObjectService());
  915.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), => ($this->services['DW\\GingerBundle\\Import\\Normalizer\\NullableDateTimeDenormalizer'] ?? $this->getNullableDateTimeDenormalizerService()), => new \Misd\PhoneNumberBundle\Serializer\Normalizer\PhoneNumberNormalizer(($this->privates['libphonenumber\\PhoneNumberUtil'] ?? $this->getPhoneNumberUtilService()), 'ZZ'0), => ($this->services['DW\\GingerBundle\\Import\\Normalizer\\PersonNormalizer'] ?? $this->getPersonNormalizerService()), => $f=> $m=> new \ApiPlatform\Core\JsonApi\Serializer\ConstraintViolationListNormalizer($i$o), => new \ApiPlatform\Core\Hydra\Serializer\ConstraintViolationListNormalizer($p, [], $n), => new \ApiPlatform\Core\Problem\Serializer\ConstraintViolationListNormalizer([], $n), => new \ApiPlatform\Core\GraphQl\Serializer\Exception\ValidationExceptionNormalizer($this->parameters['api_platform.exception_to_status']), 10 => new \ApiPlatform\Core\GraphQl\Serializer\Exception\HttpExceptionNormalizer(), 11 => new \ApiPlatform\Core\GraphQl\Serializer\Exception\RuntimeExceptionNormalizer(), 12 => $m13 => new \ApiPlatform\Core\JsonApi\Serializer\ErrorNormalizer(true), 14 => new \ApiPlatform\Core\GraphQl\Serializer\Exception\ErrorNormalizer(), 15 => $f16 => new \ApiPlatform\Core\JsonApi\Serializer\EntrypointNormalizer($g$q$p), 17 => new \ApiPlatform\Core\Hydra\Serializer\DocumentationNormalizer($g$h$i$rNULL$p$k$n), 18 => new \ApiPlatform\Core\Hydra\Serializer\EntrypointNormalizer($g$q$p), 19 => new \ApiPlatform\Core\Hydra\Serializer\ErrorNormalizer($ptrue), 20 => new \ApiPlatform\Core\Hal\Serializer\EntrypointNormalizer($g$q$p), 21 => new \ApiPlatform\Core\Problem\Serializer\ErrorNormalizer(true), 22 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 23 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 24 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 25 => new \ApiPlatform\Core\JsonApi\Serializer\ItemNormalizer($h$i$q$r$b$o$g, [], new RewindableGenerator(function () {
  916.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  917.         }, 1), $a), 26 => new \ApiPlatform\Core\JsonLd\Serializer\ItemNormalizer($g$h$i$q$r$s$b$n$t, [], new RewindableGenerator(function () {
  918.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  919.         }, 1), $a), 27 => new \ApiPlatform\Core\Hal\Serializer\ItemNormalizer($h$i$q$r$b$n$tNULLfalse, [], new RewindableGenerator(function () {
  920.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  921.         }, 1), $g$a), 28 => new \ApiPlatform\Core\GraphQl\Serializer\ItemNormalizer($h$i$q$l$r$b$n$t$ufalseNULL, new RewindableGenerator(function () {
  922.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  923.         }, 1), $g), 29 => new \ApiPlatform\Core\Serializer\ItemNormalizer($h$i$q$r$b$n$t$ufalseNULL, new RewindableGenerator(function () {
  924.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  925.         }, 1), $g$a), 30 => ($this->privates['serializer.normalizer.datetime'] ?? ($this->privates['serializer.normalizer.datetime'] = new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer())), 31 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $n), 32 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($t$n$c, ($this->privates['serializer.mapping.class_discriminator_resolver'] ?? $this->getSerializer_Mapping_ClassDiscriminatorResolverService()), NULL, [])), 33 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 34 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 35 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 36 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 37 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 38 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 39 => new \ApiPlatform\Core\JsonApi\Serializer\CollectionNormalizer($r'page'$g), 40 => new \ApiPlatform\Core\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Core\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Core\Hydra\Serializer\CollectionNormalizer($s$r$q), 'page''pagination'$g$b), $g$r$j), 41 => new \ApiPlatform\Core\Hal\Serializer\CollectionNormalizer($r'page'$g), 42 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 43 => new \ApiPlatform\Core\JsonApi\Serializer\ObjectNormalizer($v$q$r$g), 44 => new \ApiPlatform\Core\JsonLd\Serializer\ObjectNormalizer($v$q$s), 45 => new \ApiPlatform\Core\Hal\Serializer\ObjectNormalizer($v$q), 46 => new \ApiPlatform\Core\GraphQl\Serializer\ObjectNormalizer($v$q$l), 47 => $v], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $d=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonapi'), => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonhal'), => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonproblem'), => ($this->services['DW\\GingerBundle\\Import\\Serializer\\Encoder\\XlsxEncoder'] ?? $this->getXlsxEncoderService())]);
  926.     }
  927.     /**
  928.      * Gets the public '.container.private.twig' shared service.
  929.      *
  930.      * @return \Twig\Environment
  931.      */
  932.     protected function get_Container_Private_TwigService()
  933.     {
  934.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  935.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  936.         $a->addPath((\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Resources/views/bundles/ApiPlatformBundle'), 'ApiPlatform');
  937.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  938.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  939.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  940.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  941.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  942.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  943.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  944.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  945.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  946.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  947.         $a->addPath((\dirname(__DIR__4).'/vendor/tetranz/select2entity-bundle/Resources/views'), 'TetranzSelect2Entity');
  948.         $a->addPath((\dirname(__DIR__4).'/vendor/tetranz/select2entity-bundle/Resources/views'), '!TetranzSelect2Entity');
  949.         $a->addPath((\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/views'), 'MisdPhoneNumber');
  950.         $a->addPath((\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/views'), '!MisdPhoneNumber');
  951.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  952.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  953.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/templates'), 'KnpMenu');
  954.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/templates'), '!KnpMenu');
  955.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/views'), 'FOSOAuthServer');
  956.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/views'), '!FOSOAuthServer');
  957.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), 'FOSElastica');
  958.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), '!FOSElastica');
  959.         $a->addPath((\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), 'EightPointsGuzzle');
  960.         $a->addPath((\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), '!EightPointsGuzzle');
  961.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  962.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  963.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/DWGingerBundle'), 'DWGinger');
  964.         $a->addPath((\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Resources/views'), 'DWGinger');
  965.         $a->addPath((\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Resources/views'), '!DWGinger');
  966.         $a->addPath((\dirname(__DIR__4).'/vendor/datenwerk/ginger-eyepin-bundle/templates'), 'DWGingerEyepin');
  967.         $a->addPath((\dirname(__DIR__4).'/vendor/datenwerk/ginger-eyepin-bundle/templates'), '!DWGingerEyepin');
  968.         $a->addPath((\dirname(__DIR__4).'/templates'));
  969.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  970.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  971.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  972.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  973.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  974.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  975.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  976.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  977.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  978.         $g = ($this->services['router'] ?? $this->getRouterService());
  979.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  980.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  981.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  982.         $j = new \Knp\Menu\Util\MenuManipulator();
  983.         $k = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  984.         $l = new \Symfony\Bridge\Twig\AppVariable();
  985.         $l->setEnvironment('dev');
  986.         $l->setDebug(true);
  987.         if ($this->has('.container.private.security.token_storage')) {
  988.             $l->setTokenStorage($h);
  989.         }
  990.         if ($this->has('request_stack')) {
  991.             $l->setRequestStack($d);
  992.         }
  993.         $m = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  994.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  995.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  996.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  997.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  998.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d$e->getBaseUrl(), $e->isSecure())), new RewindableGenerator(function () {
  999.             return new \EmptyIterator();
  1000.         }, 0))));
  1001.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  1002.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  1003.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1004.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1005.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1006.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1007.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d$g)));
  1008.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  1009.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1010.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1011.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1012.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($d, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $h)));
  1013.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1014.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  1015.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  1016.         $instance->addExtension(new \Misd\PhoneNumberBundle\Twig\Extension\PhoneNumberHelperExtension(new \Misd\PhoneNumberBundle\Templating\Helper\PhoneNumberHelper(($this->privates['libphonenumber\\PhoneNumberUtil'] ?? $this->getPhoneNumberUtilService()))));
  1017.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$c)));
  1018.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1019.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'true],
  1020.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'true],
  1021.         ], [
  1022.             'list' => '?',
  1023.             'twig' => '?',
  1024.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  1025.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService'));
  1026.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
  1027.         }, 2)), $j$k), $k$j));
  1028.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  1029.         $instance->addExtension(new \DW\GingerBundle\Twig\DWGingerExtension());
  1030.         $instance->addGlobal('app'$l);
  1031.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1032.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1033.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1034.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1035.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1036.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'true],
  1037.             'DW\\GingerBundle\\Twig\\DWGingerRuntime' => ['privates''dw_ginger.twig_runtime''getDwGinger_TwigRuntimeService'true],
  1038.             'DW\\GingerBundle\\Twig\\Helper\\IntegrationsGrouper' => ['privates''DW\\GingerBundle\\Twig\\Helper\\IntegrationsGrouper''getIntegrationsGrouperService'true],
  1039.         ], [
  1040.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1041.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1042.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1043.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1044.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1045.             'DW\\GingerBundle\\Twig\\DWGingerRuntime' => '?',
  1046.             'DW\\GingerBundle\\Twig\\Helper\\IntegrationsGrouper' => '?',
  1047.         ])));
  1048.         $instance->registerUndefinedFilterCallback([=> $m=> 'suggestFilter']);
  1049.         $instance->registerUndefinedFunctionCallback([=> $m=> 'suggestFunction']);
  1050.         $instance->addGlobal('session_key_simple_search''App\\Entity\\Contact_simple_search');
  1051.         $instance->addGlobal('session_key_extended_search''App\\Entity\\Contact_extended_search');
  1052.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1053.         return $instance;
  1054.     }
  1055.     /**
  1056.      * Gets the public '.container.private.validator' shared service.
  1057.      *
  1058.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1059.      */
  1060.     protected function get_Container_Private_ValidatorService()
  1061.     {
  1062.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1063.         if (isset($this->services['.container.private.validator'])) {
  1064.             return $this->services['.container.private.validator'];
  1065.         }
  1066.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1067.     }
  1068.     /**
  1069.      * Gets the public 'DW\GingerBundle\Import\Normalizer\NullableDateTimeDenormalizer' shared autowired service.
  1070.      *
  1071.      * @return \DW\GingerBundle\Import\Normalizer\NullableDateTimeDenormalizer
  1072.      */
  1073.     protected function getNullableDateTimeDenormalizerService()
  1074.     {
  1075.         return $this->services['DW\\GingerBundle\\Import\\Normalizer\\NullableDateTimeDenormalizer'] = new \DW\GingerBundle\Import\Normalizer\NullableDateTimeDenormalizer(($this->privates['serializer.normalizer.datetime'] ?? ($this->privates['serializer.normalizer.datetime'] = new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer())));
  1076.     }
  1077.     /**
  1078.      * Gets the public 'DW\GingerBundle\Import\Normalizer\PersonNormalizer' shared autowired service.
  1079.      *
  1080.      * @return \DW\GingerBundle\Import\Normalizer\PersonNormalizer
  1081.      */
  1082.     protected function getPersonNormalizerService()
  1083.     {
  1084.         return $this->services['DW\\GingerBundle\\Import\\Normalizer\\PersonNormalizer'] = new \DW\GingerBundle\Import\Normalizer\PersonNormalizer(($this->privates['serializer.normalizer.object'] ?? $this->getSerializer_Normalizer_ObjectService()), 'App\\Entity\\Contact');
  1085.     }
  1086.     /**
  1087.      * Gets the public 'DW\GingerBundle\Import\Serializer\Encoder\XlsxEncoder' shared autowired service.
  1088.      *
  1089.      * @return \DW\GingerBundle\Import\Serializer\Encoder\XlsxEncoder
  1090.      */
  1091.     protected function getXlsxEncoderService()
  1092.     {
  1093.         return $this->services['DW\\GingerBundle\\Import\\Serializer\\Encoder\\XlsxEncoder'] = new \DW\GingerBundle\Import\Serializer\Encoder\XlsxEncoder(($this->services['translator'] ?? $this->getTranslatorService()));
  1094.     }
  1095.     /**
  1096.      * Gets the public 'cache.app' shared service.
  1097.      *
  1098.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1099.      */
  1100.     protected function getCache_AppService()
  1101.     {
  1102.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('D44K-tnmk+'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1103.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1104.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1105.     }
  1106.     /**
  1107.      * Gets the public 'cache.system' shared service.
  1108.      *
  1109.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1110.      */
  1111.     protected function getCache_SystemService()
  1112.     {
  1113.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('T2zi14NDwT'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1114.     }
  1115.     /**
  1116.      * Gets the public 'cache.validator_expression_language' shared service.
  1117.      *
  1118.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1119.      */
  1120.     protected function getCache_ValidatorExpressionLanguageService()
  1121.     {
  1122.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('CDkM7D9CQq'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1123.     }
  1124.     /**
  1125.      * Gets the public 'data_collector.dump' shared service.
  1126.      *
  1127.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1128.      */
  1129.     protected function getDataCollector_DumpService()
  1130.     {
  1131.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  1132.     }
  1133.     /**
  1134.      * Gets the public 'doctrine' shared service.
  1135.      *
  1136.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1137.      */
  1138.     protected function getDoctrineService()
  1139.     {
  1140.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1141.     }
  1142.     /**
  1143.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1144.      *
  1145.      * @return \Doctrine\DBAL\Connection
  1146.      */
  1147.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1148.     {
  1149.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1150.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1151.             return $this->services['doctrine.dbal.default_connection'];
  1152.         }
  1153.         $b = new \Doctrine\DBAL\Configuration();
  1154.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1155.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1156.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1157.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1158.         $d = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1159.         $d->setConnectionName('default');
  1160.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1161.         $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!ginger_plz_austria)~')]));
  1162.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  1163.         $this->services['doctrine.dbal.default_connection'] = $instance = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'use_savepoints' => true'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode, "ONLY_FULL_GROUP_BY", ""))'], 'defaultTableOptions' => []], $b$a, []);
  1164.         $instance->setNestTransactionsWithSavepoints(true);
  1165.         return $instance;
  1166.     }
  1167.     /**
  1168.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1169.      *
  1170.      * @return \Doctrine\ORM\EntityManager
  1171.      */
  1172.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1173.     {
  1174.         if ($lazyLoad) {
  1175.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1176.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1177.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1178.                     $proxy->setProxyInitializer(null);
  1179.                     return true;
  1180.                 });
  1181.             });
  1182.         }
  1183.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1184.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1185.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1186.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  1187.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  1188.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  1189.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1190.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1191.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1192.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1193.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1194.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1195.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1196.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1197.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  1198.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  1199.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1200.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1201.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1202.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1203.         $a = new \Doctrine\ORM\Configuration();
  1204.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1205.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1206.         $b->addDriver($c'DW\\GingerBundle\\Import\\Entity');
  1207.         $b->addDriver($c'App\\Entity');
  1208.         $b->addDriver($c'DW\\GingerBundle\\Entity');
  1209.         $b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'FOS\\OAuthServerBundle\\Entity');
  1210.         $a->setEntityNamespaces(['Import' => 'DW\\GingerBundle\\Import\\Entity''App' => 'App\\Entity''FOSOAuthServerBundle' => 'FOS\\OAuthServerBundle\\Entity''DWGingerBundle' => 'DW\\GingerBundle\\Entity']);
  1211.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1212.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1213.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1214.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1215.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1216.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1217.         ], [
  1218.             'doctrine.ulid_generator' => '?',
  1219.             'doctrine.uuid_generator' => '?',
  1220.         ])));
  1221.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1222.         $a->setProxyNamespace('Proxies');
  1223.         $a->setAutoGenerateProxyClasses(true);
  1224.         $a->setSchemaIgnoreClasses([]);
  1225.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1226.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1227.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1228.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1229.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1230.         $a->setLazyGhostObjectEnabled(false);
  1231.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1232.             'App\\Repository\\ContactRepository' => ['privates''App\\Repository\\ContactRepository''getContactRepositoryService'true],
  1233.             'DW\\GingerBundle\\Import\\Repository\\FileImportRepository' => ['services''DW\\GingerBundle\\Import\\Repository\\FileImportRepository''getFileImportRepositoryService'true],
  1234.             'DW\\GingerBundle\\Repository\\AddressRepository' => ['privates''DW\\GingerBundle\\Repository\\AddressRepository''getAddressRepositoryService'true],
  1235.             'DW\\GingerBundle\\Repository\\AdminLogRepository' => ['privates''DW\\GingerBundle\\Repository\\AdminLogRepository''getAdminLogRepositoryService'true],
  1236.             'DW\\GingerBundle\\Repository\\AttributeRepository' => ['privates''DW\\GingerBundle\\Repository\\AttributeRepository''getAttributeRepositoryService'true],
  1237.             'DW\\GingerBundle\\Repository\\IntegrationRepository' => ['privates''DW\\GingerBundle\\Repository\\IntegrationRepository''getIntegrationRepositoryService'true],
  1238.             'DW\\GingerBundle\\Repository\\ResetPasswordRequestRepository' => ['privates''DW\\GingerBundle\\Repository\\ResetPasswordRequestRepository''getResetPasswordRequestRepositoryService'true],
  1239.             'DW\\GingerBundle\\Repository\\UserRepository' => ['privates''DW\\GingerBundle\\Repository\\UserRepository''getUserRepositoryService'true],
  1240.         ], [
  1241.             'App\\Repository\\ContactRepository' => '?',
  1242.             'DW\\GingerBundle\\Import\\Repository\\FileImportRepository' => '?',
  1243.             'DW\\GingerBundle\\Repository\\AddressRepository' => '?',
  1244.             'DW\\GingerBundle\\Repository\\AdminLogRepository' => '?',
  1245.             'DW\\GingerBundle\\Repository\\AttributeRepository' => '?',
  1246.             'DW\\GingerBundle\\Repository\\IntegrationRepository' => '?',
  1247.             'DW\\GingerBundle\\Repository\\ResetPasswordRequestRepository' => '?',
  1248.             'DW\\GingerBundle\\Repository\\UserRepository' => '?',
  1249.         ])));
  1250.         $a->addCustomDatetimeFunction('DATE_FORMAT''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  1251.         $a->addCustomDatetimeFunction('DATEDIFF''DoctrineExtensions\\Query\\Mysql\\DateDiff');
  1252.         $a->addCustomDatetimeFunction('DATEADD''DoctrineExtensions\\Query\\Mysql\\DateAdd');
  1253.         $a->addCustomDatetimeFunction('IFELSE''DoctrineExtensions\\Query\\Mysql\\IfElse');
  1254.         $a->addCustomDatetimeFunction('EXP''DoctrineExtensions\\Query\\Mysql\\Exp');
  1255.         $a->addCustomDatetimeFunction('REGEXP''DoctrineExtensions\\Query\\Mysql\\Regexp');
  1256.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  1257.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1258.         return $instance;
  1259.     }
  1260.     /**
  1261.      * Gets the public 'event_dispatcher' shared service.
  1262.      *
  1263.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1264.      */
  1265.     protected function getEventDispatcherService()
  1266.     {
  1267.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1268.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1269.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1270.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1271.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1272.         $instance->addListener('kernel.controller', [=> function () {
  1273.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1274.         }, => 'onKernelController'], 0);
  1275.         $instance->addListener('kernel.request', [=> function () {
  1276.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1277.         }, => 'onKernelRequest'], 0);
  1278.         $instance->addListener('FOS\\ElasticaBundle\\Event\\PostIndexPopulateEvent', [=> function () {
  1279.             return ($this->privates['fos_elastica.populate_listener'] ?? $this->load('getFosElastica_PopulateListenerService'));
  1280.         }, => 'onPostIndexPopulate'], -9999);
  1281.         $instance->addListener('kernel.request', [=> function () {
  1282.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  1283.         }, => 'onKernelRequest'], 7);
  1284.         $instance->addListener('kernel.request', [=> function () {
  1285.             return ($this->privates['api_platform.listener.request.read'] ?? $this->getApiPlatform_Listener_Request_ReadService());
  1286.         }, => 'onKernelRequest'], 4);
  1287.         $instance->addListener('kernel.view', [=> function () {
  1288.             return ($this->privates['api_platform.listener.view.write'] ?? $this->load('getApiPlatform_Listener_View_WriteService'));
  1289.         }, => 'onKernelView'], 32);
  1290.         $instance->addListener('kernel.request', [=> function () {
  1291.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  1292.         }, => 'onKernelRequest'], 2);
  1293.         $instance->addListener('kernel.view', [=> function () {
  1294.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  1295.         }, => 'onKernelView'], 16);
  1296.         $instance->addListener('kernel.view', [=> function () {
  1297.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  1298.         }, => 'onKernelView'], 8);
  1299.         $instance->addListener('kernel.exception', [=> function () {
  1300.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  1301.         }, => 'onKernelException'], 0);
  1302.         $instance->addListener('kernel.exception', [=> function () {
  1303.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  1304.         }, => 'onKernelException'], -96);
  1305.         $instance->addListener('kernel.request', [=> function () {
  1306.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\EventListener\SwaggerUiListener()));
  1307.         }, => 'onKernelRequest'], 0);
  1308.         $instance->addListener('kernel.request', [=> function () {
  1309.             return ($this->privates['api_platform.jsonapi.listener.request.transform_pagination_parameters'] ?? ($this->privates['api_platform.jsonapi.listener.request.transform_pagination_parameters'] = new \ApiPlatform\Core\JsonApi\EventListener\TransformPaginationParametersListener()));
  1310.         }, => 'onKernelRequest'], 5);
  1311.         $instance->addListener('kernel.request', [=> function () {
  1312.             return ($this->privates['api_platform.jsonapi.listener.request.transform_sorting_parameters'] ?? ($this->privates['api_platform.jsonapi.listener.request.transform_sorting_parameters'] = new \ApiPlatform\Core\JsonApi\EventListener\TransformSortingParametersListener('order')));
  1313.         }, => 'onKernelRequest'], 5);
  1314.         $instance->addListener('kernel.request', [=> function () {
  1315.             return ($this->privates['api_platform.jsonapi.listener.request.transform_fieldsets_parameters'] ?? $this->getApiPlatform_Jsonapi_Listener_Request_TransformFieldsetsParametersService());
  1316.         }, => 'onKernelRequest'], 5);
  1317.         $instance->addListener('kernel.request', [=> function () {
  1318.             return ($this->privates['api_platform.jsonapi.listener.request.transform_filtering_parameters'] ?? ($this->privates['api_platform.jsonapi.listener.request.transform_filtering_parameters'] = new \ApiPlatform\Core\JsonApi\EventListener\TransformFilteringParametersListener()));
  1319.         }, => 'onKernelRequest'], 5);
  1320.         $instance->addListener('kernel.response', [=> function () {
  1321.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  1322.         }, => 'onKernelResponse'], 0);
  1323.         $instance->addListener('kernel.response', [=> function () {
  1324.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  1325.         }, => 'onKernelResponse'], -1);
  1326.         $instance->addListener('kernel.view', [=> function () {
  1327.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  1328.         }, => 'onKernelView'], 64);
  1329.         $instance->addListener('kernel.request', [=> function () {
  1330.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  1331.         }, => 'onKernelRequest'], 16);
  1332.         $instance->addListener('kernel.request', [=> function () {
  1333.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1334.         }, => 'onSecurity'], 3);
  1335.         $instance->addListener('kernel.request', [=> function () {
  1336.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1337.         }, => 'onSecurityPostDenormalize'], 1);
  1338.         $instance->addListener('kernel.response', [=> function () {
  1339.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1340.         }, => 'onKernelResponse'], 0);
  1341.         $instance->addListener('kernel.response', [=> function () {
  1342.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1343.         }, => 'onKernelResponse'], -1024);
  1344.         $instance->addListener('kernel.request', [=> function () {
  1345.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1346.         }, => 'setDefaultLocale'], 100);
  1347.         $instance->addListener('kernel.request', [=> function () {
  1348.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1349.         }, => 'onKernelRequest'], 16);
  1350.         $instance->addListener('kernel.finish_request', [=> function () {
  1351.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1352.         }, => 'onKernelFinishRequest'], 0);
  1353.         $instance->addListener('kernel.request', [=> function () {
  1354.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1355.         }, => 'onKernelRequest'], 256);
  1356.         $instance->addListener('kernel.response', [=> function () {
  1357.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1358.         }, => 'onResponse'], -255);
  1359.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1360.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1361.         }, => 'onControllerArguments'], 0);
  1362.         $instance->addListener('kernel.exception', [=> function () {
  1363.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1364.         }, => 'logKernelException'], 0);
  1365.         $instance->addListener('kernel.exception', [=> function () {
  1366.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1367.         }, => 'onKernelException'], -128);
  1368.         $instance->addListener('kernel.response', [=> function () {
  1369.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1370.         }, => 'removeCspHeader'], -128);
  1371.         $instance->addListener('kernel.request', [=> function () {
  1372.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1373.         }, => 'onKernelRequest'], 15);
  1374.         $instance->addListener('kernel.finish_request', [=> function () {
  1375.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1376.         }, => 'onKernelFinishRequest'], -15);
  1377.         $instance->addListener('console.error', [=> function () {
  1378.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1379.         }, => 'onConsoleError'], -128);
  1380.         $instance->addListener('console.terminate', [=> function () {
  1381.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1382.         }, => 'onConsoleTerminate'], -128);
  1383.         $instance->addListener('console.error', [=> function () {
  1384.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1385.         }, => 'onConsoleError'], 0);
  1386.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1387.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1388.         }, => 'onMessage'], -255);
  1389.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1390.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1391.         }, => 'onMessage'], -255);
  1392.         $instance->addListener('kernel.request', [=> function () {
  1393.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1394.         }, => 'configure'], 2048);
  1395.         $instance->addListener('console.command', [=> function () {
  1396.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1397.         }, => 'configure'], 2048);
  1398.         $instance->addListener('kernel.request', [=> function () {
  1399.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1400.         }, => 'onKernelRequest'], 32);
  1401.         $instance->addListener('kernel.finish_request', [=> function () {
  1402.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1403.         }, => 'onKernelFinishRequest'], 0);
  1404.         $instance->addListener('kernel.exception', [=> function () {
  1405.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1406.         }, => 'onKernelException'], -64);
  1407.         $instance->addListener('kernel.response', [=> function () {
  1408.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1409.         }, => 'onKernelResponse'], 0);
  1410.         $instance->addListener('kernel.request', [=> function () {
  1411.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1412.         }, => 'onKernelRequest'], 128);
  1413.         $instance->addListener('kernel.response', [=> function () {
  1414.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1415.         }, => 'onKernelResponse'], -1000);
  1416.         $instance->addListener('kernel.finish_request', [=> function () {
  1417.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1418.         }, => 'onFinishRequest'], 0);
  1419.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1420.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  1421.         }, => 'onMessageFailed'], 100);
  1422.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1423.             return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  1424.         }, => 'onMessageFailed'], 200);
  1425.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1426.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
  1427.         }, => 'onMessageFailed'], -100);
  1428.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1429.             return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  1430.         }, => 'onWorkerRunning'], 100);
  1431.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1432.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1433.         }, => 'onWorkerStarted'], 0);
  1434.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1435.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1436.         }, => 'onWorkerRunning'], 0);
  1437.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1438.             return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnSigtermSignalListenerService'));
  1439.         }, => 'onWorkerStarted'], 100);
  1440.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1441.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1442.         }, => 'onMessageFailed'], 0);
  1443.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1444.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1445.         }, => 'onWorkerRunning'], 0);
  1446.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1447.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1448.         }, => 'onNotification'], -255);
  1449.         $instance->addListener('kernel.response', [=> function () {
  1450.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1451.         }, => 'onKernelResponse'], -100);
  1452.         $instance->addListener('kernel.exception', [=> function () {
  1453.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1454.         }, => 'onKernelException'], 0);
  1455.         $instance->addListener('kernel.terminate', [=> function () {
  1456.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1457.         }, => 'onKernelTerminate'], -1024);
  1458.         $instance->addListener('kernel.controller', [=> function () {
  1459.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1460.         }, => 'onKernelController'], 0);
  1461.         $instance->addListener('kernel.response', [=> function () {
  1462.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1463.         }, => 'onKernelResponse'], 0);
  1464.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1465.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1466.         }, => 'onWorkerMessageHandled'], 0);
  1467.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1468.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1469.         }, => 'onWorkerMessageFailed'], 0);
  1470.         $instance->addListener('console.command', [=> function () {
  1471.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1472.         }, => 'configure'], 1024);
  1473.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1474.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1475.         }, => 'onMessage'], 0);
  1476.         $instance->addListener('kernel.response', [=> function () {
  1477.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1478.         }, => 'onKernelResponse'], -128);
  1479.         $instance->addListener('kernel.response', [=> function () {
  1480.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1481.         }, => 'onKernelResponse'], 0);
  1482.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1483.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1484.         }, => 'onVoterVote'], 0);
  1485.         $instance->addListener('kernel.request', [=> function () {
  1486.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1487.         }, => 'configureLogoutUrlGenerator'], 8);
  1488.         $instance->addListener('kernel.request', [=> function () {
  1489.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1490.         }, => 'onKernelRequest'], 8);
  1491.         $instance->addListener('kernel.finish_request', [=> function () {
  1492.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1493.         }, => 'onKernelFinishRequest'], 0);
  1494.         $instance->addListener('console.command', [=> function () {
  1495.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1496.         }, => 'onCommand'], 255);
  1497.         $instance->addListener('console.terminate', [=> function () {
  1498.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1499.         }, => 'onTerminate'], -255);
  1500.         $instance->addListener('console.error', [=> function () {
  1501.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1502.         }, => 'onConsoleError'], 0);
  1503.         $instance->addListener('console.terminate', [=> function () {
  1504.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1505.         }, => 'onConsoleTerminate'], 0);
  1506.         $instance->addListener('kernel.request', [=> function () {
  1507.             return ($this->privates['stof_doctrine_extensions.event_listener.blame'] ?? $this->getStofDoctrineExtensions_EventListener_BlameService());
  1508.         }, => 'onKernelRequest'], 0);
  1509.         $instance->addListener('kernel.controller', [=> function () {
  1510.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1511.         }, => 'onKernelController'], 0);
  1512.         $instance->addListener('kernel.controller', [=> function () {
  1513.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1514.         }, => 'onKernelController'], 0);
  1515.         $instance->addListener('kernel.controller', [=> function () {
  1516.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1517.         }, => 'onKernelController'], -128);
  1518.         $instance->addListener('kernel.view', [=> function () {
  1519.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1520.         }, => 'onKernelView'], 0);
  1521.         $instance->addListener('kernel.controller', [=> function () {
  1522.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1523.         }, => 'onKernelController'], 0);
  1524.         $instance->addListener('kernel.response', [=> function () {
  1525.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1526.         }, => 'onKernelResponse'], 0);
  1527.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1528.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1529.         }, => 'onKernelControllerArguments'], 0);
  1530.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1531.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1532.         }, => 'onKernelControllerArguments'], 0);
  1533.         $instance->addListener('knp_pager.before', [=> function () {
  1534.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1535.         }, => 'before'], 0);
  1536.         $instance->addListener('knp_pager.pagination', [=> function () {
  1537.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1538.         }, => 'pagination'], 0);
  1539.         $instance->addListener('knp_pager.before', [=> function () {
  1540.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1541.         }, => 'before'], 1);
  1542.         $instance->addListener('knp_pager.before', [=> function () {
  1543.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1544.         }, => 'before'], 1);
  1545.         $instance->addListener('knp_pager.pagination', [=> function () {
  1546.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1547.         }, => 'pagination'], 1);
  1548.         $instance->addListener('knp_pager.items', [=> function () {
  1549.             return ($this->privates['fos_elastica.paginator.subscriber'] ?? $this->load('getFosElastica_Paginator_SubscriberService'));
  1550.         }, => 'items'], 1);
  1551.         $instance->addListener('FOS\\ElasticaBundle\\Persister\\Event\\PreInsertObjectsEvent', [=> function () {
  1552.             return ($this->privates['fos_elastica.filter_objects_listener'] ?? $this->load('getFosElastica_FilterObjectsListenerService'));
  1553.         }, => 'filterObjects'], 0);
  1554.         $instance->addListener('dw_ginger.admin_log.pre_persist', [=> function () {
  1555.             return ($this->privates['DW\\GingerBundle\\EventSubscriber\\AdminLogEventSubscriber'] ?? $this->load('getAdminLogEventSubscriberService'));
  1556.         }, => 'addAuthInfo'], 0);
  1557.         $instance->addListener('dw_ginger.topic_attribute.on_update', [=> function () {
  1558.             return ($this->privates['dw_ginger.topic_attribute_events_logger'] ?? $this->load('getDwGinger_TopicAttributeEventsLoggerService'));
  1559.         }, => 'onTopicAttributeUpdate'], 0);
  1560.         $instance->addListener('dw_ginger.topic_attribute.on_integration_add', [=> function () {
  1561.             return ($this->privates['dw_ginger.topic_attribute_events_logger'] ?? $this->load('getDwGinger_TopicAttributeEventsLoggerService'));
  1562.         }, => 'onTopicAttributeIntegrationAdd'], 0);
  1563.         $instance->addListener('dw_ginger.topic_attribute.on_integration_remove', [=> function () {
  1564.             return ($this->privates['dw_ginger.topic_attribute_events_logger'] ?? $this->load('getDwGinger_TopicAttributeEventsLoggerService'));
  1565.         }, => 'onTopicAttributeIntegrationRemove'], 0);
  1566.         $instance->addListener('dw_ginger.topic_attribute.on_delete', [=> function () {
  1567.             return ($this->privates['dw_ginger.topic_attribute_events_logger'] ?? $this->load('getDwGinger_TopicAttributeEventsLoggerService'));
  1568.         }, => 'onTopicAttributeDelete'], 0);
  1569.         $instance->addListener('storage.file.removed', [=> function () {
  1570.             return ($this->services['DW\\GingerBundle\\Import\\EventSubscriber\\StorageSubscriber'] ?? $this->load('getStorageSubscriberService'));
  1571.         }, => 'clearFileImport'], 0);
  1572.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1573.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1574.         }, => 'onLogout'], 0);
  1575.         return $instance;
  1576.     }
  1577.     /**
  1578.      * Gets the public 'http_kernel' shared service.
  1579.      *
  1580.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1581.      */
  1582.     protected function getHttpKernelService()
  1583.     {
  1584.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1585.         if (isset($this->services['http_kernel'])) {
  1586.             return $this->services['http_kernel'];
  1587.         }
  1588.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1589.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1590.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1591.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1592.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1593.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1594.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1595.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1596.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1597.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1598.         }, 8)), $b));
  1599.     }
  1600.     /**
  1601.      * Gets the public 'knp_menu.matcher' shared service.
  1602.      *
  1603.      * @return \Knp\Menu\Matcher\Matcher
  1604.      */
  1605.     protected function getKnpMenu_MatcherService()
  1606.     {
  1607.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  1608.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
  1609.         }, 1));
  1610.     }
  1611.     /**
  1612.      * Gets the public 'messenger.default_bus' shared service.
  1613.      *
  1614.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  1615.      */
  1616.     protected function getMessenger_DefaultBusService()
  1617.     {
  1618.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1619.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  1620.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  1621.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1622.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1623.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1624.             yield => ($this->services['DW\\GingerBundle\\Import\\Messenger\\Middleware\\AuthenticationMiddleware'] ?? $this->load('getAuthenticationMiddlewareService'));
  1625.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  1626.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  1627.         }, 8)));
  1628.     }
  1629.     /**
  1630.      * Gets the public 'monolog.logger.deprecation' shared service.
  1631.      *
  1632.      * @return \Symfony\Bridge\Monolog\Logger
  1633.      */
  1634.     protected function getMonolog_Logger_DeprecationService()
  1635.     {
  1636.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1637.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1638.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1639.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1640.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1641.         return $instance;
  1642.     }
  1643.     /**
  1644.      * Gets the public 'request_stack' shared service.
  1645.      *
  1646.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1647.      */
  1648.     protected function getRequestStackService()
  1649.     {
  1650.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1651.     }
  1652.     /**
  1653.      * Gets the public 'router' shared service.
  1654.      *
  1655.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1656.      */
  1657.     protected function getRouterService()
  1658.     {
  1659.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1660.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1661.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1662.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1663.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1664.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1665.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1666.         ], [
  1667.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1668.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'de');
  1669.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1670.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1671.         return $instance;
  1672.     }
  1673.     /**
  1674.      * Gets the public 'translator' shared service.
  1675.      *
  1676.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1677.      */
  1678.     protected function getTranslatorService()
  1679.     {
  1680.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1681.     }
  1682.     /**
  1683.      * Gets the public 'var_dumper.cloner' shared service.
  1684.      *
  1685.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1686.      */
  1687.     protected function getVarDumper_ClonerService()
  1688.     {
  1689.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1690.         $instance->setMaxItems(2500);
  1691.         $instance->setMinDepth(1);
  1692.         $instance->setMaxString(-1);
  1693.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1694.         return $instance;
  1695.     }
  1696.     /**
  1697.      * Gets the private '.debug.http_client' shared service.
  1698.      *
  1699.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1700.      */
  1701.     protected function get_Debug_HttpClientService()
  1702.     {
  1703.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1704.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1705.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1706.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1707.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1708.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1709.         $a->setLogger($b);
  1710.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1711.     }
  1712.     /**
  1713.      * Gets the private '.service_locator.xq2QRKB' shared service.
  1714.      *
  1715.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1716.      */
  1717.     protected function get_ServiceLocator_Xq2QRKBService()
  1718.     {
  1719.         return $this->privates['.service_locator.xq2QRKB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1720.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  1721.             'security.firewall.map.context.apiv2' => ['privates''security.firewall.map.context.apiv2''getSecurity_Firewall_Map_Context_Apiv2Service'true],
  1722.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1723.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1724.             'security.firewall.map.context.oauth_token' => ['privates''security.firewall.map.context.oauth_token''getSecurity_Firewall_Map_Context_OauthTokenService'true],
  1725.         ], [
  1726.             'security.firewall.map.context.api' => '?',
  1727.             'security.firewall.map.context.apiv2' => '?',
  1728.             'security.firewall.map.context.dev' => '?',
  1729.             'security.firewall.map.context.main' => '?',
  1730.             'security.firewall.map.context.oauth_token' => '?',
  1731.         ]);
  1732.     }
  1733.     /**
  1734.      * Gets the private 'DW\GingerBundle\ApiPlatform\Core\IriConverter' shared autowired service.
  1735.      *
  1736.      * @return \DW\GingerBundle\ApiPlatform\Core\IriConverter
  1737.      */
  1738.     protected function getIriConverterService()
  1739.     {
  1740.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1741.         if (isset($this->privates['DW\\GingerBundle\\ApiPlatform\\Core\\IriConverter'])) {
  1742.             return $this->privates['DW\\GingerBundle\\ApiPlatform\\Core\\IriConverter'];
  1743.         }
  1744.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
  1745.         if (isset($this->privates['DW\\GingerBundle\\ApiPlatform\\Core\\IriConverter'])) {
  1746.             return $this->privates['DW\\GingerBundle\\ApiPlatform\\Core\\IriConverter'];
  1747.         }
  1748.         $c = ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService());
  1749.         if (isset($this->privates['DW\\GingerBundle\\ApiPlatform\\Core\\IriConverter'])) {
  1750.             return $this->privates['DW\\GingerBundle\\ApiPlatform\\Core\\IriConverter'];
  1751.         }
  1752.         $d = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1753.         return $this->privates['DW\\GingerBundle\\ApiPlatform\\Core\\IriConverter'] = new \DW\GingerBundle\ApiPlatform\Core\IriConverter(new \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter($a$b, ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\CachedRouteNameResolver(($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouteNameResolver($d)), $d, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), $c, ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService())));
  1754.     }
  1755.     /**
  1756.      * Gets the private 'annotations.cache_adapter' shared service.
  1757.      *
  1758.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1759.      */
  1760.     protected function getAnnotations_CacheAdapterService()
  1761.     {
  1762.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1763.     }
  1764.     /**
  1765.      * Gets the private 'annotations.cached_reader' shared service.
  1766.      *
  1767.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1768.      */
  1769.     protected function getAnnotations_CachedReaderService()
  1770.     {
  1771.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1772.     }
  1773.     /**
  1774.      * Gets the private 'annotations.reader' shared service.
  1775.      *
  1776.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1777.      */
  1778.     protected function getAnnotations_ReaderService()
  1779.     {
  1780.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1781.         $instance->addGlobalIgnoredName('required'NULL);
  1782.         return $instance;
  1783.     }
  1784.     /**
  1785.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  1786.      *
  1787.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1788.      */
  1789.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  1790.     {
  1791.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ikNfkNu6-M'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1792.     }
  1793.     /**
  1794.      * Gets the private 'api_platform.cache.metadata.property' shared service.
  1795.      *
  1796.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1797.      */
  1798.     protected function getApiPlatform_Cache_Metadata_PropertyService()
  1799.     {
  1800.         return $this->privates['api_platform.cache.metadata.property'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hCxvaRgeJn'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1801.     }
  1802.     /**
  1803.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  1804.      *
  1805.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1806.      */
  1807.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  1808.     {
  1809.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('e9SE0RsqFO'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1810.     }
  1811.     /**
  1812.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  1813.      *
  1814.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1815.      */
  1816.     protected function getApiPlatform_Cache_RouteNameResolverService()
  1817.     {
  1818.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('k9wTFbpkAr'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1819.     }
  1820.     /**
  1821.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  1822.      *
  1823.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1824.      */
  1825.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  1826.     {
  1827.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('w+YQU6tQK4'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1828.     }
  1829.     /**
  1830.      * Gets the private 'api_platform.filter_locator' shared service.
  1831.      *
  1832.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1833.      */
  1834.     protected function getApiPlatform_FilterLocatorService()
  1835.     {
  1836.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1837.             'annotated_d_w_ginger_bundle_entity_address_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_d_w_ginger_bundle_entity_address_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedDWGingerBundleEntityAddressApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  1838.             'annotated_d_w_ginger_bundle_entity_person_api_platform_core_bridge_doctrine_orm_filter_exists_filter' => ['privates''annotated_d_w_ginger_bundle_entity_person_api_platform_core_bridge_doctrine_orm_filter_exists_filter''getAnnotatedDWGingerBundleEntityPersonApiPlatformCoreBridgeDoctrineOrmFilterExistsFilterService'true],
  1839.             'annotated_d_w_ginger_bundle_entity_person_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_d_w_ginger_bundle_entity_person_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedDWGingerBundleEntityPersonApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  1840.             'annotated_d_w_ginger_bundle_entity_tag_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_d_w_ginger_bundle_entity_tag_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedDWGingerBundleEntityTagApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  1841.         ], [
  1842.             'annotated_d_w_ginger_bundle_entity_address_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1843.             'annotated_d_w_ginger_bundle_entity_person_api_platform_core_bridge_doctrine_orm_filter_exists_filter' => '?',
  1844.             'annotated_d_w_ginger_bundle_entity_person_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1845.             'annotated_d_w_ginger_bundle_entity_tag_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1846.         ]);
  1847.     }
  1848.     /**
  1849.      * Gets the private 'api_platform.graphql.cache.subscription' shared service.
  1850.      *
  1851.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1852.      */
  1853.     protected function getApiPlatform_Graphql_Cache_SubscriptionService()
  1854.     {
  1855.         return $this->privates['api_platform.graphql.cache.subscription'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('zKVOiQDprE'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1856.     }
  1857.     /**
  1858.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  1859.      *
  1860.      * @return \ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener
  1861.      */
  1862.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  1863.     {
  1864.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1865.     }
  1866.     /**
  1867.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  1868.      *
  1869.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  1870.      */
  1871.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  1872.     {
  1873.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  1874.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  1875.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  1876.         }
  1877.         return $this->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  1878.     }
  1879.     /**
  1880.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  1881.      *
  1882.      * @return \ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener
  1883.      */
  1884.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  1885.     {
  1886.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  1887.     }
  1888.     /**
  1889.      * Gets the private 'api_platform.identifier.converter' shared service.
  1890.      *
  1891.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  1892.      */
  1893.     protected function getApiPlatform_Identifier_ConverterService()
  1894.     {
  1895.         return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), new RewindableGenerator(function () {
  1896.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  1897.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  1898.         }, 2));
  1899.     }
  1900.     /**
  1901.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  1902.      *
  1903.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  1904.      */
  1905.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  1906.     {
  1907.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1908.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1909.         return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), $a$b), $a$b);
  1910.     }
  1911.     /**
  1912.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  1913.      *
  1914.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  1915.      */
  1916.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  1917.     {
  1918.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  1919.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  1920.         return $instance;
  1921.     }
  1922.     /**
  1923.      * Gets the private 'api_platform.jsonapi.listener.request.transform_fieldsets_parameters' shared service.
  1924.      *
  1925.      * @return \ApiPlatform\Core\JsonApi\EventListener\TransformFieldsetsParametersListener
  1926.      */
  1927.     protected function getApiPlatform_Jsonapi_Listener_Request_TransformFieldsetsParametersService()
  1928.     {
  1929.         return $this->privates['api_platform.jsonapi.listener.request.transform_fieldsets_parameters'] = new \ApiPlatform\Core\JsonApi\EventListener\TransformFieldsetsParametersListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1930.     }
  1931.     /**
  1932.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  1933.      *
  1934.      * @return \ApiPlatform\Core\JsonLd\ContextBuilder
  1935.      */
  1936.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  1937.     {
  1938.         return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\Core\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  1939.     }
  1940.     /**
  1941.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  1942.      *
  1943.      * @return \ApiPlatform\Core\EventListener\AddFormatListener
  1944.      */
  1945.     protected function getApiPlatform_Listener_Request_AddFormatService()
  1946.     {
  1947.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Core\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);
  1948.     }
  1949.     /**
  1950.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  1951.      *
  1952.      * @return \ApiPlatform\Core\EventListener\DeserializeListener
  1953.      */
  1954.     protected function getApiPlatform_Listener_Request_DeserializeService()
  1955.     {
  1956.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Core\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1957.     }
  1958.     /**
  1959.      * Gets the private 'api_platform.listener.request.read' shared service.
  1960.      *
  1961.      * @return \ApiPlatform\Core\EventListener\ReadListener
  1962.      */
  1963.     protected function getApiPlatform_Listener_Request_ReadService()
  1964.     {
  1965.         $a = ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService());
  1966.         if (isset($this->privates['api_platform.listener.request.read'])) {
  1967.             return $this->privates['api_platform.listener.request.read'];
  1968.         }
  1969.         return $this->privates['api_platform.listener.request.read'] = new \ApiPlatform\Core\EventListener\ReadListener($a, ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1970.     }
  1971.     /**
  1972.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  1973.      *
  1974.      * @return \ApiPlatform\Core\EventListener\QueryParameterValidateListener
  1975.      */
  1976.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  1977.     {
  1978.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Core\EventListener\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Filter\QueryParameterValidator(($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService())));
  1979.     }
  1980.     /**
  1981.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached' shared service.
  1982.      *
  1983.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  1984.      */
  1985.     protected function getApiPlatform_Metadata_Property_MetadataFactory_CachedService()
  1986.     {
  1987.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  1988.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached'])) {
  1989.             return $this->privates['api_platform.metadata.property.metadata_factory.cached'];
  1990.         }
  1991.         $b = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1992.         return $this->privates['api_platform.metadata.property.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($b, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($b, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {
  1993.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  1994.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  1995.             yield => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  1996.             yield => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  1997.         }, 4)));
  1998.     }
  1999.     /**
  2000.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  2001.      *
  2002.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  2003.      */
  2004.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  2005.     {
  2006.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2007.         if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
  2008.             return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
  2009.         }
  2010.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyNameCollectionFactory($a))));
  2011.     }
  2012.     /**
  2013.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  2014.      *
  2015.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  2016.      */
  2017.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  2018.     {
  2019.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2020.         return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(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\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))), $this->parameters['api_platform.defaults']), $this->parameters['api_platform.defaults']))))), $this->parameters['api_platform.patch_formats']), $this->parameters['api_platform.formats'], $this->parameters['api_platform.patch_formats']));
  2021.     }
  2022.     /**
  2023.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  2024.      *
  2025.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  2026.      */
  2027.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  2028.     {
  2029.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))));
  2030.     }
  2031.     /**
  2032.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  2033.      *
  2034.      * @return \ApiPlatform\Core\PathResolver\CustomOperationPathResolver
  2035.      */
  2036.     protected function getApiPlatform_OperationPathResolver_CustomService()
  2037.     {
  2038.         return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\Core\PathResolver\CustomOperationPathResolver(new \ApiPlatform\Core\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Core\Operation\UnderscorePathSegmentNameGenerator()))));
  2039.     }
  2040.     /**
  2041.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  2042.      *
  2043.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  2044.      */
  2045.     protected function getApiPlatform_OperationPathResolver_RouterService()
  2046.     {
  2047.         return $this->privates['api_platform.operation_path_resolver.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()));
  2048.     }
  2049.     /**
  2050.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  2051.      *
  2052.      * @return \ApiPlatform\Core\Api\ResourceClassResolver
  2053.      */
  2054.     protected function getApiPlatform_ResourceClassResolverService()
  2055.     {
  2056.         return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Core\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  2057.     }
  2058.     /**
  2059.      * Gets the private 'api_platform.router' shared service.
  2060.      *
  2061.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\Router
  2062.      */
  2063.     protected function getApiPlatform_RouterService()
  2064.     {
  2065.         return $this->privates['api_platform.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()), 1);
  2066.     }
  2067.     /**
  2068.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  2069.      *
  2070.      * @return \ApiPlatform\Core\Security\EventListener\DenyAccessListener
  2071.      */
  2072.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  2073.     {
  2074.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Core\Security\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService()));
  2075.     }
  2076.     /**
  2077.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  2078.      *
  2079.      * @return \ApiPlatform\Core\Security\ResourceAccessChecker
  2080.      */
  2081.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  2082.     {
  2083.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2084.         if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  2085.             return $this->privates['api_platform.security.resource_access_checker'];
  2086.         }
  2087.         return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Core\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  2088.     }
  2089.     /**
  2090.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  2091.      *
  2092.      * @return \ApiPlatform\Core\Serializer\SerializerFilterContextBuilder
  2093.      */
  2094.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  2095.     {
  2096.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  2097.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Core\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), new \ApiPlatform\Core\Serializer\SerializerContextBuilder($a));
  2098.     }
  2099.     /**
  2100.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  2101.      *
  2102.      * @return \ApiPlatform\Core\Serializer\Mapping\Factory\ClassMetadataFactory
  2103.      */
  2104.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  2105.     {
  2106.         return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Core\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))])));
  2107.     }
  2108.     /**
  2109.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  2110.      *
  2111.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  2112.      */
  2113.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  2114.     {
  2115.         return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Core\Operation\UnderscorePathSegmentNameGenerator())), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  2116.     }
  2117.     /**
  2118.      * Gets the private 'cache.annotations' shared service.
  2119.      *
  2120.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2121.      */
  2122.     protected function getCache_AnnotationsService()
  2123.     {
  2124.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4XfYsoFkec'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2125.     }
  2126.     /**
  2127.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2128.      *
  2129.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2130.      */
  2131.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2132.     {
  2133.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2134.     }
  2135.     /**
  2136.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2137.      *
  2138.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2139.      */
  2140.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2141.     {
  2142.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2143.     }
  2144.     /**
  2145.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  2146.      *
  2147.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2148.      */
  2149.     protected function getCache_Messenger_RestartWorkersSignalService()
  2150.     {
  2151.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('nr1ClB41sj'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  2152.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2153.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2154.     }
  2155.     /**
  2156.      * Gets the private 'cache.property_info' shared service.
  2157.      *
  2158.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2159.      */
  2160.     protected function getCache_PropertyInfoService()
  2161.     {
  2162.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Qcj0DMECik'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2163.     }
  2164.     /**
  2165.      * Gets the private 'cache.security_expression_language' shared service.
  2166.      *
  2167.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2168.      */
  2169.     protected function getCache_SecurityExpressionLanguageService()
  2170.     {
  2171.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('t4TZci-U0X'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2172.     }
  2173.     /**
  2174.      * Gets the private 'cache.serializer' shared service.
  2175.      *
  2176.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2177.      */
  2178.     protected function getCache_SerializerService()
  2179.     {
  2180.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('8Ll-5ShkKe'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2181.     }
  2182.     /**
  2183.      * Gets the private 'cache.validator' shared service.
  2184.      *
  2185.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2186.      */
  2187.     protected function getCache_ValidatorService()
  2188.     {
  2189.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('flCr7NGVB2'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2190.     }
  2191.     /**
  2192.      * Gets the private 'config_cache_factory' shared service.
  2193.      *
  2194.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2195.      */
  2196.     protected function getConfigCacheFactoryService()
  2197.     {
  2198.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2199.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  2200.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2201.         }, 2));
  2202.     }
  2203.     /**
  2204.      * Gets the private 'data_collector.form' shared service.
  2205.      *
  2206.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2207.      */
  2208.     protected function getDataCollector_FormService()
  2209.     {
  2210.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2211.     }
  2212.     /**
  2213.      * Gets the private 'data_collector.request' shared service.
  2214.      *
  2215.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2216.      */
  2217.     protected function getDataCollector_RequestService()
  2218.     {
  2219.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2220.     }
  2221.     /**
  2222.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  2223.      *
  2224.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  2225.      */
  2226.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  2227.     {
  2228.         return $this->privates['debug.api_platform.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider(new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
  2229.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  2230.         }, 1)));
  2231.     }
  2232.     /**
  2233.      * Gets the private 'debug.api_platform.data_persister' shared service.
  2234.      *
  2235.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  2236.      */
  2237.     protected function getDebug_ApiPlatform_DataPersisterService()
  2238.     {
  2239.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  2240.             yield => ($this->privates['api_platform.messenger.data_persister'] ?? $this->load('getApiPlatform_Messenger_DataPersisterService'));
  2241.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  2242.         }, 2)));
  2243.     }
  2244.     /**
  2245.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  2246.      *
  2247.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  2248.      */
  2249.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  2250.     {
  2251.         return $this->privates['debug.api_platform.item_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider(new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
  2252.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  2253.             yield => ($this->privates['DW\\GingerBundle\\ApiPlatform\\DataProvider\\AppItemDataProvider'] ?? $this->load('getAppItemDataProviderService'));
  2254.         }, 2)));
  2255.     }
  2256.     /**
  2257.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  2258.      *
  2259.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  2260.      */
  2261.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  2262.     {
  2263.         return $this->privates['debug.api_platform.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider(new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
  2264.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  2265.         }, 1)));
  2266.     }
  2267.     /**
  2268.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2269.      *
  2270.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2271.      */
  2272.     protected function getDebug_DebugHandlersListenerService()
  2273.     {
  2274.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2275.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2276.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2277.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2278.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2279.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  2280.     }
  2281.     /**
  2282.      * Gets the private 'debug.file_link_formatter' shared service.
  2283.      *
  2284.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2285.      */
  2286.     protected function getDebug_FileLinkFormatterService()
  2287.     {
  2288.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__4), function () {
  2289.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2290.         });
  2291.     }
  2292.     /**
  2293.      * Gets the private 'debug.log_processor' shared service.
  2294.      *
  2295.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2296.      */
  2297.     protected function getDebug_LogProcessorService()
  2298.     {
  2299.         return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2300.     }
  2301.     /**
  2302.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2303.      *
  2304.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2305.      */
  2306.     protected function getDebug_Security_Access_DecisionManagerService()
  2307.     {
  2308.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  2309.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2310.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  2311.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2312.             yield => ($this->privates['debug.security.voter.security.access.person_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_PersonVoterService'));
  2313.             yield => ($this->privates['debug.security.voter.security.access.tag_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_TagVoterService'));
  2314.             yield => ($this->privates['debug.security.voter.security.access.attribute_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AttributeVoterService'));
  2315.             yield => ($this->privates['debug.security.voter.security.access.user_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_UserVoterService'));
  2316.             yield => ($this->privates['debug.security.voter.security.access.group_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_GroupVoterService'));
  2317.             yield => ($this->privates['debug.security.voter.DW\\GingerBundle\\Security\\FileImportVoter'] ?? $this->load('getFileImportVoterService'));
  2318.             yield => ($this->privates['debug.security.voter.DW\\GingerBundle\\Security\\IntergartionVoter'] ?? $this->load('getIntergartionVoterService'));
  2319.         }, 10), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2320.     }
  2321.     /**
  2322.      * Gets the private 'debug.security.firewall' shared service.
  2323.      *
  2324.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2325.      */
  2326.     protected function getDebug_Security_FirewallService()
  2327.     {
  2328.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2329.         if (isset($this->privates['debug.security.firewall'])) {
  2330.             return $this->privates['debug.security.firewall'];
  2331.         }
  2332.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2333.         if (isset($this->privates['debug.security.firewall'])) {
  2334.             return $this->privates['debug.security.firewall'];
  2335.         }
  2336.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2337.     }
  2338.     /**
  2339.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  2340.      *
  2341.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2342.      */
  2343.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  2344.     {
  2345.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2346.             'DW\\GingerBundle\\EventSubscriber\\Doctrine\\AddressFlushListener' => ['privates''DW\\GingerBundle\\EventSubscriber\\Doctrine\\AddressFlushListener''getAddressFlushListenerService'true],
  2347.             'DW\\GingerBundle\\EventSubscriber\\Doctrine\\PersonSubscriber' => ['privates''DW\\GingerBundle\\EventSubscriber\\Doctrine\\PersonSubscriber''getPersonSubscriberService'true],
  2348.             'DW\\GingerEyepinBundle\\EventSubscriber\\PersonSubscriber' => ['privates''DW\\GingerEyepinBundle\\EventSubscriber\\PersonSubscriber''getPersonSubscriber2Service'true],
  2349.             'DW\\GingerEyepinBundle\\EventSubscriber\\TagSubscriber' => ['privates''DW\\GingerEyepinBundle\\EventSubscriber\\TagSubscriber''getTagSubscriberService'true],
  2350.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  2351.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  2352.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  2353.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  2354.             'doctrine.orm.listeners.resolve_target_entity' => ['privates''doctrine.orm.listeners.resolve_target_entity''getDoctrine_Orm_Listeners_ResolveTargetEntityService'true],
  2355.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  2356.             'dw_ginger.doctrine.topic_attribute_subscriber' => ['privates''dw_ginger.doctrine.topic_attribute_subscriber''getDwGinger_Doctrine_TopicAttributeSubscriberService'true],
  2357.             'fos_elastica.listener.admin_logs' => ['privates''fos_elastica.listener.admin_logs''getFosElastica_Listener_AdminLogsService'true],
  2358.             'stof_doctrine_extensions.listener.blameable' => ['privates''stof_doctrine_extensions.listener.blameable''getStofDoctrineExtensions_Listener_BlameableService'false],
  2359.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  2360.         ], [
  2361.             'DW\\GingerBundle\\EventSubscriber\\Doctrine\\AddressFlushListener' => '?',
  2362.             'DW\\GingerBundle\\EventSubscriber\\Doctrine\\PersonSubscriber' => '?',
  2363.             'DW\\GingerEyepinBundle\\EventSubscriber\\PersonSubscriber' => '?',
  2364.             'DW\\GingerEyepinBundle\\EventSubscriber\\TagSubscriber' => '?',
  2365.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2366.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2367.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2368.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2369.             'doctrine.orm.listeners.resolve_target_entity' => '?',
  2370.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  2371.             'dw_ginger.doctrine.topic_attribute_subscriber' => '?',
  2372.             'fos_elastica.listener.admin_logs' => '?',
  2373.             'stof_doctrine_extensions.listener.blameable' => '?',
  2374.             'stof_doctrine_extensions.listener.timestampable' => '?',
  2375.         ]), [=> 'dw_ginger.doctrine.topic_attribute_subscriber'=> 'DW\\GingerBundle\\EventSubscriber\\Doctrine\\PersonSubscriber'=> 'DW\\GingerEyepinBundle\\EventSubscriber\\TagSubscriber'=> 'DW\\GingerEyepinBundle\\EventSubscriber\\PersonSubscriber'=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.listeners.resolve_target_entity'], => [=> [=> 'onClassMetadataNotFound'], => 'doctrine.orm.listeners.resolve_target_entity'], 10 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 11 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.timestampable'], 12 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.timestampable'], 13 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.timestampable'], 14 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.blameable'], 15 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.blameable'], 16 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.blameable'], 17 => [=> [=> 'postPersist'], => 'fos_elastica.listener.admin_logs'], 18 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.admin_logs'], 19 => [=> [=> 'preRemove'], => 'fos_elastica.listener.admin_logs'], 20 => [=> [=> 'postFlush'], => 'fos_elastica.listener.admin_logs'], 21 => [=> [=> 'onFlush'], => 'DW\\GingerBundle\\EventSubscriber\\Doctrine\\AddressFlushListener']]);
  2376.     }
  2377.     /**
  2378.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  2379.      *
  2380.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2381.      */
  2382.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  2383.     {
  2384.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Entity'), => (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Entity')], false);
  2385.     }
  2386.     /**
  2387.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  2388.      *
  2389.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  2390.      */
  2391.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  2392.     {
  2393.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/config/doctrine') => 'FOS\\OAuthServerBundle\\Entity'], '.orm.xml'false);
  2394.         $instance->setGlobalBasename('mapping');
  2395.         return $instance;
  2396.     }
  2397.     /**
  2398.      * Gets the private 'exception_listener' shared service.
  2399.      *
  2400.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2401.      */
  2402.     protected function getExceptionListenerService()
  2403.     {
  2404.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2405.     }
  2406.     /**
  2407.      * Gets the private 'fos_elastica.logger' shared service.
  2408.      *
  2409.      * @return \FOS\ElasticaBundle\Logger\ElasticaLogger
  2410.      */
  2411.     protected function getFosElastica_LoggerService()
  2412.     {
  2413.         $a = new \Symfony\Bridge\Monolog\Logger('elastica');
  2414.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2415.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2416.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2417.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2418.         return $this->privates['fos_elastica.logger'] = new \FOS\ElasticaBundle\Logger\ElasticaLogger($atrue);
  2419.     }
  2420.     /**
  2421.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2422.      *
  2423.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2424.      */
  2425.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2426.     {
  2427.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  2428.     }
  2429.     /**
  2430.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2431.      *
  2432.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2433.      */
  2434.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2435.     {
  2436.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2437.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2438.             return $this->privates['framework_extra_bundle.event.is_granted'];
  2439.         }
  2440.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  2441.     }
  2442.     /**
  2443.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2444.      *
  2445.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2446.      */
  2447.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2448.     {
  2449.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@DWGinger/crud/paginator_bootstrap.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  2450.     }
  2451.     /**
  2452.      * Gets the private 'libphonenumber\PhoneNumberUtil' shared service.
  2453.      *
  2454.      * @return \libphonenumber\PhoneNumberUtil
  2455.      */
  2456.     protected function getPhoneNumberUtilService()
  2457.     {
  2458.         return $this->privates['libphonenumber\\PhoneNumberUtil'] = \libphonenumber\PhoneNumberUtil::getInstance();
  2459.     }
  2460.     /**
  2461.      * Gets the private 'locale_aware_listener' shared service.
  2462.      *
  2463.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2464.      */
  2465.     protected function getLocaleAwareListenerService()
  2466.     {
  2467.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2468.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('de')));
  2469.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2470.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2471.     }
  2472.     /**
  2473.      * Gets the private 'locale_listener' shared service.
  2474.      *
  2475.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2476.      */
  2477.     protected function getLocaleListenerService()
  2478.     {
  2479.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'de', ($this->services['router'] ?? $this->getRouterService()), false, []);
  2480.     }
  2481.     /**
  2482.      * Gets the private 'mime_types' shared service.
  2483.      *
  2484.      * @return \Symfony\Component\Mime\MimeTypes
  2485.      */
  2486.     protected function getMimeTypesService()
  2487.     {
  2488.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  2489.         $instance->setDefault($instance);
  2490.         return $instance;
  2491.     }
  2492.     /**
  2493.      * Gets the private 'monolog.handler.console' shared service.
  2494.      *
  2495.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2496.      */
  2497.     protected function getMonolog_Handler_ConsoleService()
  2498.     {
  2499.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2500.     }
  2501.     /**
  2502.      * Gets the private 'monolog.handler.main' shared service.
  2503.      *
  2504.      * @return \Monolog\Handler\StreamHandler
  2505.      */
  2506.     protected function getMonolog_Handler_MainService()
  2507.     {
  2508.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  2509.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2510.         return $instance;
  2511.     }
  2512.     /**
  2513.      * Gets the private 'monolog.logger' shared service.
  2514.      *
  2515.      * @return \Symfony\Bridge\Monolog\Logger
  2516.      */
  2517.     protected function getMonolog_LoggerService()
  2518.     {
  2519.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2520.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2521.         $instance->useMicrosecondTimestamps(true);
  2522.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2523.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2524.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2525.         return $instance;
  2526.     }
  2527.     /**
  2528.      * Gets the private 'monolog.logger.cache' shared service.
  2529.      *
  2530.      * @return \Symfony\Bridge\Monolog\Logger
  2531.      */
  2532.     protected function getMonolog_Logger_CacheService()
  2533.     {
  2534.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2535.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2536.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2537.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2538.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2539.         return $instance;
  2540.     }
  2541.     /**
  2542.      * Gets the private 'monolog.logger.request' shared service.
  2543.      *
  2544.      * @return \Symfony\Bridge\Monolog\Logger
  2545.      */
  2546.     protected function getMonolog_Logger_RequestService()
  2547.     {
  2548.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2549.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2550.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2551.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2552.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2553.         return $instance;
  2554.     }
  2555.     /**
  2556.      * Gets the private 'parameter_bag' shared service.
  2557.      *
  2558.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2559.      */
  2560.     protected function getParameterBagService()
  2561.     {
  2562.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2563.     }
  2564.     /**
  2565.      * Gets the private 'profiler_listener' shared service.
  2566.      *
  2567.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2568.      */
  2569.     protected function getProfilerListenerService()
  2570.     {
  2571.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2572.         if (isset($this->privates['profiler_listener'])) {
  2573.             return $this->privates['profiler_listener'];
  2574.         }
  2575.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  2576.     }
  2577.     /**
  2578.      * Gets the private 'property_accessor' shared service.
  2579.      *
  2580.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2581.      */
  2582.     protected function getPropertyAccessorService()
  2583.     {
  2584.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2585.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  2586.     }
  2587.     /**
  2588.      * Gets the private 'property_info' shared service.
  2589.      *
  2590.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2591.      */
  2592.     protected function getPropertyInfoService()
  2593.     {
  2594.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2595.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2596.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2597.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2598.         }, 3), new RewindableGenerator(function () {
  2599.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2600.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2601.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2602.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2603.         }, 4), new RewindableGenerator(function () {
  2604.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2605.         }, 1), new RewindableGenerator(function () {
  2606.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2607.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2608.         }, 2), new RewindableGenerator(function () {
  2609.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2610.         }, 1));
  2611.     }
  2612.     /**
  2613.      * Gets the private 'router.expression_language_provider' shared service.
  2614.      *
  2615.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2616.      */
  2617.     protected function getRouter_ExpressionLanguageProviderService()
  2618.     {
  2619.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2620.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2621.         ], [
  2622.             'env' => 'Closure',
  2623.         ]));
  2624.     }
  2625.     /**
  2626.      * Gets the private 'router.request_context' shared service.
  2627.      *
  2628.      * @return \Symfony\Component\Routing\RequestContext
  2629.      */
  2630.     protected function getRouter_RequestContextService()
  2631.     {
  2632.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2633.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2634.         return $instance;
  2635.     }
  2636.     /**
  2637.      * Gets the private 'router_listener' shared service.
  2638.      *
  2639.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2640.      */
  2641.     protected function getRouterListenerService()
  2642.     {
  2643.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  2644.     }
  2645.     /**
  2646.      * Gets the private 'security.expression_language' shared service.
  2647.      *
  2648.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  2649.      */
  2650.     protected function getSecurity_ExpressionLanguageService()
  2651.     {
  2652.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  2653.         $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Core\Security\Core\Authorization\ExpressionLanguageProvider())));
  2654.         return $instance;
  2655.     }
  2656.     /**
  2657.      * Gets the private 'security.firewall.map' shared service.
  2658.      *
  2659.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2660.      */
  2661.     protected function getSecurity_Firewall_MapService()
  2662.     {
  2663.         $a = ($this->privates['.service_locator.xq2QRKB'] ?? $this->get_ServiceLocator_Xq2QRKBService());
  2664.         if (isset($this->privates['security.firewall.map'])) {
  2665.             return $this->privates['security.firewall.map'];
  2666.         }
  2667.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2668.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  2669.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.5teyqpG'] ?? ($this->privates['.security.request_matcher.5teyqpG'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/graphql')));
  2670.             yield 'security.firewall.map.context.apiv2' => ($this->privates['.security.request_matcher.ih7mNbv'] ?? ($this->privates['.security.request_matcher.ih7mNbv'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v2')));
  2671.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  2672.             yield 'security.firewall.map.context.oauth_token' => ($this->privates['.security.request_matcher.2IPYWkw'] ?? ($this->privates['.security.request_matcher.2IPYWkw'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/oauth/v2/token')));
  2673.         }, 5));
  2674.     }
  2675.     /**
  2676.      * Gets the private 'security.logout_url_generator' shared service.
  2677.      *
  2678.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2679.      */
  2680.     protected function getSecurity_LogoutUrlGeneratorService()
  2681.     {
  2682.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2683.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  2684.         return $instance;
  2685.     }
  2686.     /**
  2687.      * Gets the private 'security.role_hierarchy' shared service.
  2688.      *
  2689.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2690.      */
  2691.     protected function getSecurity_RoleHierarchyService()
  2692.     {
  2693.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2694.     }
  2695.     /**
  2696.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2697.      *
  2698.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2699.      */
  2700.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2701.     {
  2702.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2703.     }
  2704.     /**
  2705.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2706.      *
  2707.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2708.      */
  2709.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2710.     {
  2711.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2712.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2713.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2714.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2715.     }
  2716.     /**
  2717.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2718.      *
  2719.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2720.      */
  2721.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2722.     {
  2723.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2724.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  2725.             return $this->privates['sensio_framework_extra.security.listener'];
  2726.         }
  2727.         $b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  2728.         $b->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Core\Security\Core\Authorization\ExpressionLanguageProvider())));
  2729.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2730.     }
  2731.     /**
  2732.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2733.      *
  2734.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2735.      */
  2736.     protected function getSensioFrameworkExtra_View_ListenerService()
  2737.     {
  2738.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  2739.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2740.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2741.         ], [
  2742.             'twig' => '?',
  2743.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2744.         return $instance;
  2745.     }
  2746.     /**
  2747.      * Gets the private 'serializer.mapping.class_discriminator_resolver' shared service.
  2748.      *
  2749.      * @return \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata
  2750.      */
  2751.     protected function getSerializer_Mapping_ClassDiscriminatorResolverService()
  2752.     {
  2753.         return $this->privates['serializer.mapping.class_discriminator_resolver'] = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  2754.     }
  2755.     /**
  2756.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  2757.      *
  2758.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  2759.      */
  2760.     protected function getSerializer_NameConverter_MetadataAwareService()
  2761.     {
  2762.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  2763.     }
  2764.     /**
  2765.      * Gets the private 'serializer.normalizer.object' shared service.
  2766.      *
  2767.      * @return \Symfony\Component\Serializer\Normalizer\ObjectNormalizer
  2768.      */
  2769.     protected function getSerializer_Normalizer_ObjectService()
  2770.     {
  2771.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2772.         return $this->privates['serializer.normalizer.object'] = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), $a, ($this->privates['serializer.mapping.class_discriminator_resolver'] ?? $this->getSerializer_Mapping_ClassDiscriminatorResolverService()), NULL, [], $a);
  2773.     }
  2774.     /**
  2775.      * Gets the private 'session_listener' shared service.
  2776.      *
  2777.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2778.      */
  2779.     protected function getSessionListenerService()
  2780.     {
  2781.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2782.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  2783.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2784.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  2785.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2786.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  2787.         ], [
  2788.             'initialized_session' => '?',
  2789.             'logger' => '?',
  2790.             'session' => '?',
  2791.             'session_collector' => '?',
  2792.             'session_factory' => '?',
  2793.         ]), true$this->parameters['session.storage.options']);
  2794.     }
  2795.     /**
  2796.      * Gets the private 'stof_doctrine_extensions.event_listener.blame' shared service.
  2797.      *
  2798.      * @return \Stof\DoctrineExtensionsBundle\EventListener\BlameListener
  2799.      */
  2800.     protected function getStofDoctrineExtensions_EventListener_BlameService()
  2801.     {
  2802.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2803.         if (isset($this->privates['stof_doctrine_extensions.event_listener.blame'])) {
  2804.             return $this->privates['stof_doctrine_extensions.event_listener.blame'];
  2805.         }
  2806.         return $this->privates['stof_doctrine_extensions.event_listener.blame'] = new \Stof\DoctrineExtensionsBundle\EventListener\BlameListener(($this->privates['stof_doctrine_extensions.listener.blameable'] ?? $this->getStofDoctrineExtensions_Listener_BlameableService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  2807.     }
  2808.     /**
  2809.      * Gets the private 'stof_doctrine_extensions.listener.blameable' shared service.
  2810.      *
  2811.      * @return \Gedmo\Blameable\BlameableListener
  2812.      */
  2813.     protected function getStofDoctrineExtensions_Listener_BlameableService()
  2814.     {
  2815.         $this->privates['stof_doctrine_extensions.listener.blameable'] = $instance = new \Gedmo\Blameable\BlameableListener();
  2816.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  2817.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2818.         return $instance;
  2819.     }
  2820.     /**
  2821.      * Gets the private 'translator.default' shared service.
  2822.      *
  2823.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2824.      */
  2825.     protected function getTranslator_DefaultService()
  2826.     {
  2827.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2828.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2829.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2830.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2831.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2832.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2833.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2834.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2835.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2836.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2837.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2838.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  2839.         ], [
  2840.             'translation.loader.csv' => '?',
  2841.             'translation.loader.dat' => '?',
  2842.             'translation.loader.ini' => '?',
  2843.             'translation.loader.json' => '?',
  2844.             'translation.loader.mo' => '?',
  2845.             'translation.loader.php' => '?',
  2846.             'translation.loader.po' => '?',
  2847.             'translation.loader.qt' => '?',
  2848.             'translation.loader.res' => '?',
  2849.             'translation.loader.xliff' => '?',
  2850.             'translation.loader.yml' => '?',
  2851.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'de', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ca.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Resources/translations/import.de.yml'), => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Resources/translations/messages.de.yml'), => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Resources/translations/validators.de.yml'), 10 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-eyepin-bundle/translations/messages.de.yaml'), 11 => (\dirname(__DIR__4).'/translations/messages.de.yaml')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Resources/translations/import.en.yml'), => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Resources/translations/messages.en.yml'), => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Resources/translations/validators.en.yml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.fr.yml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle+intl-icu.nl.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.nl.yml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pt.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.sl.yml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.sr.xlf')], 'bs_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.bs_Cyrl.xlf')], 'dk' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.dk.xlf')], 'en_AU' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_AU.xlf')], 'en_CA' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_CA.xlf')], 'en_GB' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_GB.xlf')], 'en_IE' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_IE.xlf')], 'en_NZ' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_NZ.xlf')], 'en_PH' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_PH.xlf')], 'en_SG' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_SG.xlf')], 'en_US' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_US.xlf')], 'en_ZA' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_ZA.xlf')], 'es_419' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.es_419.xlf')], 'se' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.se.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-eyepin-bundle/translations'), => (\dirname(__DIR__4).'/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/tetranz/select2entity-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 22 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/translations'), 26 => (\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/translations'), 27 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/league/flysystem-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations'=> 'vendor/odolbeau/phone-number-bundle/src/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'vendor/friendsofsymfony/oauth-server-bundle/Resources/translations'=> 'vendor/datenwerk/ginger-bundle/Resources/translations'=> 'vendor/datenwerk/ginger-eyepin-bundle/translations'=> 'translations'10 => 'vendor/symfony/framework-bundle/translations'11 => 'vendor/doctrine/doctrine-bundle/translations'12 => 'vendor/doctrine/doctrine-migrations-bundle/translations'13 => 'vendor/symfony/debug-bundle/translations'14 => 'vendor/symfony/twig-bundle/translations'15 => 'vendor/symfony/web-profiler-bundle/translations'16 => 'vendor/twig/extra-bundle/translations'17 => 'vendor/symfony/security-bundle/translations'18 => 'vendor/symfony/monolog-bundle/translations'19 => 'vendor/symfony/maker-bundle/src/translations'20 => 'vendor/tetranz/select2entity-bundle/translations'21 => 'vendor/stof/doctrine-extensions-bundle/src/translations'22 => 'vendor/sensio/framework-extra-bundle/src/translations'23 => 'vendor/knplabs/knp-menu-bundle/translations'24 => 'vendor/jms/serializer-bundle/translations'25 => 'vendor/friendsofsymfony/elastica-bundle/src/translations'26 => 'vendor/eightpoints/guzzle-bundle/src/translations'27 => 'vendor/api-platform/core/src/Bridge/Symfony/Bundle/translations'28 => 'vendor/league/flysystem-bundle/src/translations']]], []);
  2852.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2853.         $instance->setFallbackLocales([=> 'en']);
  2854.         return $instance;
  2855.     }
  2856.     /**
  2857.      * Gets the private 'validator.builder' shared service.
  2858.      *
  2859.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2860.      */
  2861.     protected function getValidator_BuilderService()
  2862.     {
  2863.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2864.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2865.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2866.             'DW\\GingerBundle\\Import\\Validator\\Constraints\\PersonIdExistsConstraintValidator' => ['services''DW\\GingerBundle\\Import\\Validator\\Constraints\\PersonIdExistsConstraintValidator''getPersonIdExistsConstraintValidatorService'true],
  2867.             'DW\\GingerBundle\\Import\\Xlsx\\Validator\\ContainsRequiredPropsConstraintValidator' => ['services''DW\\GingerBundle\\Import\\Xlsx\\Validator\\ContainsRequiredPropsConstraintValidator''getContainsRequiredPropsConstraintValidatorService'true],
  2868.             'DW\\GingerBundle\\Import\\Xlsx\\Validator\\NoExtraFieldsConstraintValidator' => ['services''DW\\GingerBundle\\Import\\Xlsx\\Validator\\NoExtraFieldsConstraintValidator''getNoExtraFieldsConstraintValidatorService'true],
  2869.             'DW\\GingerBundle\\Import\\Xlsx\\Validator\\SingleSheetOnlyConstraintValidator' => ['services''DW\\GingerBundle\\Import\\Xlsx\\Validator\\SingleSheetOnlyConstraintValidator''getSingleSheetOnlyConstraintValidatorService'true],
  2870.             'DW\\GingerBundle\\Validator\\Constraints\\MinGroupTagsValidator' => ['privates''DW\\GingerBundle\\Validator\\Constraints\\MinGroupTagsValidator''getMinGroupTagsValidatorService'true],
  2871.             'DW\\GingerBundle\\Validator\\Constraints\\UniqueFieldValidator' => ['privates''dw_ginger.validator.unique_field''getDwGinger_Validator_UniqueFieldService'true],
  2872.             'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator' => ['privates''Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator''getPhoneNumberValidatorService'true],
  2873.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2874.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2875.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2876.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2877.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2878.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2879.             'dw_ginger_filter_persons' => ['privates''dw_ginger.validator.unique_field''getDwGinger_Validator_UniqueFieldService'true],
  2880.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2881.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2882.         ], [
  2883.             'DW\\GingerBundle\\Import\\Validator\\Constraints\\PersonIdExistsConstraintValidator' => '?',
  2884.             'DW\\GingerBundle\\Import\\Xlsx\\Validator\\ContainsRequiredPropsConstraintValidator' => '?',
  2885.             'DW\\GingerBundle\\Import\\Xlsx\\Validator\\NoExtraFieldsConstraintValidator' => '?',
  2886.             'DW\\GingerBundle\\Import\\Xlsx\\Validator\\SingleSheetOnlyConstraintValidator' => '?',
  2887.             'DW\\GingerBundle\\Validator\\Constraints\\MinGroupTagsValidator' => '?',
  2888.             'DW\\GingerBundle\\Validator\\Constraints\\UniqueFieldValidator' => '?',
  2889.             'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator' => '?',
  2890.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2891.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2892.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2893.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2894.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2895.             'doctrine.orm.validator.unique' => '?',
  2896.             'dw_ginger_filter_persons' => '?',
  2897.             'security.validator.user_password' => '?',
  2898.             'validator.expression' => '?',
  2899.         ])));
  2900.         if ($this->has('translator')) {
  2901.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2902.         }
  2903.         $instance->setTranslationDomain('validators');
  2904.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/config/validation.xml')]);
  2905.         $instance->enableAnnotationMapping(true);
  2906.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2907.         $instance->addMethodMapping('loadValidatorMetadata');
  2908.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2909.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2910.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2911.         return $instance;
  2912.     }
  2913.     /**
  2914.      * Gets the private 'var_dumper.html_dumper' shared service.
  2915.      *
  2916.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2917.      */
  2918.     protected function getVarDumper_HtmlDumperService()
  2919.     {
  2920.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2921.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2922.         return $instance;
  2923.     }
  2924.     /**
  2925.      * Gets the private 'var_dumper.server_connection' shared service.
  2926.      *
  2927.      * @return \Symfony\Component\VarDumper\Server\Connection
  2928.      */
  2929.     protected function getVarDumper_ServerConnectionService()
  2930.     {
  2931.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'\dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  2932.     }
  2933.     /**
  2934.      * Gets the private 'web_profiler.csp.handler' shared service.
  2935.      *
  2936.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2937.      */
  2938.     protected function getWebProfiler_Csp_HandlerService()
  2939.     {
  2940.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2941.     }
  2942.     /**
  2943.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2944.      *
  2945.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2946.      */
  2947.     protected function getWebProfiler_DebugToolbarService()
  2948.     {
  2949.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2950.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2951.             return $this->privates['web_profiler.debug_toolbar'];
  2952.         }
  2953.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2954.     }
  2955.     /**
  2956.      * Gets the public 'cache_clearer' alias.
  2957.      *
  2958.      * @return object The ".container.private.cache_clearer" service.
  2959.      */
  2960.     protected function getCacheClearerService()
  2961.     {
  2962.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2963.         return $this->get('.container.private.cache_clearer');
  2964.     }
  2965.     /**
  2966.      * Gets the public 'filesystem' alias.
  2967.      *
  2968.      * @return object The ".container.private.filesystem" service.
  2969.      */
  2970.     protected function getFilesystemService()
  2971.     {
  2972.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2973.         return $this->get('.container.private.filesystem');
  2974.     }
  2975.     /**
  2976.      * Gets the public 'serializer' alias.
  2977.      *
  2978.      * @return object The ".container.private.serializer" service.
  2979.      */
  2980.     protected function getSerializerService()
  2981.     {
  2982.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2983.         return $this->get('.container.private.serializer');
  2984.     }
  2985.     /**
  2986.      * Gets the public 'security.csrf.token_manager' alias.
  2987.      *
  2988.      * @return object The ".container.private.security.csrf.token_manager" service.
  2989.      */
  2990.     protected function getSecurity_Csrf_TokenManagerService()
  2991.     {
  2992.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2993.         return $this->get('.container.private.security.csrf.token_manager');
  2994.     }
  2995.     /**
  2996.      * Gets the public 'form.factory' alias.
  2997.      *
  2998.      * @return object The ".container.private.form.factory" service.
  2999.      */
  3000.     protected function getForm_FactoryService()
  3001.     {
  3002.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3003.         return $this->get('.container.private.form.factory');
  3004.     }
  3005.     /**
  3006.      * Gets the public 'form.type.file' alias.
  3007.      *
  3008.      * @return object The ".container.private.form.type.file" service.
  3009.      */
  3010.     protected function getForm_Type_FileService()
  3011.     {
  3012.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3013.         return $this->get('.container.private.form.type.file');
  3014.     }
  3015.     /**
  3016.      * Gets the public 'profiler' alias.
  3017.      *
  3018.      * @return object The ".container.private.profiler" service.
  3019.      */
  3020.     protected function getProfilerService()
  3021.     {
  3022.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3023.         return $this->get('.container.private.profiler');
  3024.     }
  3025.     /**
  3026.      * Gets the public 'twig' alias.
  3027.      *
  3028.      * @return object The ".container.private.twig" service.
  3029.      */
  3030.     protected function getTwigService()
  3031.     {
  3032.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3033.         return $this->get('.container.private.twig');
  3034.     }
  3035.     /**
  3036.      * Gets the public 'security.authorization_checker' alias.
  3037.      *
  3038.      * @return object The ".container.private.security.authorization_checker" service.
  3039.      */
  3040.     protected function getSecurity_AuthorizationCheckerService()
  3041.     {
  3042.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3043.         return $this->get('.container.private.security.authorization_checker');
  3044.     }
  3045.     /**
  3046.      * Gets the public 'security.token_storage' alias.
  3047.      *
  3048.      * @return object The ".container.private.security.token_storage" service.
  3049.      */
  3050.     protected function getSecurity_TokenStorageService()
  3051.     {
  3052.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3053.         return $this->get('.container.private.security.token_storage');
  3054.     }
  3055.     /**
  3056.      * Gets the public 'security.password_encoder' alias.
  3057.      *
  3058.      * @return object The ".container.private.security.password_encoder" service.
  3059.      */
  3060.     protected function getSecurity_PasswordEncoderService()
  3061.     {
  3062.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3063.         return $this->get('.container.private.security.password_encoder');
  3064.     }
  3065.     /**
  3066.      * Gets the public 'session' alias.
  3067.      *
  3068.      * @return object The ".container.private.session" service.
  3069.      */
  3070.     protected function getSessionService()
  3071.     {
  3072.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3073.         return $this->get('.container.private.session');
  3074.     }
  3075.     /**
  3076.      * Gets the public 'validator' alias.
  3077.      *
  3078.      * @return object The ".container.private.validator" service.
  3079.      */
  3080.     protected function getValidatorService()
  3081.     {
  3082.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3083.         return $this->get('.container.private.validator');
  3084.     }
  3085.     /**
  3086.      * @return array|bool|float|int|string|\UnitEnum|null
  3087.      */
  3088.     public function getParameter(string $name)
  3089.     {
  3090.         if (isset($this->buildParameters[$name])) {
  3091.             return $this->buildParameters[$name];
  3092.         }
  3093.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3094.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3095.         }
  3096.         if (isset($this->loadedDynamicParameters[$name])) {
  3097.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3098.         }
  3099.         return $this->parameters[$name];
  3100.     }
  3101.     public function hasParameter(string $name): bool
  3102.     {
  3103.         if (isset($this->buildParameters[$name])) {
  3104.             return true;
  3105.         }
  3106.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3107.     }
  3108.     public function setParameter(string $name$value): void
  3109.     {
  3110.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3111.     }
  3112.     public function getParameterBag(): ParameterBagInterface
  3113.     {
  3114.         if (null === $this->parameterBag) {
  3115.             $parameters $this->parameters;
  3116.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3117.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3118.             }
  3119.             foreach ($this->buildParameters as $name => $value) {
  3120.                 $parameters[$name] = $value;
  3121.             }
  3122.             $this->parameterBag = new FrozenParameterBag($parameters);
  3123.         }
  3124.         return $this->parameterBag;
  3125.     }
  3126.     private $loadedDynamicParameters = [
  3127.         'kernel.runtime_environment' => false,
  3128.         'kernel.build_dir' => false,
  3129.         'kernel.cache_dir' => false,
  3130.         'kernel.secret' => false,
  3131.         'debug.container.dump' => false,
  3132.         'serializer.mapping.cache.file' => false,
  3133.         'validator.mapping.cache.file' => false,
  3134.         'profiler.storage.dsn' => false,
  3135.         'doctrine.orm.proxy_dir' => false,
  3136.         'dw_ginger' => false,
  3137.     ];
  3138.     private $dynamicParameters = [];
  3139.     private function getDynamicParameter(string $name)
  3140.     {
  3141.         switch ($name) {
  3142.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3143.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3144.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3145.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  3146.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  3147.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3148.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3149.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3150.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3151.             case 'dw_ginger'$value = [
  3152.                 'templates' => [
  3153.                     'person_list' => '@DWGinger\\person\\index.html.twig',
  3154.                 ],
  3155.                 'resetting' => [
  3156.                     'template' => '@DWGinger\\emails\\resetting.html.twig',
  3157.                     'from_email' => 'noreply@datenwerk.at',
  3158.                     'uri' => $this->getEnv('BALLROOM_PW_RESETTING_URI'),
  3159.                 ],
  3160.             ]; break;
  3161.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3162.         }
  3163.         $this->loadedDynamicParameters[$name] = true;
  3164.         return $this->dynamicParameters[$name] = $value;
  3165.     }
  3166.     protected function getDefaultParameters(): array
  3167.     {
  3168.         return [
  3169.             'kernel.project_dir' => \dirname(__DIR__4),
  3170.             'kernel.environment' => 'dev',
  3171.             'kernel.debug' => true,
  3172.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3173.             'kernel.bundles' => [
  3174.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3175.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3176.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3177.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3178.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3179.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3180.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3181.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3182.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3183.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3184.                 'TetranzSelect2EntityBundle' => 'Tetranz\\Select2EntityBundle\\TetranzSelect2EntityBundle',
  3185.                 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  3186.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  3187.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3188.                 'MisdPhoneNumberBundle' => 'Misd\\PhoneNumberBundle\\MisdPhoneNumberBundle',
  3189.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  3190.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  3191.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  3192.                 'FOSOAuthServerBundle' => 'FOS\\OAuthServerBundle\\FOSOAuthServerBundle',
  3193.                 'FOSElasticaBundle' => 'FOS\\ElasticaBundle\\FOSElasticaBundle',
  3194.                 'EightPointsGuzzleBundle' => 'EightPoints\\Bundle\\GuzzleBundle\\EightPointsGuzzleBundle',
  3195.                 'ApiPlatformBundle' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\ApiPlatformBundle',
  3196.                 'DWGingerBundle' => 'DW\\GingerBundle\\DWGingerBundle',
  3197.                 'DWGingerEyepinBundle' => 'DW\\GingerEyepinBundle\\DWGingerEyepinBundle',
  3198.                 'FlysystemBundle' => 'League\\FlysystemBundle\\FlysystemBundle',
  3199.             ],
  3200.             'kernel.bundles_metadata' => [
  3201.                 'FrameworkBundle' => [
  3202.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3203.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3204.                 ],
  3205.                 'DoctrineBundle' => [
  3206.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3207.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3208.                 ],
  3209.                 'DoctrineMigrationsBundle' => [
  3210.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3211.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3212.                 ],
  3213.                 'DebugBundle' => [
  3214.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3215.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3216.                 ],
  3217.                 'TwigBundle' => [
  3218.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3219.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3220.                 ],
  3221.                 'WebProfilerBundle' => [
  3222.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3223.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3224.                 ],
  3225.                 'TwigExtraBundle' => [
  3226.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3227.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3228.                 ],
  3229.                 'SecurityBundle' => [
  3230.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3231.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3232.                 ],
  3233.                 'MonologBundle' => [
  3234.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3235.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3236.                 ],
  3237.                 'MakerBundle' => [
  3238.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3239.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3240.                 ],
  3241.                 'TetranzSelect2EntityBundle' => [
  3242.                     'path' => (\dirname(__DIR__4).'/vendor/tetranz/select2entity-bundle'),
  3243.                     'namespace' => 'Tetranz\\Select2EntityBundle',
  3244.                 ],
  3245.                 'SymfonyCastsResetPasswordBundle' => [
  3246.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src'),
  3247.                     'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  3248.                 ],
  3249.                 'StofDoctrineExtensionsBundle' => [
  3250.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  3251.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  3252.                 ],
  3253.                 'SensioFrameworkExtraBundle' => [
  3254.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3255.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3256.                 ],
  3257.                 'MisdPhoneNumberBundle' => [
  3258.                     'path' => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src'),
  3259.                     'namespace' => 'Misd\\PhoneNumberBundle',
  3260.                 ],
  3261.                 'KnpPaginatorBundle' => [
  3262.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  3263.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  3264.                 ],
  3265.                 'KnpMenuBundle' => [
  3266.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle'),
  3267.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  3268.                 ],
  3269.                 'JMSSerializerBundle' => [
  3270.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  3271.                     'namespace' => 'JMS\\SerializerBundle',
  3272.                 ],
  3273.                 'FOSOAuthServerBundle' => [
  3274.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle'),
  3275.                     'namespace' => 'FOS\\OAuthServerBundle',
  3276.                 ],
  3277.                 'FOSElasticaBundle' => [
  3278.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src'),
  3279.                     'namespace' => 'FOS\\ElasticaBundle',
  3280.                 ],
  3281.                 'EightPointsGuzzleBundle' => [
  3282.                     'path' => (\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src'),
  3283.                     'namespace' => 'EightPoints\\Bundle\\GuzzleBundle',
  3284.                 ],
  3285.                 'ApiPlatformBundle' => [
  3286.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle'),
  3287.                     'namespace' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle',
  3288.                 ],
  3289.                 'DWGingerBundle' => [
  3290.                     'path' => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle'),
  3291.                     'namespace' => 'DW\\GingerBundle',
  3292.                 ],
  3293.                 'DWGingerEyepinBundle' => [
  3294.                     'path' => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-eyepin-bundle'),
  3295.                     'namespace' => 'DW\\GingerEyepinBundle',
  3296.                 ],
  3297.                 'FlysystemBundle' => [
  3298.                     'path' => (\dirname(__DIR__4).'/vendor/league/flysystem-bundle/src'),
  3299.                     'namespace' => 'League\\FlysystemBundle',
  3300.                 ],
  3301.             ],
  3302.             'kernel.charset' => 'UTF-8',
  3303.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  3304.             'locale' => 'de',
  3305.             'event_dispatcher.event_aliases' => [
  3306.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3307.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3308.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3309.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3310.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3311.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3312.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3313.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3314.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3315.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3316.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3317.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3318.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3319.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3320.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3321.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3322.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3323.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3324.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3325.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3326.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3327.             ],
  3328.             'fragment.renderer.hinclude.global_template' => NULL,
  3329.             'fragment.path' => '/_fragment',
  3330.             'kernel.http_method_override' => false,
  3331.             'kernel.trusted_hosts' => [
  3332.             ],
  3333.             'kernel.default_locale' => 'de',
  3334.             'kernel.enabled_locales' => [
  3335.             ],
  3336.             'kernel.error_controller' => 'error_controller',
  3337.             'debug.file_link_format' => NULL,
  3338.             'asset.request_context.base_path' => NULL,
  3339.             'asset.request_context.secure' => NULL,
  3340.             'translator.logging' => false,
  3341.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3342.             'debug.error_handler.throw_at' => -1,
  3343.             'router.request_context.host' => 'localhost',
  3344.             'router.request_context.scheme' => 'http',
  3345.             'router.request_context.base_url' => '',
  3346.             'router.resource' => 'kernel::loadRoutes',
  3347.             'request_listener.http_port' => 80,
  3348.             'request_listener.https_port' => 443,
  3349.             'session.metadata.storage_key' => '_sf2_meta',
  3350.             'session.storage.options' => [
  3351.                 'cache_limiter' => '0',
  3352.                 'cookie_secure' => 'auto',
  3353.                 'cookie_httponly' => true,
  3354.                 'cookie_samesite' => 'lax',
  3355.                 'gc_probability' => 1,
  3356.             ],
  3357.             'session.save_path' => NULL,
  3358.             'session.metadata.update_threshold' => 0,
  3359.             'form.type_extension.csrf.enabled' => true,
  3360.             'form.type_extension.csrf.field_name' => '_token',
  3361.             'validator.translation_domain' => 'validators',
  3362.             'profiler_listener.only_exceptions' => false,
  3363.             'profiler_listener.only_main_requests' => false,
  3364.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3365.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3366.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3367.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3368.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3369.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3370.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3371.             'doctrine.entity_managers' => [
  3372.                 'default' => 'doctrine.orm.default_entity_manager',
  3373.             ],
  3374.             'doctrine.default_entity_manager' => 'default',
  3375.             'doctrine.dbal.connection_factory.types' => [
  3376.             ],
  3377.             'doctrine.connections' => [
  3378.                 'default' => 'doctrine.dbal.default_connection',
  3379.             ],
  3380.             'doctrine.default_connection' => 'default',
  3381.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3382.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3383.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3384.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3385.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3386.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3387.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3388.             'doctrine.orm.cache.memcache_port' => 11211,
  3389.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3390.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3391.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3392.             'doctrine.orm.cache.memcached_port' => 11211,
  3393.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3394.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3395.             'doctrine.orm.cache.redis_host' => 'localhost',
  3396.             'doctrine.orm.cache.redis_port' => 6379,
  3397.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3398.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3399.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3400.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3401.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3402.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3403.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3404.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3405.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3406.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3407.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3408.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3409.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3410.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3411.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3412.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3413.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3414.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3415.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3416.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3417.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3418.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3419.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3420.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3421.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3422.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3423.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3424.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3425.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3426.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3427.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3428.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  3429.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3430.             'doctrine.migrations.preferred_em' => NULL,
  3431.             'doctrine.migrations.preferred_connection' => NULL,
  3432.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3433.             'twig.form.resources' => [
  3434.                 => 'form_div_layout.html.twig',
  3435.                 => '@MisdPhoneNumber/Form/phone_number.html.twig',
  3436.                 => '@TetranzSelect2Entity/Form/fields.html.twig',
  3437.                 => '@DWGinger/form/bootstrap_4_horizontal_layout.html.twig',
  3438.             ],
  3439.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3440.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3441.             'web_profiler.debug_toolbar.mode' => 2,
  3442.             'security.role_hierarchy.roles' => [
  3443.                 'ROLE_USER' => [
  3444.                     => 'ROLE_GINGER_USER_EDIT_MYPROFILE',
  3445.                 ],
  3446.                 'ROLE_DW_EDITOR' => [
  3447.                     => 'ROLE_USER',
  3448.                     => 'ROLE_GINGER_BEUSER',
  3449.                     => 'ROLE_GINGER_CONTACT_CREATE',
  3450.                     => 'ROLE_GINGER_CONTACT_EDIT',
  3451.                     => 'ROLE_GINGER_CONTACT_DELETE',
  3452.                     => 'ROLE_GINGER_CONTACT_ANONYMIZE',
  3453.                     => 'ROLE_GINGER_CONTACT_DUPLICATE_RESOLVE',
  3454.                     => 'ROLE_GINGER_JOBS_LIST',
  3455.                     => 'ROLE_GINGER_ADMINLOG_LIST',
  3456.                 ],
  3457.                 'ROLE_DW_CHIEF' => [
  3458.                     => 'ROLE_DW_EDITOR',
  3459.                     => 'ROLE_GINGER_TAG_CREATE',
  3460.                     => 'ROLE_GINGER_TAG_EDIT',
  3461.                     => 'ROLE_GINGER_TAG_DELETE',
  3462.                     => 'ROLE_GINGER_TAG_ATTRIBUTE_ASSIGN',
  3463.                     => 'ROLE_GINGER_TAG_TYPE_ASSIGN',
  3464.                     => 'ROLE_GINGER_ATTRIBUTE_LIST',
  3465.                     => 'ROLE_GINGER_ATTRIBUTE_CREATE',
  3466.                     => 'ROLE_GINGER_ATTRIBUTE_EDIT',
  3467.                     => 'ROLE_GINGER_ATTRIBUTE_DELETE',
  3468.                     10 => 'ROLE_AKOOE_IMPORT',
  3469.                 ],
  3470.                 'ROLE_DW_ADMIN' => [
  3471.                     => 'ROLE_DW_CHIEF',
  3472.                     => 'ROLE_ALLOWED_TO_SWITCH',
  3473.                     => 'ROLE_GINGER_USER_LIST',
  3474.                     => 'ROLE_GINGER_USER_CREATE',
  3475.                     => 'ROLE_GINGER_USER_EDIT',
  3476.                     => 'ROLE_GINGER_USER_DELETE',
  3477.                     => 'ROLE_GINGER_USER_PROMOTE',
  3478.                     => 'ROLE_GINGER_GROUP_CREATE',
  3479.                     => 'ROLE_GINGER_USER_GROUP_ASSIGN',
  3480.                     => 'ROLE_GINGER_GROUP_CREATE',
  3481.                     10 => 'ROLE_GINGER_GROUP_EDIT',
  3482.                     11 => 'ROLE_GINGER_GROUP_DELETE',
  3483.                 ],
  3484.             ],
  3485.             'security.access.denied_url' => NULL,
  3486.             'security.authentication.manager.erase_credentials' => true,
  3487.             'security.authentication.session_strategy.strategy' => 'migrate',
  3488.             'security.access.always_authenticate_before_granting' => false,
  3489.             'security.authentication.hide_user_not_found' => true,
  3490.             'security.firewalls' => [
  3491.                 => 'dev',
  3492.                 => 'api',
  3493.                 => 'apiv2',
  3494.                 => 'main',
  3495.                 => 'oauth_token',
  3496.             ],
  3497.             'security.api._indexed_authenticators' => [
  3498.             ],
  3499.             'security.apiv2._indexed_authenticators' => [
  3500.             ],
  3501.             'security.main._indexed_authenticators' => [
  3502.             ],
  3503.             'monolog.use_microseconds' => true,
  3504.             'monolog.swift_mailer.handlers' => [
  3505.             ],
  3506.             'monolog.handlers_to_channels' => [
  3507.                 'monolog.handler.console' => [
  3508.                     'type' => 'exclusive',
  3509.                     'elements' => [
  3510.                         => 'event',
  3511.                         => 'doctrine',
  3512.                         => 'console',
  3513.                     ],
  3514.                 ],
  3515.                 'monolog.handler.main' => [
  3516.                     'type' => 'exclusive',
  3517.                     'elements' => [
  3518.                         => 'event',
  3519.                     ],
  3520.                 ],
  3521.                 'monolog.handler.ginger_core_events' => [
  3522.                     'type' => 'inclusive',
  3523.                     'elements' => [
  3524.                         => 'ginger_core_events',
  3525.                     ],
  3526.                 ],
  3527.                 'monolog.handler.address_refactor' => [
  3528.                     'type' => 'inclusive',
  3529.                     'elements' => [
  3530.                         => 'address_refactor',
  3531.                     ],
  3532.                 ],
  3533.                 'monolog.handler.api' => [
  3534.                     'type' => 'inclusive',
  3535.                     'elements' => [
  3536.                         => 'api',
  3537.                     ],
  3538.                 ],
  3539.                 'monolog.handler.file_import_person' => [
  3540.                     'type' => 'inclusive',
  3541.                     'elements' => [
  3542.                         => 'file_import_person',
  3543.                     ],
  3544.                 ],
  3545.                 'monolog.handler.eyepin' => [
  3546.                     'type' => 'inclusive',
  3547.                     'elements' => [
  3548.                         => 'eyepin',
  3549.                     ],
  3550.                 ],
  3551.             ],
  3552.             'tetranz_select2_entity.config' => [
  3553.                 'minimum_input_length' => 1,
  3554.                 'page_limit' => 20,
  3555.                 'allow_clear' => true,
  3556.                 'delay' => 10,
  3557.                 'language' => 'de',
  3558.                 'scroll' => false,
  3559.                 'allow_add' => [
  3560.                     'enabled' => false,
  3561.                     'new_tag_text' => ' (NEW)',
  3562.                     'new_tag_prefix' => '__',
  3563.                     'tag_separators' => '[",", " "]',
  3564.                 ],
  3565.                 'theme' => 'default',
  3566.                 'cache' => true,
  3567.                 'cache_timeout' => 60000,
  3568.                 'width' => NULL,
  3569.                 'object_manager' => NULL,
  3570.                 'render_html' => false,
  3571.             ],
  3572.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  3573.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  3574.             'stof_doctrine_extensions.event_listener.blame.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\BlameListener',
  3575.             'stof_doctrine_extensions.default_locale' => 'de_AT',
  3576.             'stof_doctrine_extensions.translation_fallback' => false,
  3577.             'stof_doctrine_extensions.persist_default_translation' => false,
  3578.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  3579.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  3580.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  3581.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  3582.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  3583.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  3584.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  3585.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  3586.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  3587.             'misd_phone_number.serializer.default_region' => 'ZZ',
  3588.             'misd_phone_number.serializer.format' => 0,
  3589.             'misd_phone_number.validator.default_region' => 'ZZ',
  3590.             'misd_phone_number.validator.format' => 1,
  3591.             'knp_paginator.template.pagination' => '@DWGinger/crud/paginator_bootstrap.html.twig',
  3592.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  3593.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  3594.             'knp_paginator.page_range' => 5,
  3595.             'knp_paginator.page_limit' => NULL,
  3596.             'knp_menu.renderer.list.options' => [
  3597.             ],
  3598.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  3599.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  3600.             'knp_menu.renderer.twig.options' => [
  3601.             ],
  3602.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  3603.             'knp_menu.default_renderer' => 'twig',
  3604.             'fos_oauth_server.server.class' => 'OAuth2\\OAuth2',
  3605.             'fos_oauth_server.security.authentication.provider.class' => 'FOS\\OAuthServerBundle\\Security\\Authentication\\Provider\\OAuthProvider',
  3606.             'fos_oauth_server.security.authentication.listener.class' => 'FOS\\OAuthServerBundle\\Security\\Firewall\\OAuthListener',
  3607.             'fos_oauth_server.security.entry_point.class' => 'FOS\\OAuthServerBundle\\Security\\EntryPoint\\OAuthEntryPoint',
  3608.             'fos_oauth_server.server.options' => [
  3609.                 'access_token_lifetime' => 86400,
  3610.                 'refresh_token_lifetime' => 31536000,
  3611.             ],
  3612.             'fos_oauth_server.model_manager_name' => NULL,
  3613.             'fos_oauth_server.model.client.class' => 'DW\\GingerBundle\\Entity\\ApiClient',
  3614.             'fos_oauth_server.model.access_token.class' => 'DW\\GingerBundle\\Entity\\ApiAccessToken',
  3615.             'fos_oauth_server.model.refresh_token.class' => 'DW\\GingerBundle\\Entity\\ApiRefreshToken',
  3616.             'fos_oauth_server.model.auth_code.class' => 'DW\\GingerBundle\\Entity\\ApiAuthCode',
  3617.             'fos_oauth_server.authorize.form.type' => 'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType',
  3618.             'fos_oauth_server.authorize.form.name' => 'fos_oauth_server_authorize_form',
  3619.             'fos_oauth_server.authorize.form.validation_groups' => [
  3620.                 => 'Authorize',
  3621.                 => 'Default',
  3622.             ],
  3623.             'fos_elastica.property_accessor.magicCall' => 0,
  3624.             'fos_elastica.property_accessor.throwExceptionOnInvalidIndex' => 0,
  3625.             'fos_elastica.default_index' => 'admin_logs',
  3626.             'eight_points_guzzle.http_client.class' => 'GuzzleHttp\\Client',
  3627.             'eight_points_guzzle.formatter.class' => 'GuzzleHttp\\MessageFormatter',
  3628.             'eight_points_guzzle.symfony_log_formatter.class' => 'GuzzleHttp\\MessageFormatter',
  3629.             'eight_points_guzzle.data_collector.class' => 'EightPoints\\Bundle\\GuzzleBundle\\DataCollector\\HttpDataCollector',
  3630.             'eight_points_guzzle.logger.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Log\\Logger',
  3631.             'eight_points_guzzle.middleware.log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\LogMiddleware',
  3632.             'eight_points_guzzle.middleware.profile.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\ProfileMiddleware',
  3633.             'eight_points_guzzle.middleware.event_dispatcher.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\EventDispatchMiddleware',
  3634.             'eight_points_guzzle.middleware.request_time.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\RequestTimeMiddleware',
  3635.             'eight_points_guzzle.middleware.symfony_log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\SymfonyLogMiddleware',
  3636.             'eight_points_guzzle.symfony_log_formatter.pattern' => '{method} {uri} {code}',
  3637.             'eight_points_guzzle.middleware.class' => 'GuzzleHttp\\Middleware',
  3638.             'eight_points_guzzle.plugin.header.headers' => [
  3639.             ],
  3640.             'api_platform.enable_entrypoint' => true,
  3641.             'api_platform.enable_docs' => true,
  3642.             'api_platform.title' => '',
  3643.             'api_platform.description' => '',
  3644.             'api_platform.version' => '2.0.0',
  3645.             'api_platform.show_webby' => false,
  3646.             'api_platform.url_generation_strategy' => 1,
  3647.             'api_platform.exception_to_status' => [
  3648.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  3649.                 'ApiPlatform\\Core\\Exception\\InvalidArgumentException' => 400,
  3650.                 'ApiPlatform\\Core\\Exception\\FilterValidationException' => 400,
  3651.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  3652.             ],
  3653.             'api_platform.formats' => [
  3654.                 'jsonld' => [
  3655.                     => 'application/ld+json',
  3656.                 ],
  3657.                 'jsonhal' => [
  3658.                     => 'application/hal+json',
  3659.                 ],
  3660.                 'jsonapi' => [
  3661.                     => 'application/vnd.api+json',
  3662.                 ],
  3663.                 'json' => [
  3664.                     => 'application/json',
  3665.                 ],
  3666.                 'graphql' => [
  3667.                     => 'application/graphql',
  3668.                 ],
  3669.                 'xml' => [
  3670.                     => 'application/xml',
  3671.                     => 'text/xml',
  3672.                 ],
  3673.                 'yaml' => [
  3674.                     => 'application/x-yaml',
  3675.                 ],
  3676.                 'csv' => [
  3677.                     => 'text/csv',
  3678.                 ],
  3679.                 'html' => [
  3680.                     => 'text/html',
  3681.                 ],
  3682.             ],
  3683.             'api_platform.patch_formats' => [
  3684.                 'json' => [
  3685.                     => 'application/merge-patch+json',
  3686.                 ],
  3687.                 'jsonapi' => [
  3688.                     => 'application/vnd.api+json',
  3689.                 ],
  3690.             ],
  3691.             'api_platform.error_formats' => [
  3692.                 'jsonproblem' => [
  3693.                     => 'application/problem+json',
  3694.                 ],
  3695.                 'jsonld' => [
  3696.                     => 'application/ld+json',
  3697.                 ],
  3698.             ],
  3699.             'api_platform.allow_plain_identifiers' => false,
  3700.             'api_platform.eager_loading.enabled' => true,
  3701.             'api_platform.eager_loading.max_joins' => 30,
  3702.             'api_platform.eager_loading.fetch_partial' => false,
  3703.             'api_platform.eager_loading.force_eager' => true,
  3704.             'api_platform.collection.exists_parameter_name' => 'exists',
  3705.             'api_platform.collection.order' => 'ASC',
  3706.             'api_platform.collection.order_parameter_name' => 'order',
  3707.             'api_platform.collection.pagination.enabled' => true,
  3708.             'api_platform.collection.pagination.partial' => false,
  3709.             'api_platform.collection.pagination.client_enabled' => false,
  3710.             'api_platform.collection.pagination.client_items_per_page' => false,
  3711.             'api_platform.collection.pagination.client_partial' => false,
  3712.             'api_platform.collection.pagination.items_per_page' => 30,
  3713.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  3714.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  3715.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  3716.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  3717.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  3718.             'api_platform.collection.pagination' => [
  3719.                 'enabled' => true,
  3720.                 'partial' => false,
  3721.                 'client_enabled' => false,
  3722.                 'client_items_per_page' => false,
  3723.                 'client_partial' => false,
  3724.                 'items_per_page' => 30,
  3725.                 'maximum_items_per_page' => NULL,
  3726.                 'page_parameter_name' => 'page',
  3727.                 'enabled_parameter_name' => 'pagination',
  3728.                 'items_per_page_parameter_name' => 'itemsPerPage',
  3729.                 'partial_parameter_name' => 'partial',
  3730.             ],
  3731.             'api_platform.http_cache.etag' => true,
  3732.             'api_platform.http_cache.max_age' => NULL,
  3733.             'api_platform.http_cache.shared_max_age' => NULL,
  3734.             'api_platform.http_cache.vary' => [
  3735.                 => 'Accept',
  3736.             ],
  3737.             'api_platform.http_cache.public' => NULL,
  3738.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  3739.             'api_platform.asset_package' => NULL,
  3740.             'api_platform.defaults' => [
  3741.                 'attributes' => [
  3742.                 ],
  3743.             ],
  3744.             'api_platform.resource_class_directories' => [
  3745.                 => (\dirname(__DIR__4).'/src/Entity'),
  3746.                 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Entity'),
  3747.                 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/ApiPlatform/Resource'),
  3748.                 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity'),
  3749.             ],
  3750.             'api_platform.oauth.enabled' => true,
  3751.             'api_platform.oauth.clientId' => '',
  3752.             'api_platform.oauth.clientSecret' => '',
  3753.             'api_platform.oauth.type' => 'oauth2',
  3754.             'api_platform.oauth.flow' => 'password',
  3755.             'api_platform.oauth.tokenUrl' => '/oauth/v2/token',
  3756.             'api_platform.oauth.authorizationUrl' => '',
  3757.             'api_platform.oauth.refreshUrl' => '',
  3758.             'api_platform.oauth.scopes' => [
  3759.             ],
  3760.             'api_platform.openapi.termsOfService' => NULL,
  3761.             'api_platform.openapi.contact.name' => NULL,
  3762.             'api_platform.openapi.contact.url' => NULL,
  3763.             'api_platform.openapi.contact.email' => 'sfdev@datenwerk.at',
  3764.             'api_platform.openapi.license.name' => NULL,
  3765.             'api_platform.openapi.license.url' => NULL,
  3766.             'api_platform.swagger.versions' => [
  3767.                 => 3,
  3768.             ],
  3769.             'api_platform.enable_swagger_ui' => true,
  3770.             'api_platform.enable_re_doc' => false,
  3771.             'api_platform.swagger.api_keys' => [
  3772.             ],
  3773.             'api_platform.graphql.enabled' => true,
  3774.             'api_platform.graphql.graphiql.enabled' => false,
  3775.             'api_platform.graphql.graphql_playground.enabled' => true,
  3776.             'api_platform.graphql.collection.pagination' => [
  3777.                 'enabled' => true,
  3778.             ],
  3779.             'api_platform.graphql.default_ide' => 'graphiql',
  3780.             'api_platform.graphql.nesting_separator' => '_',
  3781.             'api_platform.validator.serialize_payload_fields' => [
  3782.             ],
  3783.             'api_platform.elasticsearch.enabled' => false,
  3784.             'storage_base_dir' => (\dirname(__DIR__3).'/storage'),
  3785.             'storage_default_dir' => 'default',
  3786.             'storage_imports_dir' => 'imports',
  3787.             'storage_exports_dir' => 'exports',
  3788.             'dw_ginger.model.person.class' => 'App\\Entity\\Contact',
  3789.             'dw_ginger.form.person.name' => 'dw_edit_contact',
  3790.             'dw_ginger.form.person.type' => 'App\\Form\\ContactType',
  3791.             'dw_ginger.model.tag.class' => 'DW\\GingerBundle\\Entity\\BaseTag',
  3792.             'dw_ginger.form.tag.name' => 'dw_ginger_crud_tag',
  3793.             'dw_ginger.form.tag.type' => 'DW\\GingerBundle\\Form\\Type\\TagType',
  3794.             'dw_ginger.model.attribute.class' => 'DW\\GingerBundle\\Entity\\BaseAttribute',
  3795.             'dw_ginger.form.attribute.name' => 'dw_ginger_crud_attribute',
  3796.             'dw_ginger.form.attribute.type' => 'DW\\GingerBundle\\Form\\Type\\AttributeType',
  3797.             'dw_ginger.search.extendedtype' => 'DW\\GingerBundle\\Form\\Type\\ExtendedSearchType',
  3798.             'dw_ginger.model.group.class' => 'App\\Entity\\Group',
  3799.             'dw_ginger.form.group.name' => 'dw_ginger_crud_group',
  3800.             'dw_ginger.form.group.type' => 'DW\\GingerBundle\\Form\\Type\\GroupType',
  3801.             'dw_ginger.mailer' => [
  3802.                 'from_name' => 'Ginger',
  3803.                 'from_mail' => 'sfdev@datenwerk.at',
  3804.             ],
  3805.             'dw_ginger.mailer.from_mail' => 'sfdev@datenwerk.at',
  3806.             'dw_ginger.route_prefix' => '',
  3807.             'data_collector.templates' => [
  3808.                 'data_collector.request' => [
  3809.                     => 'request',
  3810.                     => '@WebProfiler/Collector/request.html.twig',
  3811.                 ],
  3812.                 'api_platform.data_collector.request' => [
  3813.                     => 'api_platform.data_collector.request',
  3814.                     => '@ApiPlatform/DataCollector/request.html.twig',
  3815.                 ],
  3816.                 'data_collector.time' => [
  3817.                     => 'time',
  3818.                     => '@WebProfiler/Collector/time.html.twig',
  3819.                 ],
  3820.                 'data_collector.memory' => [
  3821.                     => 'memory',
  3822.                     => '@WebProfiler/Collector/memory.html.twig',
  3823.                 ],
  3824.                 'data_collector.validator' => [
  3825.                     => 'validator',
  3826.                     => '@WebProfiler/Collector/validator.html.twig',
  3827.                 ],
  3828.                 'data_collector.ajax' => [
  3829.                     => 'ajax',
  3830.                     => '@WebProfiler/Collector/ajax.html.twig',
  3831.                 ],
  3832.                 'data_collector.form' => [
  3833.                     => 'form',
  3834.                     => '@WebProfiler/Collector/form.html.twig',
  3835.                 ],
  3836.                 'data_collector.exception' => [
  3837.                     => 'exception',
  3838.                     => '@WebProfiler/Collector/exception.html.twig',
  3839.                 ],
  3840.                 'data_collector.logger' => [
  3841.                     => 'logger',
  3842.                     => '@WebProfiler/Collector/logger.html.twig',
  3843.                 ],
  3844.                 'data_collector.events' => [
  3845.                     => 'events',
  3846.                     => '@WebProfiler/Collector/events.html.twig',
  3847.                 ],
  3848.                 'data_collector.router' => [
  3849.                     => 'router',
  3850.                     => '@WebProfiler/Collector/router.html.twig',
  3851.                 ],
  3852.                 'data_collector.cache' => [
  3853.                     => 'cache',
  3854.                     => '@WebProfiler/Collector/cache.html.twig',
  3855.                 ],
  3856.                 'data_collector.translation' => [
  3857.                     => 'translation',
  3858.                     => '@WebProfiler/Collector/translation.html.twig',
  3859.                 ],
  3860.                 'data_collector.security' => [
  3861.                     => 'security',
  3862.                     => '@Security/Collector/security.html.twig',
  3863.                 ],
  3864.                 'data_collector.twig' => [
  3865.                     => 'twig',
  3866.                     => '@WebProfiler/Collector/twig.html.twig',
  3867.                 ],
  3868.                 'data_collector.http_client' => [
  3869.                     => 'http_client',
  3870.                     => '@WebProfiler/Collector/http_client.html.twig',
  3871.                 ],
  3872.                 'data_collector.doctrine' => [
  3873.                     => 'db',
  3874.                     => '@Doctrine/Collector/db.html.twig',
  3875.                 ],
  3876.                 'data_collector.dump' => [
  3877.                     => 'dump',
  3878.                     => '@Debug/Profiler/dump.html.twig',
  3879.                 ],
  3880.                 'data_collector.messenger' => [
  3881.                     => 'messenger',
  3882.                     => '@WebProfiler/Collector/messenger.html.twig',
  3883.                 ],
  3884.                 'mailer.data_collector' => [
  3885.                     => 'mailer',
  3886.                     => '@WebProfiler/Collector/mailer.html.twig',
  3887.                 ],
  3888.                 'notifier.data_collector' => [
  3889.                     => 'notifier',
  3890.                     => '@WebProfiler/Collector/notifier.html.twig',
  3891.                 ],
  3892.                 'fos_elastica.data_collector' => [
  3893.                     => 'elastica',
  3894.                     => '@FOSElastica/Collector/elastica.html.twig',
  3895.                 ],
  3896.                 'data_collector.config' => [
  3897.                     => 'config',
  3898.                     => '@WebProfiler/Collector/config.html.twig',
  3899.                 ],
  3900.             ],
  3901.             'sonata.exporter.writer.csv.with_bom' => true,
  3902.             'console.command.ids' => [
  3903.             ],
  3904.         ];
  3905.     }
  3906.     protected function throw($message)
  3907.     {
  3908.         throw new RuntimeException($message);
  3909.     }
  3910. }