var/cache/dev/ContainerYeXkdny/App_KernelDevDebugContainer.php line 2396

Open in your IDE?
  1. <?php
  2. namespace ContainerYeXkdny;
  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.             'app.payum.paybynet.factory' => 'getApp_Payum_Paybynet_FactoryService',
  35.             'cache.app' => 'getCache_AppService',
  36.             'cache.system' => 'getCache_SystemService',
  37.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  38.             'doctrine' => 'getDoctrineService',
  39.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  40.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  41.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  42.             'event_dispatcher' => 'getEventDispatcherService',
  43.             'http_kernel' => 'getHttpKernelService',
  44.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  45.             'payum' => 'getPayumService',
  46.             'payum.action.get_http_request' => 'getPayum_Action_GetHttpRequestService',
  47.             'payum.action.obtain_credit_card_builder' => 'getPayum_Action_ObtainCreditCardBuilderService',
  48.             'payum.builder' => 'getPayum_BuilderService',
  49.             'payum.profiler.payum_collector' => 'getPayum_Profiler_PayumCollectorService',
  50.             'payum.security.token_storage' => 'getPayum_Security_TokenStorageService',
  51.             'payum.static_registry' => 'getPayum_StaticRegistryService',
  52.             'request_stack' => 'getRequestStackService',
  53.             'router' => 'getRouterService',
  54.             'translator' => 'getTranslatorService',
  55.             'profiler' => 'getProfilerService',
  56.         ];
  57.         $this->fileMap = [
  58.             'Abap\\AdminBundle\\Controller\\StartPoint\\DashboardAction' => 'getDashboardActionService',
  59.             'Abap\\AdminBundle\\Controller\\StartPoint\\LoginAction' => 'getLoginActionService',
  60.             'Abap\\KendoUiAdminThemeBundle\\Controller\\DictionaryController' => 'getDictionaryControllerService',
  61.             'Abap\\LoginGovBundle\\Controller\\Api\\LoginGovAcsAction' => 'getLoginGovAcsActionService',
  62.             'Abap\\LoginGovBundle\\Controller\\Api\\LoginGovFormDataAction' => 'getLoginGovFormDataActionService',
  63.             'Abap\\NotifierBundle\\Collection\\NotificationMethodCollection' => 'getNotificationMethodCollectionService',
  64.             'Abap\\NotifierBundle\\Collection\\NotificationTypeCollection' => 'getNotificationTypeCollectionService',
  65.             'Abap\\NotifierBundle\\Doctrine\\NotifierMappingDriverChain' => 'getNotifierMappingDriverChainService',
  66.             'Abap\\NotifierBundle\\Method\\EmailNotificationMethod' => 'getEmailNotificationMethodService',
  67.             'Abap\\NotifierBundle\\RenderEngine\\TwigRenderEngine' => 'getTwigRenderEngineService',
  68.             'Abap\\NotifierBundle\\Repository\\NotificationTemplateRepository' => 'getNotificationTemplateRepositoryService',
  69.             'Abap\\PaymentBundle\\Console\\PaymentSyncCommand' => 'getPaymentSyncCommandService',
  70.             'Abap\\PaymentBundle\\Controller\\DoneController' => 'getDoneControllerService',
  71.             'Abap\\PaymentBundle\\Controller\\NotifyController' => 'getNotifyControllerService',
  72.             'Abap\\PaymentBundle\\Controller\\PurchaseController' => 'getPurchaseControllerService',
  73.             'App\\Controller\\AdminPage\\CustomPageController' => 'getCustomPageControllerService',
  74.             'App\\Controller\\AdminPage\\LoginAction' => 'getLoginAction2Service',
  75.             'App\\Controller\\AdminPage\\NotificationController' => 'getNotificationControllerService',
  76.             'App\\Controller\\Admin\\ApplicantController' => 'getApplicantControllerService',
  77.             'App\\Controller\\Admin\\ApplicationController' => 'getApplicationControllerService',
  78.             'App\\Controller\\Admin\\ApplicationResolveController' => 'getApplicationResolveControllerService',
  79.             'App\\Controller\\Admin\\Attachment\\AttachmentController' => 'getAttachmentControllerService',
  80.             'App\\Controller\\Admin\\DictionaryController' => 'getDictionaryController2Service',
  81.             'App\\Controller\\Admin\\DocumentTemplate\\DocumentTemplateController' => 'getDocumentTemplateControllerService',
  82.             'App\\Controller\\Admin\\NotificationController' => 'getNotificationController2Service',
  83.             'App\\Controller\\Admin\\NotificationTemplate\\NotificationTemplateController' => 'getNotificationTemplateControllerService',
  84.             'App\\Controller\\Admin\\ServiceController' => 'getServiceControllerService',
  85.             'App\\Controller\\Admin\\SubpagesController' => 'getSubpagesControllerService',
  86.             'App\\Controller\\Admin\\SurveyAttachmentController' => 'getSurveyAttachmentControllerService',
  87.             'App\\Controller\\Admin\\SurveyController' => 'getSurveyControllerService',
  88.             'App\\Controller\\Admin\\SurveyQuestionChoiceController' => 'getSurveyQuestionChoiceControllerService',
  89.             'App\\Controller\\Admin\\SurveyQuestionController' => 'getSurveyQuestionControllerService',
  90.             'App\\Controller\\Admin\\User\\PaymentController' => 'getPaymentControllerService',
  91.             'App\\Controller\\Admin\\User\\PaymentStatusDictionaryController' => 'getPaymentStatusDictionaryControllerService',
  92.             'App\\Controller\\Admin\\User\\PortalUserController' => 'getPortalUserControllerService',
  93.             'App\\Controller\\Admin\\User\\UserController' => 'getUserControllerService',
  94.             'App\\Controller\\Admin\\User\\UserNotificationController' => 'getUserNotificationControllerService',
  95.             'App\\Controller\\Admin\\User\\UserStatusDictionaryController' => 'getUserStatusDictionaryControllerService',
  96.             'App\\Controller\\Api\\Payment\\DoneAction' => 'getDoneActionService',
  97.             'App\\Controller\\Api\\Payment\\PurchaseAction' => 'getPurchaseActionService',
  98.             'App\\Controller\\Api\\Payment\\SyncStatusAction' => 'getSyncStatusActionService',
  99.             'App\\Controller\\Api\\Payment\\TestPaymentReturnController' => 'getTestPaymentReturnControllerService',
  100.             'App\\Controller\\ApplicationSignAttachmentsController' => 'getApplicationSignAttachmentsControllerService',
  101.             'App\\Controller\\ApproveApplicationController' => 'getApproveApplicationControllerService',
  102.             'App\\Controller\\ChangePasswordAction' => 'getChangePasswordActionService',
  103.             'App\\Controller\\CreateAttachmentAction' => 'getCreateAttachmentActionService',
  104.             'App\\Controller\\DownloadAttachmentAction' => 'getDownloadAttachmentActionService',
  105.             'App\\Controller\\FakeSignApplicationController' => 'getFakeSignApplicationControllerService',
  106.             'App\\Controller\\GenerateNewTokenAction' => 'getGenerateNewTokenActionService',
  107.             'App\\Controller\\GetApplicationCostForecastController' => 'getGetApplicationCostForecastControllerService',
  108.             'App\\Controller\\GetCurrentUserAction' => 'getGetCurrentUserActionService',
  109.             'App\\Controller\\GetPaymentConfirmationAction' => 'getGetPaymentConfirmationActionService',
  110.             'App\\Controller\\GetUpdAction' => 'getGetUpdActionService',
  111.             'App\\Controller\\LoginGovCallbackController' => 'getLoginGovCallbackControllerService',
  112.             'App\\Controller\\OnlyOfficeFileAction' => 'getOnlyOfficeFileActionService',
  113.             'App\\Controller\\OnlyOfficeFileTrackAction' => 'getOnlyOfficeFileTrackActionService',
  114.             'App\\Controller\\SendApplicationController' => 'getSendApplicationControllerService',
  115.             'App\\Controller\\UpdateCurrentUserAction' => 'getUpdateCurrentUserActionService',
  116.             'App\\Service\\DocumentTemplate\\ProcessorModifier\\AttachmentImageModifier' => 'getAttachmentImageModifierService',
  117.             'App\\Service\\DocumentTemplate\\ProcessorModifier\\CastToStringModifier' => 'getCastToStringModifierService',
  118.             'App\\Service\\DocumentTemplate\\ProcessorModifier\\CollectionExtractModifier' => 'getCollectionExtractModifierService',
  119.             'App\\Service\\DocumentTemplate\\ProcessorModifier\\CountModifier' => 'getCountModifierService',
  120.             'App\\Service\\DocumentTemplate\\ProcessorModifier\\DateFormatModifier' => 'getDateFormatModifierService',
  121.             'App\\Service\\DocumentTemplate\\ProcessorModifier\\IntlDateFormatModifier' => 'getIntlDateFormatModifierService',
  122.             'App\\Service\\DocumentTemplate\\ProcessorModifier\\ManualCounterModifier' => 'getManualCounterModifierService',
  123.             'App\\Service\\DocumentTemplate\\ProcessorModifier\\MoneyToWordsModifier' => 'getMoneyToWordsModifierService',
  124.             'App\\Service\\DocumentTemplate\\ProcessorModifier\\NumberFormatModifier' => 'getNumberFormatModifierService',
  125.             'App\\Service\\DocumentTemplate\\ProcessorModifier\\NumberToWordsModifier' => 'getNumberToWordsModifierService',
  126.             'App\\Service\\DocumentTemplate\\ProcessorModifier\\PerMilleToWordsModifier' => 'getPerMilleToWordsModifierService',
  127.             'App\\Service\\DocumentTemplate\\ProcessorModifier\\PhpFunctionModifier' => 'getPhpFunctionModifierService',
  128.             'App\\Service\\DocumentTemplate\\ProcessorModifier\\RunModifier' => 'getRunModifierService',
  129.             'App\\Service\\DocumentTemplate\\ProcessorModifier\\TextLengthTrimModifier' => 'getTextLengthTrimModifierService',
  130.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  131.             'Payum\\Bundle\\PayumBundle\\Controller\\AuthorizeController' => 'getAuthorizeControllerService',
  132.             'Payum\\Bundle\\PayumBundle\\Controller\\CancelController' => 'getCancelControllerService',
  133.             'Payum\\Bundle\\PayumBundle\\Controller\\CaptureController' => 'getCaptureControllerService',
  134.             'Payum\\Bundle\\PayumBundle\\Controller\\NotifyController' => 'getNotifyController2Service',
  135.             'Payum\\Bundle\\PayumBundle\\Controller\\PayoutController' => 'getPayoutControllerService',
  136.             'Payum\\Bundle\\PayumBundle\\Controller\\RefundController' => 'getRefundControllerService',
  137.             'Payum\\Bundle\\PayumBundle\\Controller\\SyncController' => 'getSyncControllerService',
  138.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  139.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  140.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  141.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  142.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  143.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  144.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  145.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  146.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  147.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.attachment' => 'getSmartUniqueNamer_AttachmentService',
  148.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.template_attachment' => 'getSmartUniqueNamer_TemplateAttachmentService',
  149.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  150.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  151.             'abap_payment.payum_action.authorize_payment' => 'getAbapPayment_PayumAction_AuthorizePaymentService',
  152.             'abap_payment.payum_action.capture_payment' => 'getAbapPayment_PayumAction_CapturePaymentService',
  153.             'abap_payment.payum_action.execute_same_request_with_payment_details' => 'getAbapPayment_PayumAction_ExecuteSameRequestWithPaymentDetailsService',
  154.             'abap_payment.payum_extension.redirect_to_json_response' => 'getAbapPayment_PayumExtension_RedirectToJsonResponseService',
  155.             'abap_payment.payum_extension.update_payment_status_extension' => 'getAbapPayment_PayumExtension_UpdatePaymentStatusExtensionService',
  156.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  157.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  158.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  159.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  160.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  161.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  162.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  163.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  164.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  165.             'app.payum.extension.event_dispatcher' => 'getApp_Payum_Extension_EventDispatcherService',
  166.             'cache.app_clearer' => 'getCache_AppClearerService',
  167.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  168.             'cache.system_clearer' => 'getCache_SystemClearerService',
  169.             'cache_warmer' => 'getCacheWarmerService',
  170.             'console.command_loader' => 'getConsole_CommandLoaderService',
  171.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  172.             'error_controller' => 'getErrorControllerService',
  173.             'knp_snappy.image' => 'getKnpSnappy_ImageService',
  174.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  175.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  176.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  177.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  178.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  179.             'payum.converter.reply_to_http_response' => 'getPayum_Converter_ReplyToHttpResponseService',
  180.             'payum.extension.log_executed_actions' => 'getPayum_Extension_LogExecutedActionsService',
  181.             'payum.extension.logger' => 'getPayum_Extension_LoggerService',
  182.             'payum.extension.storage.app_entity_payment' => 'getPayum_Extension_Storage_AppEntityPaymentService',
  183.             'payum.form.extension.gateway_factories_choice' => 'getPayum_Form_Extension_GatewayFactoriesChoiceService',
  184.             'payum.form.type.credit_card' => 'getPayum_Form_Type_CreditCardService',
  185.             'payum.form.type.credit_card_expiration_date' => 'getPayum_Form_Type_CreditCardExpirationDateService',
  186.             'payum.form.type.gateway_config' => 'getPayum_Form_Type_GatewayConfigService',
  187.             'payum.form.type.gateway_factories_choice' => 'getPayum_Form_Type_GatewayFactoriesChoiceService',
  188.             'payum.listener.reply_to_http_response' => 'getPayum_Listener_ReplyToHttpResponseService',
  189.             'payum.storage.abap_paymentbundle_model_paymentsecuritytoken' => 'getPayum_Storage_AbapPaymentbundleModelPaymentsecuritytokenService',
  190.             'payum.storage.app_entity_payment' => 'getPayum_Storage_AppEntityPaymentService',
  191.             'routing.loader' => 'getRouting_LoaderService',
  192.             'services_resetter' => 'getServicesResetterService',
  193.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  194.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  195.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  196.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  197.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  198.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  199.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  200.         ];
  201.         $this->aliases = [
  202.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  203.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  204.             'App\\Kernel' => 'kernel',
  205.             'Payum\\Core\\Payum' => 'payum',
  206.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  207.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  208.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  209.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  210.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  211.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  212.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  213.             'database_connection' => 'doctrine.dbal.default_connection',
  214.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  215.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  216.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  217.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  218.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  219.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  220.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  221.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  222.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  223.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  224.         ];
  225.         $this->privates['service_container'] = function () {
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  232.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  234.             include_once \dirname(__DIR__4).'/src/EventSubscriber/NotificationReadSubscriber.php';
  235.             include_once \dirname(__DIR__4).'/src/Service/DictionaryService.php';
  236.             include_once \dirname(__DIR__4).'/src/Service/NotificationService.php';
  237.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/Builder/GatewayFactoryBuilder.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  247.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  272.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  279.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  306.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  318.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  319.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  320.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  321.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  343.             include_once \dirname(__DIR__4).'/src/Serializer/AttachmentNormalizer.php';
  344.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/RamseyUuid/Serializer/UuidDenormalizer.php';
  345.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  346.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  352.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  353.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  354.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  355.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  357.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  358.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  359.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  360.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  361.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  362.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  363.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  364.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  367.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  368.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  369.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  370.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  371.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  372.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  373.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  386.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  387.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  388.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  392.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  397.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  451.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  453.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  455.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  456.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  457.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  458.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  459.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  460.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  461.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  462.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  463.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/abap/theme-bundle/src/Twig/Loader/ThemedTemplateLoader.php';
  465.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  466.             include_once \dirname(__DIR__4).'/vendor/abap/theme-bundle/src/Twig/Locator/TemplateLocatorInterface.php';
  467.             include_once \dirname(__DIR__4).'/vendor/abap/theme-bundle/src/Twig/Locator/ThemeTemplateLocator.php';
  468.             include_once \dirname(__DIR__4).'/vendor/abap/theme-bundle/src/PathResolver/OrderedPathResolverRegistryInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/abap/theme-bundle/src/PathResolver/OrderedPathResolverRegistry.php';
  470.             include_once \dirname(__DIR__4).'/vendor/abap/theme-bundle/src/PathResolver/PathResolverInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/abap/theme-bundle/src/PathResolver/ApplicationThemePathResolver.php';
  472.             include_once \dirname(__DIR__4).'/vendor/abap/theme-bundle/src/PathResolver/ThemePathResolver.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  474.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  500.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  501.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  502.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  503.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelperInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  505.             include_once \dirname(__DIR__4).'/vendor/abap/kendoui-admin-theme-bundle/src/Twig/JsExtension.php';
  506.             include_once \dirname(__DIR__4).'/vendor/abap/kendoui-admin-theme-bundle/src/Twig/UrlExtension.php';
  507.             include_once \dirname(__DIR__4).'/vendor/abap/kendoui-admin-theme-bundle/src/Twig/FormExtension.php';
  508.             include_once \dirname(__DIR__4).'/src/Bundle/AbapMenuBundle/src/Twig/AbapMenuTwigExtension.php';
  509.             include_once \dirname(__DIR__4).'/src/Bundle/AbapMenuBundle/src/Resolver/MenuItemsResolverInterface.php';
  510.             include_once \dirname(__DIR__4).'/src/Bundle/AbapMenuBundle/src/Resolver/MenuItemsResolver.php';
  511.             include_once \dirname(__DIR__4).'/src/Bundle/AbapMenuBundle/src/Provider/BundleConfigurationProviderInterface.php';
  512.             include_once \dirname(__DIR__4).'/src/Bundle/AbapMenuBundle/src/Provider/BundleConfigurationProvider.php';
  513.             include_once \dirname(__DIR__4).'/src/Bundle/AbapMenuBundle/src/ShowItemPreventionChecker/ShowItemPreventionCheckerInterface.php';
  514.             include_once \dirname(__DIR__4).'/src/Bundle/AbapMenuBundle/src/ShowItemPreventionChecker/ShowItemPreventionCheckersChain.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  522.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  525.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  536.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  550.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  557.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  558.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  559.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  561.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  562.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  563.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  564.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  565.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  566.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  567.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  568.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  569.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  572.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  573.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  574.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  575.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  576.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  577.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  578.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  579.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  580.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  581.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  582.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  583.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  584.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  585.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  586.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  587.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  588.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  589.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  590.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  591.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  592.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  594.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  596.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  597.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  605.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  607.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  615.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  616.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  617.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  618.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  619.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  620.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  621.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/UriVariablesResolverTrait.php';
  622.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/IriConverter.php';
  623.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractorInterface.php';
  624.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractor.php';
  625.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  626.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UriVariablesConverterInterface.php';
  627.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UriVariablesConverter.php';
  628.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/ProviderInterface.php';
  629.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/CallableProvider.php';
  630.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/LegacyIriConverter.php';
  631.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IriConverterInterface.php';
  632.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  633.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/IriConverter.php';
  634.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
  635.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  636.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
  637.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolver.php';
  638.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  639.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  640.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  641.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  642.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  643.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  644.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  645.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  646.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  647.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  648.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  649.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  650.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  651.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  652.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  653.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  654.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  655.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  656.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  657.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AttributesResourceNameCollectionFactory.php';
  658.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  659.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  660.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  661.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  662.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  663.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  664.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  665.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  666.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  667.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  668.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  669.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  670.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  671.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  672.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  673.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  674.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  675.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  676.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  677.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  678.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  679.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  680.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  681.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  682.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  683.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  684.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  685.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  686.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  687.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  688.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  689.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  690.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  691.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorTrait.php';
  692.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/XmlResourceExtractor.php';
  693.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractPropertyExtractor.php';
  694.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/XmlPropertyExtractor.php';
  695.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  696.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  697.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  698.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/DeprecationMetadataTrait.php';
  699.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  700.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/AttributePropertyMetadataFactory.php';
  701.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  702.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  703.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  704.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyMetadataFactory.php';
  705.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/LegacyPropertyMetadataFactory.php';
  706.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceMetadataCollectionFactoryInterface.php';
  707.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceMetadataCollectionFactory.php';
  708.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/Orm/Metadata/Resource/DoctrineOrmResourceCollectionMetadataFactory.php';
  709.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/PhpDocResourceMetadataCollectionFactory.php';
  710.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AlternateUriResourceMetadataCollectionFactory.php';
  711.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/FiltersResourceMetadataCollectionFactory.php';
  712.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/FormatsResourceMetadataCollectionFactory.php';
  713.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/InputOutputResourceMetadataCollectionFactory.php';
  714.             include_once \dirname(__DIR__4).'/src/ApiPlatform/Metadata/Resource/Factory/CustomDefaultOperationNameResourceMetadataCollectionFactory.php';
  715.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/OperationNameResourceMetadataCollectionFactory.php';
  716.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LinkResourceMetadataCollectionFactory.php';
  717.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LinkFactoryInterface.php';
  718.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LinkFactory.php';
  719.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/UriTemplateResourceMetadataCollectionFactory.php';
  720.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/NotExposedOperationResourceMetadataCollectionFactory.php';
  721.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/DeprecationMetadataTrait.php';
  722.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataCollectionFactory.php';
  723.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LegacySubresourceMetadataResourceMetadataCollectionFactory.php';
  724.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LegacyResourceMetadataResourceMetadataCollectionFactory.php';
  725.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AttributesResourceMetadataCollectionFactory.php';
  726.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/YamlResourceExtractor.php';
  727.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/YamlPropertyExtractor.php';
  728.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  729.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  730.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  731.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  732.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  733.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  734.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  735.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  736.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactoryInterface.php';
  737.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/JsonSchema/SchemaFactory.php';
  738.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactory.php';
  739.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  740.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  741.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  742.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  743.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  744.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  745.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  746.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  747.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  748.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  749.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  750.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  751.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  752.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  753.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  754.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  755.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ReadListener.php';
  756.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  757.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  758.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  759.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  760.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  761.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  762.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  763.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  764.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  765.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  766.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  767.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  768.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  769.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  770.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  771.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  772.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  773.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  774.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php';
  775.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  776.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  777.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  778.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  779.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  780.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  781.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  782.             include_once \dirname(__DIR__4).'/vendor/abap/theme-bundle/src/Context/ThemeContextInterface.php';
  783.             include_once \dirname(__DIR__4).'/vendor/abap/theme-bundle/src/Context/ThemeContext.php';
  784.             include_once \dirname(__DIR__4).'/vendor/abap/theme-bundle/src/ThemeRegistry.php';
  785.             include_once \dirname(__DIR__4).'/vendor/abap/theme-bundle/src/ThemeInterface.php';
  786.             include_once \dirname(__DIR__4).'/vendor/abap/kendoui-admin-theme-bundle/src/KendoUiAdminTheme.php';
  787.             include_once \dirname(__DIR__4).'/vendor/abap/application-context-bundle/src/ConfigurationLoader/ConfigurationLoaderRegistry.php';
  788.             include_once \dirname(__DIR__4).'/vendor/abap/application-context-bundle/src/ConfigurationLoader/ConfigurationLoaderInterface.php';
  789.             include_once \dirname(__DIR__4).'/vendor/abap/application-context-bundle/src/ConfigurationLoader/BaseApplicationLoader.php';
  790.             include_once \dirname(__DIR__4).'/vendor/abap/application-context-bundle/src/ConfigurationLoader/PathResolver/PathResolverInterface.php';
  791.             include_once \dirname(__DIR__4).'/vendor/abap/application-context-bundle/src/ConfigurationLoader/PathResolver/ApplicationPathResolver.php';
  792.             include_once \dirname(__DIR__4).'/vendor/abap/application-context-bundle/src/Context/ApplicationContextRegistry.php';
  793.             include_once \dirname(__DIR__4).'/vendor/abap/application-context-bundle/src/EventSubscriber/ApplicationContextSubscriber.php';
  794.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/PayumBuilder.php';
  795.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/Builder/HttpRequestVerifierBuilder.php';
  796.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/Builder/TokenFactoryBuilder.php';
  797.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  798.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  799.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/Builder/CoreGatewayFactoryBuilder.php';
  800.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Registry/GatewayRegistryInterface.php';
  801.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Registry/GatewayFactoryRegistryInterface.php';
  802.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Registry/StorageRegistryInterface.php';
  803.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Registry/RegistryInterface.php';
  804.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Payum.php';
  805.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Registry/AbstractRegistry.php';
  806.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/ContainerAwareRegistry.php';
  807.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Storage/StorageInterface.php';
  808.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Storage/AbstractStorage.php';
  809.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Doctrine/Storage/DoctrineStorage.php';
  810.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/Builder/ObtainCreditCardActionBuilder.php';
  811.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Action/ActionInterface.php';
  812.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/Action/GetHttpRequestAction.php';
  813.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Extension/ExtensionInterface.php';
  814.             include_once \dirname(__DIR__4).'/vendor/payum/payum-bundle/Profiler/PayumCollector.php';
  815.             include_once \dirname(__DIR__4).'/vendor/abap/payment-bundle/src/Handler/NotifyRequest/NotifyRequestHandlerInterface.php';
  816.             include_once \dirname(__DIR__4).'/vendor/abap/payment-bundle/src/Handler/NotifyRequest/CompositeNotifyRequestHandler.php';
  817.             include_once \dirname(__DIR__4).'/vendor/abap/payment-bundle/src/Handler/NotifyRequest/PayByNetNotifyRequestHandler.php';
  818.             include_once \dirname(__DIR__4).'/vendor/abap/payment-bundle/src/EventListener/TokenLessNotificationRequestListener.php';
  819.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  820.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  821.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  822.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  823.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  824.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  825.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  826.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  827.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  828.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  829.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  830.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  831.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  832.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  833.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  834.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  835.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  836.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  837.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  838.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  839.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  840.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  841.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  842.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  843.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  844.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  845.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  846.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  847.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  848.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  849.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  850.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  851.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  852.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  853.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  854.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  855.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  856.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  857.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  858.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  859.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  860.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  861.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  862.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  863.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  864.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  865.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  866.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  867.         };
  868.     }
  869.     public function compile(): void
  870.     {
  871.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  872.     }
  873.     public function isCompiled(): bool
  874.     {
  875.         return true;
  876.     }
  877.     public function getRemovedIds(): array
  878.     {
  879.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  880.     }
  881.     protected function load($file$lazyLoad true)
  882.     {
  883.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  884.             return $class::do($this$lazyLoad);
  885.         }
  886.         if ('.' === $file[-4]) {
  887.             $class substr($class0, -4);
  888.         } else {
  889.             $file .= '.php';
  890.         }
  891.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  892.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  893.     }
  894.     protected function createProxy($class\Closure $factory)
  895.     {
  896.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  897.         return $factory();
  898.     }
  899.     /**
  900.      * Gets the public '.container.private.profiler' shared service.
  901.      *
  902.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  903.      */
  904.     protected function get_Container_Private_ProfilerService()
  905.     {
  906.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  907.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  908.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  909.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  910.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  911.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  912.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  913.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  914.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  915.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  916.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  917.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  918.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  919.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  920.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  921.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  922.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  923.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  924.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  925.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  926.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  927.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  928.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  929.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  930.         $d->addInstance('api_platform.cache.metadata.property', ($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()));
  931.         $d->addInstance('api_platform.cache.metadata.resource_collection', ($this->privates['api_platform.cache.metadata.resource_collection'] ?? $this->getApiPlatform_Cache_Metadata_ResourceCollectionService()));
  932.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  933.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  934.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  935.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  936.         if ($this->has('kernel')) {
  937.             $f->setKernel($b);
  938.         }
  939.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  940.         $instance->add(new \ApiPlatform\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), ($this->privates['api_platform.collection_data_provider'] ?? $this->getApiPlatform_CollectionDataProviderService()), ($this->privates['api_platform.item_data_provider'] ?? $this->getApiPlatform_ItemDataProviderService()), ($this->privates['api_platform.subresource_data_provider'] ?? $this->getApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.data_persister'] ?? $this->getApiPlatform_DataPersisterService())));
  941.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  942.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  943.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService())));
  944.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  945.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  946.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  947.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  948.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  949.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  950.         $instance->add($d);
  951.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  952.         $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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($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())));
  953.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->privates['twig'] ?? $this->getTwigService())));
  954.         $instance->add($e);
  955.         $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([])))));
  956.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  957.         $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()))));
  958.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  959.         $instance->add(($this->services['payum.profiler.payum_collector'] ?? ($this->services['payum.profiler.payum_collector'] = new \Payum\Bundle\PayumBundle\Profiler\PayumCollector())));
  960.         $instance->add($f);
  961.         return $instance;
  962.     }
  963.     /**
  964.      * Gets the public 'app.payum.paybynet.factory' shared autowired service.
  965.      *
  966.      * @return \Payum\Core\Bridge\Symfony\Builder\GatewayFactoryBuilder
  967.      */
  968.     protected function getApp_Payum_Paybynet_FactoryService()
  969.     {
  970.         return $this->services['app.payum.paybynet.factory'] = new \Payum\Core\Bridge\Symfony\Builder\GatewayFactoryBuilder('Aspello\\Payum\\PayByNet\\PayByNetGatewayFactory');
  971.     }
  972.     /**
  973.      * Gets the public 'cache.app' shared service.
  974.      *
  975.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  976.      */
  977.     protected function getCache_AppService()
  978.     {
  979.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('dbGNrYwir7'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  980.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  981.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  982.     }
  983.     /**
  984.      * Gets the public 'cache.system' shared service.
  985.      *
  986.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  987.      */
  988.     protected function getCache_SystemService()
  989.     {
  990.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('D1fjiE38xI'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  991.     }
  992.     /**
  993.      * Gets the public 'cache.validator_expression_language' shared service.
  994.      *
  995.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  996.      */
  997.     protected function getCache_ValidatorExpressionLanguageService()
  998.     {
  999.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ihJ8j3s3g8'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1000.     }
  1001.     /**
  1002.      * Gets the public 'doctrine' shared service.
  1003.      *
  1004.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1005.      */
  1006.     protected function getDoctrineService()
  1007.     {
  1008.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1009.     }
  1010.     /**
  1011.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1012.      *
  1013.      * @return \Doctrine\DBAL\Connection
  1014.      */
  1015.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1016.     {
  1017.         $a = new \Doctrine\DBAL\Configuration();
  1018.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1019.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1020.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1021.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1022.         $c = 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))));
  1023.         $c->setConnectionName('default');
  1024.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1025.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1026.             'App\\EventSubscriber\\UserSubscriber' => ['privates''App\\EventSubscriber\\UserSubscriber''getUserSubscriberService'true],
  1027.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1028.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1029.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1030.             'gedmo.listener.blameable' => ['privates''gedmo.listener.blameable''getGedmo_Listener_BlameableService'true],
  1031.             'gedmo.listener.softdeleteable' => ['privates''gedmo.listener.softdeleteable''getGedmo_Listener_SoftdeleteableService'true],
  1032.             'gedmo.listener.timestampable' => ['privates''gedmo.listener.timestampable''getGedmo_Listener_TimestampableService'true],
  1033.             'vich_uploader.listener.clean.attachment' => ['privates''vich_uploader.listener.clean.attachment''getVichUploader_Listener_Clean_AttachmentService'true],
  1034.             'vich_uploader.listener.clean.template_attachment' => ['privates''vich_uploader.listener.clean.template_attachment''getVichUploader_Listener_Clean_TemplateAttachmentService'true],
  1035.             'vich_uploader.listener.remove.attachment' => ['privates''vich_uploader.listener.remove.attachment''getVichUploader_Listener_Remove_AttachmentService'true],
  1036.             'vich_uploader.listener.remove.template_attachment' => ['privates''vich_uploader.listener.remove.template_attachment''getVichUploader_Listener_Remove_TemplateAttachmentService'true],
  1037.             'vich_uploader.listener.upload.attachment' => ['privates''vich_uploader.listener.upload.attachment''getVichUploader_Listener_Upload_AttachmentService'true],
  1038.             'vich_uploader.listener.upload.template_attachment' => ['privates''vich_uploader.listener.upload.template_attachment''getVichUploader_Listener_Upload_TemplateAttachmentService'true],
  1039.         ], [
  1040.             'App\\EventSubscriber\\UserSubscriber' => '?',
  1041.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1042.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1043.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1044.             'gedmo.listener.blameable' => '?',
  1045.             'gedmo.listener.softdeleteable' => '?',
  1046.             'gedmo.listener.timestampable' => '?',
  1047.             'vich_uploader.listener.clean.attachment' => '?',
  1048.             'vich_uploader.listener.clean.template_attachment' => '?',
  1049.             'vich_uploader.listener.remove.attachment' => '?',
  1050.             'vich_uploader.listener.remove.template_attachment' => '?',
  1051.             'vich_uploader.listener.upload.attachment' => '?',
  1052.             'vich_uploader.listener.upload.template_attachment' => '?',
  1053.         ]), [=> 'vich_uploader.listener.clean.attachment'=> 'vich_uploader.listener.clean.template_attachment'=> 'App\\EventSubscriber\\UserSubscriber'=> 'gedmo.listener.timestampable'=> 'gedmo.listener.blameable'=> 'gedmo.listener.softdeleteable'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> 'vich_uploader.listener.remove.attachment'=> 'vich_uploader.listener.upload.attachment'10 => 'vich_uploader.listener.remove.template_attachment'11 => 'vich_uploader.listener.upload.template_attachment'12 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1054.     }
  1055.     /**
  1056.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1057.      *
  1058.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1059.      */
  1060.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1061.     {
  1062.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1063.             'App\\EventListener\\ApplicationListener' => ['privates''App\\EventListener\\ApplicationListener''getApplicationListenerService'true],
  1064.             'App\\EventListener\\DecisionPaymentCompletedUpdater' => ['privates''App\\EventListener\\DecisionPaymentCompletedUpdater''getDecisionPaymentCompletedUpdaterService'true],
  1065.             'App\\EventListener\\ShipmentListener' => ['privates''App\\EventListener\\ShipmentListener''getShipmentListenerService'true],
  1066.         ], [
  1067.             'App\\EventListener\\ApplicationListener' => '?',
  1068.             'App\\EventListener\\DecisionPaymentCompletedUpdater' => '?',
  1069.             'App\\EventListener\\ShipmentListener' => '?',
  1070.         ]));
  1071.         $instance->registerService('App\\EventListener\\ApplicationListener''App\\EventListener\\ApplicationListener');
  1072.         $instance->registerService('App\\EventListener\\DecisionPaymentCompletedUpdater''App\\EventListener\\DecisionPaymentCompletedUpdater');
  1073.         $instance->registerService('App\\EventListener\\ShipmentListener''App\\EventListener\\ShipmentListener');
  1074.         return $instance;
  1075.     }
  1076.     /**
  1077.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1078.      *
  1079.      * @return \Doctrine\ORM\EntityManager
  1080.      */
  1081.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1082.     {
  1083.         if ($lazyLoad) {
  1084.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1085.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1086.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1087.                     $proxy->setProxyInitializer(null);
  1088.                     return true;
  1089.                 });
  1090.             });
  1091.         }
  1092.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1093.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1094.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1095.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1096.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1097.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1098.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1099.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1100.         include_once \dirname(__DIR__4).'/vendor/abap/payment-bundle/src/Doctrine/PayumMappingDriverChain.php';
  1101.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1102.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1103.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1104.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1105.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1106.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1107.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1108.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1109.         $a = new \Doctrine\ORM\Configuration();
  1110.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1111.         $c = ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService());
  1112.         $b->addDriver($c'Abap\\NotifierBundle\\Model');
  1113.         $b->addDriver($c'Abap\\PaymentBundle\\Model');
  1114.         $b->addDriver($c'Payum\\Core\\Model');
  1115.         $b->addDriver($c'Vich\\UploaderBundle\\Entity');
  1116.         $b->addDriver(($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/Entity')]))), 'App\\Entity');
  1117.         $a->setEntityNamespaces(['AbapNotifierBundle' => 'Abap\\NotifierBundle\\Model''AbapPaymentBundle' => 'Abap\\PaymentBundle\\Model''payum' => 'Payum\\Core\\Model''App' => 'App\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  1118.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1119.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1120.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1121.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver(new \Abap\PaymentBundle\Doctrine\PayumMappingDriverChain($b$this->parameters['abap_payment.payum_doctrine_orm_storage_classes']), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1122.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1123.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1124.         ], [
  1125.             'doctrine.ulid_generator' => '?',
  1126.             'doctrine.uuid_generator' => '?',
  1127.         ])));
  1128.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1129.         $a->setProxyNamespace('Proxies');
  1130.         $a->setAutoGenerateProxyClasses(true);
  1131.         $a->setSchemaIgnoreClasses([]);
  1132.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1133.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1134.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1135.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1136.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  1137.         $a->setLazyGhostObjectEnabled(false);
  1138.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1139.             'Abap\\NotifierBundle\\Repository\\NotificationTemplateRepository' => ['services''Abap\\NotifierBundle\\Repository\\NotificationTemplateRepository''getNotificationTemplateRepositoryService'true],
  1140.             'App\\Repository\\ApplicationDecisionRepository' => ['privates''App\\Repository\\ApplicationDecisionRepository''getApplicationDecisionRepositoryService'true],
  1141.             'App\\Repository\\LoginAttemptRepository' => ['privates''App\\Repository\\LoginAttemptRepository''getLoginAttemptRepositoryService'true],
  1142.             'App\\Repository\\ServiceAttachmentPositionRepository' => ['privates''App\\Repository\\ServiceAttachmentPositionRepository''getServiceAttachmentPositionRepositoryService'true],
  1143.             'App\\Repository\\ServiceGroupRepository' => ['privates''App\\Repository\\ServiceGroupRepository''getServiceGroupRepositoryService'true],
  1144.             'App\\Repository\\ServiceRepository' => ['privates''App\\Repository\\ServiceRepository''getServiceRepositoryService'true],
  1145.             'App\\Repository\\SubpagesRepository' => ['privates''App\\Repository\\SubpagesRepository''getSubpagesRepositoryService'true],
  1146.             'App\\Repository\\SurveyQuestionAnswerRepository' => ['privates''App\\Repository\\SurveyQuestionAnswerRepository''getSurveyQuestionAnswerRepositoryService'true],
  1147.             'App\\Repository\\SurveyQuestionChoiceRepository' => ['privates''App\\Repository\\SurveyQuestionChoiceRepository''getSurveyQuestionChoiceRepositoryService'true],
  1148.             'App\\Repository\\SurveyQuestionRepository' => ['privates''App\\Repository\\SurveyQuestionRepository''getSurveyQuestionRepositoryService'true],
  1149.             'App\\Repository\\SurveyRepository' => ['privates''App\\Repository\\SurveyRepository''getSurveyRepositoryService'true],
  1150.             'App\\Repository\\TreeToRemoveRepository' => ['privates''App\\Repository\\TreeToRemoveRepository''getTreeToRemoveRepositoryService'true],
  1151.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  1152.         ], [
  1153.             'Abap\\NotifierBundle\\Repository\\NotificationTemplateRepository' => '?',
  1154.             'App\\Repository\\ApplicationDecisionRepository' => '?',
  1155.             'App\\Repository\\LoginAttemptRepository' => '?',
  1156.             'App\\Repository\\ServiceAttachmentPositionRepository' => '?',
  1157.             'App\\Repository\\ServiceGroupRepository' => '?',
  1158.             'App\\Repository\\ServiceRepository' => '?',
  1159.             'App\\Repository\\SubpagesRepository' => '?',
  1160.             'App\\Repository\\SurveyQuestionAnswerRepository' => '?',
  1161.             'App\\Repository\\SurveyQuestionChoiceRepository' => '?',
  1162.             'App\\Repository\\SurveyQuestionRepository' => '?',
  1163.             'App\\Repository\\SurveyRepository' => '?',
  1164.             'App\\Repository\\TreeToRemoveRepository' => '?',
  1165.             'App\\Repository\\UserRepository' => '?',
  1166.         ])));
  1167.         $a->addCustomStringFunction('JSON_TEXT''App\\Functions\\JSONText');
  1168.         $a->addCustomStringFunction('cast''Oro\\ORM\\Query\\AST\\Functions\\Cast');
  1169.         $a->addCustomStringFunction('DATE_PART''DoctrineExtensions\\Query\\Postgresql\\DatePart');
  1170.         $a->addCustomStringFunction('DATE''DoctrineExtensions\\Query\\Postgresql\\Date');
  1171.         $a->addCustomStringFunction('GREATEST''DoctrineExtensions\\Query\\Postgresql\\Greatest');
  1172.         $a->addCustomStringFunction('FIRST''App\\Functions\\First');
  1173.         $a->addCustomStringFunction('str_to_date''DoctrineExtensions\\Query\\Postgresql\\StrToDate');
  1174.         $a->addCustomStringFunction('count_filter''DoctrineExtensions\\Query\\Postgresql\\CountFilterFunction');
  1175.         $a->addCustomStringFunction('string_agg''DoctrineExtensions\\Query\\Postgresql\\StringAgg');
  1176.         $a->addCustomStringFunction('greatest''DoctrineExtensions\\Query\\Postgresql\\Greatest');
  1177.         $a->addCustomStringFunction('least''DoctrineExtensions\\Query\\Postgresql\\Least');
  1178.         $a->addCustomStringFunction('regexp_replace''DoctrineExtensions\\Query\\Postgresql\\RegexpReplace');
  1179.         $a->addCustomDatetimeFunction('second''DoctrineExtensions\\Query\\Postgresql\\Second');
  1180.         $a->addCustomDatetimeFunction('minute''DoctrineExtensions\\Query\\Postgresql\\Minute');
  1181.         $a->addCustomDatetimeFunction('hour''DoctrineExtensions\\Query\\Postgresql\\Hour');
  1182.         $a->addCustomDatetimeFunction('day''DoctrineExtensions\\Query\\Postgresql\\Day');
  1183.         $a->addCustomDatetimeFunction('month''DoctrineExtensions\\Query\\Postgresql\\Month');
  1184.         $a->addCustomDatetimeFunction('year''DoctrineExtensions\\Query\\Postgresql\\Year');
  1185.         $a->addCustomDatetimeFunction('date_format''DoctrineExtensions\\Query\\Postgresql\\DateFormat');
  1186.         $a->addCustomDatetimeFunction('at_time_zone''DoctrineExtensions\\Query\\Postgresql\\AtTimeZoneFunction');
  1187.         $a->addCustomDatetimeFunction('date_part''DoctrineExtensions\\Query\\Postgresql\\DatePart');
  1188.         $a->addCustomDatetimeFunction('extract''DoctrineExtensions\\Query\\Postgresql\\ExtractFunction');
  1189.         $a->addCustomDatetimeFunction('date_trunc''DoctrineExtensions\\Query\\Postgresql\\DateTrunc');
  1190.         $a->addCustomDatetimeFunction('date''DoctrineExtensions\\Query\\Postgresql\\Date');
  1191.         $a->addFilter('softdeleteable''Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
  1192.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1193.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'softdeleteable'], []))->configure($instance);
  1194.         return $instance;
  1195.     }
  1196.     /**
  1197.      * Gets the public 'event_dispatcher' shared service.
  1198.      *
  1199.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1200.      */
  1201.     protected function getEventDispatcherService()
  1202.     {
  1203.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1204.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1205.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1206.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1207.         $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())));
  1208.         $instance->addListener('lexik_jwt_authentication.on_jwt_created', [=> function () {
  1209.             return ($this->privates['api.event.jwt_created_listener'] ?? ($this->privates['api.event.jwt_created_listener'] = new \App\EventListener\JWTCreatedListener()));
  1210.         }, => 'onJWTCreated'], 0);
  1211.         $instance->addListener('kernel.controller', [=> function () {
  1212.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1213.         }, => 'onKernelController'], 0);
  1214.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1215.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1216.         }, => 'checkPassport'], 1024);
  1217.         $instance->addListener('kernel.response', [=> function () {
  1218.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1219.         }, => 'onKernelResponse'], 0);
  1220.         $instance->addListener('kernel.request', [=> function () {
  1221.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1222.         }, => 'onKernelRequest'], 250);
  1223.         $instance->addListener('kernel.response', [=> function () {
  1224.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1225.         }, => 'onKernelResponse'], 0);
  1226.         $instance->addListener('kernel.response', [=> function () {
  1227.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1228.         }, => 'onResponse'], 0);
  1229.         $instance->addListener('kernel.view', [=> function () {
  1230.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
  1231.         }, => 'onKernelView'], 32);
  1232.         $instance->addListener('kernel.request', [=> function () {
  1233.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  1234.         }, => 'onKernelRequest'], 4);
  1235.         $instance->addListener('kernel.request', [=> function () {
  1236.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  1237.         }, => 'onKernelRequest'], 0);
  1238.         $instance->addListener('kernel.response', [=> function () {
  1239.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  1240.         }, => 'onKernelResponse'], 0);
  1241.         $instance->addListener('kernel.response', [=> function () {
  1242.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  1243.         }, => 'onKernelResponse'], -1);
  1244.         $instance->addListener('kernel.view', [=> function () {
  1245.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  1246.         }, => 'onKernelView'], 64);
  1247.         $instance->addListener('kernel.request', [=> function () {
  1248.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  1249.         }, => 'onKernelRequest'], 16);
  1250.         $instance->addListener('kernel.request', [=> function () {
  1251.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1252.         }, => 'onSecurity'], 3);
  1253.         $instance->addListener('kernel.request', [=> function () {
  1254.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1255.         }, => 'onSecurityPostDenormalize'], 1);
  1256.         $instance->addListener('kernel.view', [=> function () {
  1257.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1258.         }, => 'onSecurityPostValidation'], 63);
  1259.         $instance->addListener('kernel.request', [=> function () {
  1260.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  1261.         }, => 'onKernelRequest'], 28);
  1262.         $instance->addListener('kernel.request', [=> function () {
  1263.             return ($this->privates['api_platform.listener.request.read'] ?? $this->getApiPlatform_Listener_Request_ReadService());
  1264.         }, => 'onKernelRequest'], 4);
  1265.         $instance->addListener('kernel.view', [=> function () {
  1266.             return ($this->privates['api_platform.listener.view.write'] ?? $this->load('getApiPlatform_Listener_View_WriteService'));
  1267.         }, => 'onKernelView'], 32);
  1268.         $instance->addListener('kernel.request', [=> function () {
  1269.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  1270.         }, => 'onKernelRequest'], 2);
  1271.         $instance->addListener('kernel.view', [=> function () {
  1272.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  1273.         }, => 'onKernelView'], 16);
  1274.         $instance->addListener('kernel.view', [=> function () {
  1275.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  1276.         }, => 'onKernelView'], 8);
  1277.         $instance->addListener('kernel.exception', [=> function () {
  1278.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  1279.         }, => 'onKernelException'], 0);
  1280.         $instance->addListener('kernel.exception', [=> function () {
  1281.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  1282.         }, => 'onKernelException'], -96);
  1283.         $instance->addListener('kernel.exception', [=> function () {
  1284.             return ($this->services['payum.listener.reply_to_http_response'] ?? $this->load('getPayum_Listener_ReplyToHttpResponseService'));
  1285.         }, => 'onKernelException'], 128);
  1286.         $instance->addListener('kernel.controller', [=> function () {
  1287.             return ($this->privates['abap_payment.listener.token_less_notification_request'] ?? $this->getAbapPayment_Listener_TokenLessNotificationRequestService());
  1288.         }, => '__invoke'], 0);
  1289.         $instance->addListener('kernel.view', [=> function () {
  1290.             return ($this->privates['App\\EventSubscriber\\EntitySubscriber'] ?? $this->load('getEntitySubscriberService'));
  1291.         }, => 'checkLimit'], 33);
  1292.         $instance->addListener('kernel.view', [=> function () {
  1293.             return ($this->privates['App\\EventSubscriber\\EntitySubscriber'] ?? $this->load('getEntitySubscriberService'));
  1294.         }, => 'addCreatedBy'], 33);
  1295.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  1296.             return ($this->privates['App\\EventSubscriber\\JWTAuthenticationSuccessSubscriber'] ?? $this->load('getJWTAuthenticationSuccessSubscriberService'));
  1297.         }, => 'onAuthenticationSuccess'], 0);
  1298.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1299.             return ($this->privates['App\\EventSubscriber\\LoginSubscriber'] ?? $this->load('getLoginSubscriberService'));
  1300.         }, => 'onLoginSuccessEvent'], 0);
  1301.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  1302.             return ($this->privates['App\\EventSubscriber\\LoginSubscriber'] ?? $this->load('getLoginSubscriberService'));
  1303.         }, => 'onLoginFailureEvent'], 0);
  1304.         $instance->addListener('kernel.response', [=> function () {
  1305.             return ($this->privates['App\\EventSubscriber\\NotificationReadSubscriber'] ?? $this->getNotificationReadSubscriberService());
  1306.         }, => 'setReadAt'], 0);
  1307.         $instance->addListener('kernel.response', [=> function () {
  1308.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1309.         }, => 'onKernelResponse'], 0);
  1310.         $instance->addListener('kernel.response', [=> function () {
  1311.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1312.         }, => 'onKernelResponse'], -1024);
  1313.         $instance->addListener('kernel.request', [=> function () {
  1314.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1315.         }, => 'setDefaultLocale'], 100);
  1316.         $instance->addListener('kernel.request', [=> function () {
  1317.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1318.         }, => 'onKernelRequest'], 16);
  1319.         $instance->addListener('kernel.finish_request', [=> function () {
  1320.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1321.         }, => 'onKernelFinishRequest'], 0);
  1322.         $instance->addListener('kernel.request', [=> function () {
  1323.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1324.         }, => 'onKernelRequest'], 256);
  1325.         $instance->addListener('kernel.response', [=> function () {
  1326.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1327.         }, => 'onResponse'], -255);
  1328.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1329.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1330.         }, => 'onControllerArguments'], 0);
  1331.         $instance->addListener('kernel.exception', [=> function () {
  1332.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1333.         }, => 'logKernelException'], 0);
  1334.         $instance->addListener('kernel.exception', [=> function () {
  1335.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1336.         }, => 'onKernelException'], -128);
  1337.         $instance->addListener('kernel.response', [=> function () {
  1338.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1339.         }, => 'removeCspHeader'], -128);
  1340.         $instance->addListener('kernel.request', [=> function () {
  1341.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1342.         }, => 'onKernelRequest'], 15);
  1343.         $instance->addListener('kernel.finish_request', [=> function () {
  1344.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1345.         }, => 'onKernelFinishRequest'], -15);
  1346.         $instance->addListener('console.error', [=> function () {
  1347.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1348.         }, => 'onConsoleError'], -128);
  1349.         $instance->addListener('console.terminate', [=> function () {
  1350.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1351.         }, => 'onConsoleTerminate'], -128);
  1352.         $instance->addListener('console.error', [=> function () {
  1353.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1354.         }, => 'onConsoleError'], 0);
  1355.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1356.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1357.         }, => 'onMessage'], -255);
  1358.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1359.             return ($this->privates['mailer.message_listener'] ?? $this->load('getMailer_MessageListenerService'));
  1360.         }, => 'onMessage'], 0);
  1361.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1362.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1363.         }, => 'onMessage'], -255);
  1364.         $instance->addListener('kernel.request', [=> function () {
  1365.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1366.         }, => 'configure'], 2048);
  1367.         $instance->addListener('console.command', [=> function () {
  1368.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1369.         }, => 'configure'], 2048);
  1370.         $instance->addListener('kernel.request', [=> function () {
  1371.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1372.         }, => 'onKernelRequest'], 32);
  1373.         $instance->addListener('kernel.finish_request', [=> function () {
  1374.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1375.         }, => 'onKernelFinishRequest'], 0);
  1376.         $instance->addListener('kernel.exception', [=> function () {
  1377.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1378.         }, => 'onKernelException'], -64);
  1379.         $instance->addListener('kernel.response', [=> function () {
  1380.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1381.         }, => 'onKernelResponse'], 0);
  1382.         $instance->addListener('kernel.request', [=> function () {
  1383.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1384.         }, => 'onKernelRequest'], 128);
  1385.         $instance->addListener('kernel.response', [=> function () {
  1386.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1387.         }, => 'onKernelResponse'], -1000);
  1388.         $instance->addListener('kernel.response', [=> function () {
  1389.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1390.         }, => 'onKernelResponse'], -100);
  1391.         $instance->addListener('kernel.exception', [=> function () {
  1392.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1393.         }, => 'onKernelException'], 0);
  1394.         $instance->addListener('kernel.terminate', [=> function () {
  1395.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1396.         }, => 'onKernelTerminate'], -1024);
  1397.         $instance->addListener('kernel.controller', [=> function () {
  1398.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1399.         }, => 'onKernelController'], 0);
  1400.         $instance->addListener('kernel.response', [=> function () {
  1401.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1402.         }, => 'onKernelResponse'], 0);
  1403.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1404.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1405.         }, => 'onMessage'], 0);
  1406.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1407.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1408.         }, => 'checkPassport'], 0);
  1409.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1410.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1411.         }, => 'onLoginSuccess'], 0);
  1412.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1413.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1414.         }, => 'onVoterVote'], 0);
  1415.         $instance->addListener('kernel.request', [=> function () {
  1416.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1417.         }, => 'configureLogoutUrlGenerator'], 8);
  1418.         $instance->addListener('kernel.request', [=> function () {
  1419.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1420.         }, => 'onKernelRequest'], 8);
  1421.         $instance->addListener('kernel.finish_request', [=> function () {
  1422.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1423.         }, => 'onKernelFinishRequest'], 0);
  1424.         $instance->addListener('console.error', [=> function () {
  1425.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1426.         }, => 'onConsoleError'], 0);
  1427.         $instance->addListener('console.terminate', [=> function () {
  1428.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1429.         }, => 'onConsoleTerminate'], 0);
  1430.         $instance->addListener('kernel.request', [=> function () {
  1431.             return ($this->privates['Abap\\ApplicationContextBundle\\EventSubscriber\\ApplicationContextSubscriber'] ?? $this->getApplicationContextSubscriberService());
  1432.         }, => 'loadApplicationContext'], 50);
  1433.         $instance->addListener('console.command', [=> function () {
  1434.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1435.         }, => 'onCommand'], 255);
  1436.         $instance->addListener('console.terminate', [=> function () {
  1437.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1438.         }, => 'onTerminate'], -255);
  1439.         $instance->addListener('kernel.response', [=> function () {
  1440.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1441.         }, => 'onKernelResponse'], -128);
  1442.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1443.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1444.         }, => 'checkPassport'], 512);
  1445.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1446.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1447.         }, => 'onLogout'], 0);
  1448.         return $instance;
  1449.     }
  1450.     /**
  1451.      * Gets the public 'http_kernel' shared service.
  1452.      *
  1453.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1454.      */
  1455.     protected function getHttpKernelService()
  1456.     {
  1457.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1458.         if (isset($this->services['http_kernel'])) {
  1459.             return $this->services['http_kernel'];
  1460.         }
  1461.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1462.         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(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () {
  1463.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1464.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1465.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1466.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1467.             yield => ($this->privates['debug.api_platform.argument_resolver.payload'] ?? $this->load('getDebug_ApiPlatform_ArgumentResolver_PayloadService'));
  1468.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1469.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1470.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1471.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1472.         }, 9)), $b));
  1473.     }
  1474.     /**
  1475.      * Gets the public 'monolog.logger.deprecation' shared service.
  1476.      *
  1477.      * @return \Symfony\Bridge\Monolog\Logger
  1478.      */
  1479.     protected function getMonolog_Logger_DeprecationService()
  1480.     {
  1481.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1482.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1483.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1484.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1485.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1486.         return $instance;
  1487.     }
  1488.     /**
  1489.      * Gets the public 'payum' shared service.
  1490.      *
  1491.      * @return \Payum\Core\Payum
  1492.      */
  1493.     protected function getPayumService()
  1494.     {
  1495.         $a = ($this->services['payum.builder'] ?? $this->getPayum_BuilderService());
  1496.         if (isset($this->services['payum'])) {
  1497.             return $this->services['payum'];
  1498.         }
  1499.         return $this->services['payum'] = $a->getPayum();
  1500.     }
  1501.     /**
  1502.      * Gets the public 'payum.action.get_http_request' shared service.
  1503.      *
  1504.      * @return \Payum\Core\Bridge\Symfony\Action\GetHttpRequestAction
  1505.      */
  1506.     protected function getPayum_Action_GetHttpRequestService()
  1507.     {
  1508.         $this->services['payum.action.get_http_request'] = $instance = new \Payum\Core\Bridge\Symfony\Action\GetHttpRequestAction();
  1509.         $instance->setHttpRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1510.         return $instance;
  1511.     }
  1512.     /**
  1513.      * Gets the public 'payum.action.obtain_credit_card_builder' shared service.
  1514.      *
  1515.      * @return \Payum\Core\Bridge\Symfony\Builder\ObtainCreditCardActionBuilder
  1516.      */
  1517.     protected function getPayum_Action_ObtainCreditCardBuilderService()
  1518.     {
  1519.         $a = ($this->privates['form.factory'] ?? $this->getForm_FactoryService());
  1520.         if (isset($this->services['payum.action.obtain_credit_card_builder'])) {
  1521.             return $this->services['payum.action.obtain_credit_card_builder'];
  1522.         }
  1523.         return $this->services['payum.action.obtain_credit_card_builder'] = new \Payum\Core\Bridge\Symfony\Builder\ObtainCreditCardActionBuilder($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1524.     }
  1525.     /**
  1526.      * Gets the public 'payum.builder' shared service.
  1527.      *
  1528.      * @return \Payum\Core\PayumBuilder
  1529.      */
  1530.     protected function getPayum_BuilderService()
  1531.     {
  1532.         $this->services['payum.builder'] = $instance = new \Payum\Core\PayumBuilder();
  1533.         $a = new \Payum\Core\Bridge\Symfony\Builder\CoreGatewayFactoryBuilder();
  1534.         $a->setContainer($this);
  1535.         $instance->setMainRegistry(($this->services['payum.static_registry'] ?? $this->getPayum_StaticRegistryService()));
  1536.         $instance->setHttpRequestVerifier(new \Payum\Core\Bridge\Symfony\Builder\HttpRequestVerifierBuilder());
  1537.         $instance->setTokenFactory(new \Payum\Core\Bridge\Symfony\Builder\TokenFactoryBuilder(($this->services['router'] ?? $this->getRouterService())));
  1538.         $instance->setTokenStorage(($this->services['payum.security.token_storage'] ?? $this->getPayum_Security_TokenStorageService()));
  1539.         $instance->setGenericTokenFactoryPaths(['capture' => $this->getEnv('PAYBYNET_CAPTURE_PATH'), 'notify' => 'payum_notify_do''authorize' => 'payum_authorize_do''refund' => 'payum_refund_do''cancel' => 'payum_cancel_do''payout' => 'payum_payout_do']);
  1540.         $instance->setCoreGatewayFactory($a);
  1541.         $instance->addCoreGatewayFactoryConfig(['payum.template.layout' => '@PayumCore\\layout.html.twig''payum.template.obtain_credit_card' => '@PayumSymfonyBridge\\obtainCreditCard.html.twig''payum.paths' => ['PayumSymfonyBridge' => (\dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Symfony/Resources/views')], 'payum.action.get_http_request' => ($this->services['payum.action.get_http_request'] ?? $this->getPayum_Action_GetHttpRequestService()), 'payum.action.obtain_credit_card' => ($this->services['payum.action.obtain_credit_card_builder'] ?? $this->getPayum_Action_ObtainCreditCardBuilderService())]);
  1542.         $instance->addGateway('paybynet', ['factory' => 'paybynet''id_client' => $this->getEnv('PAYBYNET_ID_CLIENT'), 'currency' => $this->getEnv('PAYBYNET_CURRENCY'), 'accname' => $this->getEnv('PAYBYNET_ACCNAME'), 'password' => $this->getEnv('PAYBYNET_PASSWORD'), 'valid_period' => $this->getEnv('PAYBYNET_VALID_PERIOD'), 'account' => $this->getEnv('PAYBYNET_ACCOUNT'), 'backpage' => $this->getEnv('PAYBYNET_BACKPAGE'), 'backpagereject' => $this->getEnv('PAYBYNET_BACKPAGEREJECT'), 'test' => $this->getEnv('PAYBYNET_TEST')]);
  1543.         $instance->addCoreGatewayFactoryConfig(['twig.env' => ($this->privates['twig'] ?? $this->getTwigService())]);
  1544.         $instance->addCoreGatewayFactoryConfig(['payum.action.abap_payment.authorize_payment' => '@abap_payment.payum_action.authorize_payment''payum.action.abap_payment.capture_payment' => '@abap_payment.payum_action.capture_payment''payum.action.abap_payment.payum_action.execute_same_request_with_payment_details' => '@abap_payment.payum_action.execute_same_request_with_payment_details''payum.extension.app.payum.extension.event_dispatcher' => '@app.payum.extension.event_dispatcher''payum.extension.psr_logger' => '@payum.extension.logger''payum.extension.log_executed_actions' => '@payum.extension.log_executed_actions''payum.extension.profile_collector' => '@payum.profiler.payum_collector''payum.prepend_extensions' => [=> 'payum.extension.profile_collector'=> 'payum.extension.update_payment_status'], 'payum.extension.payum.extension.storage.app_entity_payment' => '@payum.extension.storage.app_entity_payment''payum.extension.redirect_to_json_response' => '@abap_payment.payum_extension.redirect_to_json_response''payum.extension.update_payment_status' => '@abap_payment.payum_extension.update_payment_status_extension']);
  1545.         $instance->addGatewayFactory('paybynet', ($this->services['app.payum.paybynet.factory'] ?? ($this->services['app.payum.paybynet.factory'] = new \Payum\Core\Bridge\Symfony\Builder\GatewayFactoryBuilder('Aspello\\Payum\\PayByNet\\PayByNetGatewayFactory'))));
  1546.         return $instance;
  1547.     }
  1548.     /**
  1549.      * Gets the public 'payum.profiler.payum_collector' shared service.
  1550.      *
  1551.      * @return \Payum\Bundle\PayumBundle\Profiler\PayumCollector
  1552.      */
  1553.     protected function getPayum_Profiler_PayumCollectorService()
  1554.     {
  1555.         return $this->services['payum.profiler.payum_collector'] = new \Payum\Bundle\PayumBundle\Profiler\PayumCollector();
  1556.     }
  1557.     /**
  1558.      * Gets the public 'payum.security.token_storage' shared service.
  1559.      *
  1560.      * @return \Payum\Core\Bridge\Doctrine\Storage\DoctrineStorage
  1561.      */
  1562.     protected function getPayum_Security_TokenStorageService()
  1563.     {
  1564.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1565.         if (isset($this->services['payum.security.token_storage'])) {
  1566.             return $this->services['payum.security.token_storage'];
  1567.         }
  1568.         return $this->services['payum.security.token_storage'] = new \Payum\Core\Bridge\Doctrine\Storage\DoctrineStorage($a'Abap\\PaymentBundle\\Model\\PaymentSecurityToken');
  1569.     }
  1570.     /**
  1571.      * Gets the public 'payum.static_registry' shared service.
  1572.      *
  1573.      * @return \Payum\Core\Bridge\Symfony\ContainerAwareRegistry
  1574.      */
  1575.     protected function getPayum_StaticRegistryService()
  1576.     {
  1577.         $this->services['payum.static_registry'] = $instance = new \Payum\Core\Bridge\Symfony\ContainerAwareRegistry([], ['App\\Entity\\Payment' => 'payum.storage.app_entity_payment'], []);
  1578.         $instance->setContainer($this);
  1579.         return $instance;
  1580.     }
  1581.     /**
  1582.      * Gets the public 'request_stack' shared service.
  1583.      *
  1584.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1585.      */
  1586.     protected function getRequestStackService()
  1587.     {
  1588.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1589.     }
  1590.     /**
  1591.      * Gets the public 'router' shared service.
  1592.      *
  1593.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1594.      */
  1595.     protected function getRouterService()
  1596.     {
  1597.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1598.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1599.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1600.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1601.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1602.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1603.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1604.         ], [
  1605.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1606.         ]))->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'pl');
  1607.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1608.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1609.         return $instance;
  1610.     }
  1611.     /**
  1612.      * Gets the public 'translator' shared service.
  1613.      *
  1614.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1615.      */
  1616.     protected function getTranslatorService()
  1617.     {
  1618.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1619.     }
  1620.     /**
  1621.      * Gets the private '.debug.http_client' shared service.
  1622.      *
  1623.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1624.      */
  1625.     protected function get_Debug_HttpClientService()
  1626.     {
  1627.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1628.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1629.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1630.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1631.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1632.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1633.         $a->setLogger($b);
  1634.         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))));
  1635.     }
  1636.     /**
  1637.      * Gets the private '.service_locator.OW_JE5p' shared service.
  1638.      *
  1639.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1640.      */
  1641.     protected function get_ServiceLocator_OWJE5pService()
  1642.     {
  1643.         return $this->privates['.service_locator.OW_JE5p'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1644.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  1645.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  1646.             'security.firewall.map.context.api_token' => ['privates''security.firewall.map.context.api_token''getSecurity_Firewall_Map_Context_ApiTokenService'true],
  1647.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1648.             'security.firewall.map.context.logingov_json_api_login' => ['privates''security.firewall.map.context.logingov_json_api_login''getSecurity_Firewall_Map_Context_LogingovJsonApiLoginService'true],
  1649.         ], [
  1650.             'security.firewall.map.context.admin' => '?',
  1651.             'security.firewall.map.context.api' => '?',
  1652.             'security.firewall.map.context.api_token' => '?',
  1653.             'security.firewall.map.context.dev' => '?',
  1654.             'security.firewall.map.context.logingov_json_api_login' => '?',
  1655.         ]);
  1656.     }
  1657.     /**
  1658.      * Gets the private 'Abap\ApplicationContextBundle\ConfigurationLoader\ConfigurationLoaderRegistry' shared service.
  1659.      *
  1660.      * @return \Abap\ApplicationContextBundle\ConfigurationLoader\ConfigurationLoaderRegistry
  1661.      */
  1662.     protected function getConfigurationLoaderRegistryService()
  1663.     {
  1664.         $this->privates['Abap\\ApplicationContextBundle\\ConfigurationLoader\\ConfigurationLoaderRegistry'] = $instance = new \Abap\ApplicationContextBundle\ConfigurationLoader\ConfigurationLoaderRegistry();
  1665.         $instance->register(new \Abap\ApplicationContextBundle\ConfigurationLoader\BaseApplicationLoader(new \Abap\ApplicationContextBundle\ConfigurationLoader\PathResolver\ApplicationPathResolver(\dirname(__DIR__4))));
  1666.         return $instance;
  1667.     }
  1668.     /**
  1669.      * Gets the private 'Abap\ApplicationContextBundle\EventSubscriber\ApplicationContextSubscriber' shared service.
  1670.      *
  1671.      * @return \Abap\ApplicationContextBundle\EventSubscriber\ApplicationContextSubscriber
  1672.      */
  1673.     protected function getApplicationContextSubscriberService()
  1674.     {
  1675.         return $this->privates['Abap\\ApplicationContextBundle\\EventSubscriber\\ApplicationContextSubscriber'] = new \Abap\ApplicationContextBundle\EventSubscriber\ApplicationContextSubscriber(($this->privates['abap_theme.theme_context'] ?? $this->getAbapTheme_ThemeContextService()), ($this->privates['Abap\\ApplicationContextBundle\\ConfigurationLoader\\ConfigurationLoaderRegistry'] ?? $this->getConfigurationLoaderRegistryService()), ($this->privates['Abap\\ApplicationContextBundle\\Context\\ApplicationContextRegistry'] ?? ($this->privates['Abap\\ApplicationContextBundle\\Context\\ApplicationContextRegistry'] = new \Abap\ApplicationContextBundle\Context\ApplicationContextRegistry())));
  1676.     }
  1677.     /**
  1678.      * Gets the private 'Abap\PaymentBundle\Handler\NotifyRequest\CompositeNotifyRequestHandler' shared service.
  1679.      *
  1680.      * @return \Abap\PaymentBundle\Handler\NotifyRequest\CompositeNotifyRequestHandler
  1681.      */
  1682.     protected function getCompositeNotifyRequestHandlerService()
  1683.     {
  1684.         $this->privates['Abap\\PaymentBundle\\Handler\\NotifyRequest\\CompositeNotifyRequestHandler'] = $instance = new \Abap\PaymentBundle\Handler\NotifyRequest\CompositeNotifyRequestHandler($this->parameters['abap_payment.gateways']);
  1685.         $instance->add(new \Abap\PaymentBundle\Handler\NotifyRequest\PayByNetNotifyRequestHandler(($this->services['payum'] ?? $this->getPayumService())), 'Abap\\PaymentBundle\\Handler\\NotifyRequest\\PayByNetNotifyRequestHandler');
  1686.         return $instance;
  1687.     }
  1688.     /**
  1689.      * Gets the private 'App\EventSubscriber\NotificationReadSubscriber' shared autowired service.
  1690.      *
  1691.      * @return \App\EventSubscriber\NotificationReadSubscriber
  1692.      */
  1693.     protected function getNotificationReadSubscriberService()
  1694.     {
  1695.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1696.         if (isset($this->privates['App\\EventSubscriber\\NotificationReadSubscriber'])) {
  1697.             return $this->privates['App\\EventSubscriber\\NotificationReadSubscriber'];
  1698.         }
  1699.         return $this->privates['App\\EventSubscriber\\NotificationReadSubscriber'] = new \App\EventSubscriber\NotificationReadSubscriber($a);
  1700.     }
  1701.     /**
  1702.      * Gets the private 'App\Service\DictionaryService' shared autowired service.
  1703.      *
  1704.      * @return \App\Service\DictionaryService
  1705.      */
  1706.     protected function getDictionaryServiceService()
  1707.     {
  1708.         return $this->privates['App\\Service\\DictionaryService'] = new \App\Service\DictionaryService();
  1709.     }
  1710.     /**
  1711.      * Gets the private 'App\Service\NotificationService' shared autowired service.
  1712.      *
  1713.      * @return \App\Service\NotificationService
  1714.      */
  1715.     protected function getNotificationServiceService()
  1716.     {
  1717.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1718.         if (isset($this->privates['App\\Service\\NotificationService'])) {
  1719.             return $this->privates['App\\Service\\NotificationService'];
  1720.         }
  1721.         return $this->privates['App\\Service\\NotificationService'] = new \App\Service\NotificationService($a);
  1722.     }
  1723.     /**
  1724.      * Gets the private 'abap_payment.listener.token_less_notification_request' shared service.
  1725.      *
  1726.      * @return \Abap\PaymentBundle\EventListener\TokenLessNotificationRequestListener
  1727.      */
  1728.     protected function getAbapPayment_Listener_TokenLessNotificationRequestService()
  1729.     {
  1730.         $a = ($this->services['payum'] ?? $this->getPayumService());
  1731.         if (isset($this->privates['abap_payment.listener.token_less_notification_request'])) {
  1732.             return $this->privates['abap_payment.listener.token_less_notification_request'];
  1733.         }
  1734.         $b = ($this->privates['Abap\\PaymentBundle\\Handler\\NotifyRequest\\CompositeNotifyRequestHandler'] ?? $this->getCompositeNotifyRequestHandlerService());
  1735.         if (isset($this->privates['abap_payment.listener.token_less_notification_request'])) {
  1736.             return $this->privates['abap_payment.listener.token_less_notification_request'];
  1737.         }
  1738.         return $this->privates['abap_payment.listener.token_less_notification_request'] = new \Abap\PaymentBundle\EventListener\TokenLessNotificationRequestListener($a$b$this->parameters['abap_payment.gateways']);
  1739.     }
  1740.     /**
  1741.      * Gets the private 'abap_theme.theme_context' shared service.
  1742.      *
  1743.      * @return \Abap\ThemeBundle\Context\ThemeContext
  1744.      */
  1745.     protected function getAbapTheme_ThemeContextService()
  1746.     {
  1747.         $a = new \Abap\ThemeBundle\ThemeRegistry();
  1748.         $a->register(new \Abap\KendoUiAdminThemeBundle\KendoUiAdminTheme());
  1749.         return $this->privates['abap_theme.theme_context'] = new \Abap\ThemeBundle\Context\ThemeContext($a);
  1750.     }
  1751.     /**
  1752.      * Gets the private 'annotations.cache_adapter' shared service.
  1753.      *
  1754.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1755.      */
  1756.     protected function getAnnotations_CacheAdapterService()
  1757.     {
  1758.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1759.     }
  1760.     /**
  1761.      * Gets the private 'annotations.cached_reader' shared service.
  1762.      *
  1763.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1764.      */
  1765.     protected function getAnnotations_CachedReaderService()
  1766.     {
  1767.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1768.     }
  1769.     /**
  1770.      * Gets the private 'annotations.reader' shared service.
  1771.      *
  1772.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1773.      */
  1774.     protected function getAnnotations_ReaderService()
  1775.     {
  1776.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1777.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1778.         $a->registerUniqueLoader('class_exists');
  1779.         $instance->addGlobalIgnoredName('required'$a);
  1780.         return $instance;
  1781.     }
  1782.     /**
  1783.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  1784.      *
  1785.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1786.      */
  1787.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  1788.     {
  1789.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('YyiSGQBsi9'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1790.     }
  1791.     /**
  1792.      * Gets the private 'api_platform.cache.metadata.property' shared service.
  1793.      *
  1794.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1795.      */
  1796.     protected function getApiPlatform_Cache_Metadata_PropertyService()
  1797.     {
  1798.         return $this->privates['api_platform.cache.metadata.property'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('5o-H5sk63N'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1799.     }
  1800.     /**
  1801.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  1802.      *
  1803.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1804.      */
  1805.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  1806.     {
  1807.         return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('RqGWMWJrIN'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1808.     }
  1809.     /**
  1810.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  1811.      *
  1812.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1813.      */
  1814.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  1815.     {
  1816.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('LWMDMle49y'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1817.     }
  1818.     /**
  1819.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  1820.      *
  1821.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1822.      */
  1823.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  1824.     {
  1825.         return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('9mksdABpBh'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1826.     }
  1827.     /**
  1828.      * Gets the private 'api_platform.cache.metadata.resource_collection' shared service.
  1829.      *
  1830.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1831.      */
  1832.     protected function getApiPlatform_Cache_Metadata_ResourceCollectionService()
  1833.     {
  1834.         return $this->privates['api_platform.cache.metadata.resource_collection'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('mQ2QRkylTV'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1835.     }
  1836.     /**
  1837.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  1838.      *
  1839.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1840.      */
  1841.     protected function getApiPlatform_Cache_RouteNameResolverService()
  1842.     {
  1843.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('8aCdoTV62J'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1844.     }
  1845.     /**
  1846.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  1847.      *
  1848.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1849.      */
  1850.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  1851.     {
  1852.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('iYZ5txfFAz'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1853.     }
  1854.     /**
  1855.      * Gets the private 'api_platform.collection_data_provider' shared service.
  1856.      *
  1857.      * @return \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider
  1858.      */
  1859.     protected function getApiPlatform_CollectionDataProviderService()
  1860.     {
  1861.         return $this->privates['api_platform.collection_data_provider'] = new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
  1862.             yield => ($this->privates['App\\DataProvider\\SurveyDataProvider'] ?? $this->load('getSurveyDataProviderService'));
  1863.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  1864.         }, 2));
  1865.     }
  1866.     /**
  1867.      * Gets the private 'api_platform.data_persister' shared service.
  1868.      *
  1869.      * @return \ApiPlatform\Core\DataPersister\ChainDataPersister
  1870.      */
  1871.     protected function getApiPlatform_DataPersisterService()
  1872.     {
  1873.         return $this->privates['api_platform.data_persister'] = new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  1874.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  1875.         }, 1));
  1876.     }
  1877.     /**
  1878.      * Gets the private 'api_platform.filter_locator' shared service.
  1879.      *
  1880.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1881.      */
  1882.     protected function getApiPlatform_FilterLocatorService()
  1883.     {
  1884.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1885.             'annotated_app_entity_applicant_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_applicant_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityApplicantApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1886.             'annotated_app_entity_application_api_platform_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_application_api_platform_doctrine_orm_filter_order_filter''getAnnotatedAppEntityApplicationApiPlatformDoctrineOrmFilterOrderFilterService'true],
  1887.             'annotated_app_entity_application_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_application_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityApplicationApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1888.             'annotated_app_entity_application_attachment_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_application_attachment_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityApplicationAttachmentApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1889.             'annotated_app_entity_contractor_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_contractor_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityContractorApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1890.             'annotated_app_entity_dictionary_obreb_api_platform_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_dictionary_obreb_api_platform_doctrine_orm_filter_order_filter''getAnnotatedAppEntityDictionaryObrebApiPlatformDoctrineOrmFilterOrderFilterService'true],
  1891.             'annotated_app_entity_dictionary_obreb_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_dictionary_obreb_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityDictionaryObrebApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1892.             'annotated_app_entity_dictionary_survey_question_type_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_dictionary_survey_question_type_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityDictionarySurveyQuestionTypeApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'true],
  1893.             'annotated_app_entity_dictionary_survey_question_type_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_dictionary_survey_question_type_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityDictionarySurveyQuestionTypeApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  1894.             'annotated_app_entity_dictionary_survey_status_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_dictionary_survey_status_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityDictionarySurveyStatusApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'true],
  1895.             'annotated_app_entity_dictionary_survey_status_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_dictionary_survey_status_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityDictionarySurveyStatusApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  1896.             'annotated_app_entity_dictionary_survey_type_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_dictionary_survey_type_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityDictionarySurveyTypeApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'true],
  1897.             'annotated_app_entity_dictionary_survey_type_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_dictionary_survey_type_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityDictionarySurveyTypeApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  1898.             'annotated_app_entity_parcel_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_parcel_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityParcelApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1899.             'annotated_app_entity_payment_position_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_payment_position_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityPaymentPositionApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1900.             'annotated_app_entity_property_tax_payment_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_property_tax_payment_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityPropertyTaxPaymentApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1901.             'annotated_app_entity_road_occupation_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_road_occupation_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityRoadOccupationApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1902.             'annotated_app_entity_road_occupation_stage_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_road_occupation_stage_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityRoadOccupationStageApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1903.             'annotated_app_entity_service_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_service_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityServiceApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1904.             'annotated_app_entity_service_attachment_position_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_service_attachment_position_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityServiceAttachmentPositionApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1905.             'annotated_app_entity_shipment_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_shipment_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityShipmentApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1906.             'annotated_app_entity_shipment_attachment_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_shipment_attachment_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityShipmentAttachmentApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1907.             'annotated_app_entity_subpage_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_subpage_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntitySubpageApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1908.             'annotated_app_entity_survey_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_survey_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntitySurveyApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  1909.             'annotated_app_entity_survey_description_attachment_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_survey_description_attachment_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntitySurveyDescriptionAttachmentApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  1910.         ], [
  1911.             'annotated_app_entity_applicant_api_platform_doctrine_orm_filter_search_filter' => '?',
  1912.             'annotated_app_entity_application_api_platform_doctrine_orm_filter_order_filter' => '?',
  1913.             'annotated_app_entity_application_api_platform_doctrine_orm_filter_search_filter' => '?',
  1914.             'annotated_app_entity_application_attachment_api_platform_doctrine_orm_filter_search_filter' => '?',
  1915.             'annotated_app_entity_contractor_api_platform_doctrine_orm_filter_search_filter' => '?',
  1916.             'annotated_app_entity_dictionary_obreb_api_platform_doctrine_orm_filter_order_filter' => '?',
  1917.             'annotated_app_entity_dictionary_obreb_api_platform_doctrine_orm_filter_search_filter' => '?',
  1918.             'annotated_app_entity_dictionary_survey_question_type_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  1919.             'annotated_app_entity_dictionary_survey_question_type_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1920.             'annotated_app_entity_dictionary_survey_status_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  1921.             'annotated_app_entity_dictionary_survey_status_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1922.             'annotated_app_entity_dictionary_survey_type_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  1923.             'annotated_app_entity_dictionary_survey_type_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1924.             'annotated_app_entity_parcel_api_platform_doctrine_orm_filter_search_filter' => '?',
  1925.             'annotated_app_entity_payment_position_api_platform_doctrine_orm_filter_search_filter' => '?',
  1926.             'annotated_app_entity_property_tax_payment_api_platform_doctrine_orm_filter_search_filter' => '?',
  1927.             'annotated_app_entity_road_occupation_api_platform_doctrine_orm_filter_search_filter' => '?',
  1928.             'annotated_app_entity_road_occupation_stage_api_platform_doctrine_orm_filter_search_filter' => '?',
  1929.             'annotated_app_entity_service_api_platform_doctrine_orm_filter_search_filter' => '?',
  1930.             'annotated_app_entity_service_attachment_position_api_platform_doctrine_orm_filter_search_filter' => '?',
  1931.             'annotated_app_entity_shipment_api_platform_doctrine_orm_filter_search_filter' => '?',
  1932.             'annotated_app_entity_shipment_attachment_api_platform_doctrine_orm_filter_search_filter' => '?',
  1933.             'annotated_app_entity_subpage_api_platform_doctrine_orm_filter_search_filter' => '?',
  1934.             'annotated_app_entity_survey_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1935.             'annotated_app_entity_survey_description_attachment_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1936.         ]);
  1937.     }
  1938.     /**
  1939.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  1940.      *
  1941.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  1942.      */
  1943.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  1944.     {
  1945.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL'api_platform.metadata.resource.metadata_collection_factory.retro_compatible');
  1946.     }
  1947.     /**
  1948.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  1949.      *
  1950.      * @return \ApiPlatform\Hydra\JsonSchema\SchemaFactory
  1951.      */
  1952.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  1953.     {
  1954.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  1955.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  1956.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  1957.         }
  1958.         return $this->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\JsonSchema\SchemaFactory($a, ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_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())));
  1959.     }
  1960.     /**
  1961.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  1962.      *
  1963.      * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  1964.      */
  1965.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  1966.     {
  1967.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  1968.     }
  1969.     /**
  1970.      * Gets the private 'api_platform.identifier.converter' shared service.
  1971.      *
  1972.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  1973.      */
  1974.     protected function getApiPlatform_Identifier_ConverterService()
  1975.     {
  1976.         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.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {
  1977.             yield => ($this->privates['api_platform.identifier.symfony_ulid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUlidNormalizerService'));
  1978.             yield => ($this->privates['api_platform.identifier.symfony_uuid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUuidNormalizerService'));
  1979.             yield => ($this->privates['api_platform.identifier.uuid_normalizer'] ?? $this->load('getApiPlatform_Identifier_UuidNormalizerService'));
  1980.         }, 3));
  1981.     }
  1982.     /**
  1983.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  1984.      *
  1985.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  1986.      */
  1987.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  1988.     {
  1989.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1990.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1991.         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.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $a$bfalse), $a$b);
  1992.     }
  1993.     /**
  1994.      * Gets the private 'api_platform.iri_converter' shared service.
  1995.      *
  1996.      * @return \ApiPlatform\Core\Api\LegacyIriConverter
  1997.      */
  1998.     protected function getApiPlatform_IriConverterService()
  1999.     {
  2000.         $a = ($this->privates['api_platform.subresource_data_provider'] ?? $this->getApiPlatform_SubresourceDataProviderService());
  2001.         if (isset($this->privates['api_platform.iri_converter'])) {
  2002.             return $this->privates['api_platform.iri_converter'];
  2003.         }
  2004.         $b = ($this->privates['api_platform.item_data_provider'] ?? $this->getApiPlatform_ItemDataProviderService());
  2005.         if (isset($this->privates['api_platform.iri_converter'])) {
  2006.             return $this->privates['api_platform.iri_converter'];
  2007.         }
  2008.         $c = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  2009.         $d = ($this->privates['api_platform.symfony.iri_converter'] ?? $this->getApiPlatform_Symfony_IriConverterService());
  2010.         if (isset($this->privates['api_platform.iri_converter'])) {
  2011.             return $this->privates['api_platform.iri_converter'];
  2012.         }
  2013.         return $this->privates['api_platform.iri_converter'] = new \ApiPlatform\Core\Api\LegacyIriConverter(new \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter(($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.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $b, 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($c)), $c, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), $a, ($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())), $d);
  2014.     }
  2015.     /**
  2016.      * Gets the private 'api_platform.item_data_provider' shared service.
  2017.      *
  2018.      * @return \ApiPlatform\Core\DataProvider\ChainItemDataProvider
  2019.      */
  2020.     protected function getApiPlatform_ItemDataProviderService()
  2021.     {
  2022.         return $this->privates['api_platform.item_data_provider'] = new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
  2023.             yield => ($this->privates['App\\DataProvider\\SurveyDataProvider'] ?? $this->load('getSurveyDataProviderService'));
  2024.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  2025.         }, 2));
  2026.     }
  2027.     /**
  2028.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  2029.      *
  2030.      * @return \ApiPlatform\JsonSchema\TypeFactory
  2031.      */
  2032.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  2033.     {
  2034.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  2035.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  2036.         return $instance;
  2037.     }
  2038.     /**
  2039.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  2040.      *
  2041.      * @return \ApiPlatform\JsonLd\ContextBuilder
  2042.      */
  2043.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  2044.     {
  2045.         return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\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_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_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()), NULL, ($this->privates['api_platform.symfony.iri_converter.skolem'] ?? $this->getApiPlatform_Symfony_IriConverter_SkolemService()));
  2046.     }
  2047.     /**
  2048.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  2049.      *
  2050.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  2051.      */
  2052.     protected function getApiPlatform_Listener_Request_AddFormatService()
  2053.     {
  2054.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()), $this->parameters['api_platform.formats']);
  2055.     }
  2056.     /**
  2057.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  2058.      *
  2059.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  2060.      */
  2061.     protected function getApiPlatform_Listener_Request_DeserializeService()
  2062.     {
  2063.         $a = ($this->privates['serializer'] ?? $this->getSerializerService());
  2064.         if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  2065.             return $this->privates['api_platform.listener.request.deserialize'];
  2066.         }
  2067.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener($a, ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()));
  2068.     }
  2069.     /**
  2070.      * Gets the private 'api_platform.listener.request.read' shared service.
  2071.      *
  2072.      * @return \ApiPlatform\Symfony\EventListener\ReadListener
  2073.      */
  2074.     protected function getApiPlatform_Listener_Request_ReadService()
  2075.     {
  2076.         return $this->privates['api_platform.listener.request.read'] = new \ApiPlatform\Symfony\EventListener\ReadListener(($this->privates['api_platform.state_provider.locator'] ?? $this->getApiPlatform_StateProvider_LocatorService()), ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.uri_variables.converter'] ?? $this->getApiPlatform_UriVariables_ConverterService()));
  2077.     }
  2078.     /**
  2079.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  2080.      *
  2081.      * @return \ApiPlatform\Core\EventListener\ReadListener
  2082.      */
  2083.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  2084.     {
  2085.         $a = ($this->privates['api_platform.collection_data_provider'] ?? $this->getApiPlatform_CollectionDataProviderService());
  2086.         if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  2087.             return $this->privates['api_platform.listener.request.read.legacy'];
  2088.         }
  2089.         $b = ($this->privates['api_platform.item_data_provider'] ?? $this->getApiPlatform_ItemDataProviderService());
  2090.         if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  2091.             return $this->privates['api_platform.listener.request.read.legacy'];
  2092.         }
  2093.         return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener($a$b, ($this->privates['api_platform.subresource_data_provider'] ?? $this->getApiPlatform_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()), NULLfalse);
  2094.     }
  2095.     /**
  2096.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  2097.      *
  2098.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  2099.      */
  2100.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  2101.     {
  2102.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()), new \ApiPlatform\Api\QueryParameterValidator\QueryParameterValidator(($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService())), true);
  2103.     }
  2104.     /**
  2105.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached' shared service.
  2106.      *
  2107.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyMetadataFactory
  2108.      */
  2109.     protected function getApiPlatform_Metadata_Property_MetadataFactory_CachedService()
  2110.     {
  2111.         $a = ($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService());
  2112.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached'])) {
  2113.             return $this->privates['api_platform.metadata.property.metadata_factory.cached'];
  2114.         }
  2115.         return $this->privates['api_platform.metadata.property.metadata_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory($a, new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.property_extractor.yaml'] ?? ($this->privates['api_platform.metadata.property_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\AttributePropertyMetadataFactory(new \ApiPlatform\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyMetadataFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \ApiPlatform\Metadata\Property\Factory\LegacyPropertyMetadataFactory(($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.property_extractor.xml'] ?? ($this->privates['api_platform.metadata.property_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlPropertyExtractor([], $this))))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()))))), new RewindableGenerator(function () {
  2116.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  2117.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
  2118.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  2119.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  2120.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  2121.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  2122.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  2123.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  2124.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  2125.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  2126.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  2127.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  2128.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  2129.         }, 13)));
  2130.     }
  2131.     /**
  2132.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  2133.      *
  2134.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  2135.      */
  2136.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  2137.     {
  2138.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2139.         return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($a, 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.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))));
  2140.     }
  2141.     /**
  2142.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  2143.      *
  2144.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  2145.      */
  2146.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  2147.     {
  2148.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2149.         if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
  2150.             return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
  2151.         }
  2152.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.property_extractor.yaml'] ?? ($this->privates['api_platform.metadata.property_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.property_extractor.xml'] ?? ($this->privates['api_platform.metadata.property_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory($a))));
  2153.     }
  2154.     /**
  2155.      * Gets the private 'api_platform.metadata.resource.metadata_collection_factory.cached' shared service.
  2156.      *
  2157.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceMetadataCollectionFactory
  2158.      */
  2159.     protected function getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()
  2160.     {
  2161.         $a = ($this->services['doctrine'] ?? $this->getDoctrineService());
  2162.         $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2163.         if (isset($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'])) {
  2164.             return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'];
  2165.         }
  2166.         $c = new \ApiPlatform\Metadata\Resource\Factory\LinkFactory($b, new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.property_extractor.xml'] ?? ($this->privates['api_platform.metadata.property_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.property_extractor.yaml'] ?? ($this->privates['api_platform.metadata.property_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\AttributePropertyMetadataFactory(new \ApiPlatform\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory($a, new \ApiPlatform\Metadata\Property\Factory\LegacyPropertyMetadataFactory(($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyMetadataFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()))))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  2167.         $d = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  2168.         $e = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
  2169.         if (isset($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'])) {
  2170.             return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'];
  2171.         }
  2172.         return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceMetadataCollectionFactory(($this->privates['api_platform.cache.metadata.resource_collection'] ?? $this->getApiPlatform_Cache_Metadata_ResourceCollectionService()), new \ApiPlatform\Doctrine\Orm\Metadata\Resource\DoctrineOrmResourceCollectionMetadataFactory($a, new \ApiPlatform\Metadata\Resource\Factory\PhpDocResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\AlternateUriResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\FiltersResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\FormatsResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\InputOutputResourceMetadataCollectionFactory(new \App\ApiPlatform\Metadata\Resource\Factory\CustomDefaultOperationNameResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\OperationNameResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\LinkResourceMetadataCollectionFactory($c, new \ApiPlatform\Metadata\Resource\Factory\UriTemplateResourceMetadataCollectionFactory($c, ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), new \ApiPlatform\Metadata\Resource\Factory\NotExposedOperationResourceMetadataCollectionFactory($c, new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory(($this->privates['api_platform.metadata.resource_extractor.yaml'] ?? ($this->privates['api_platform.metadata.resource_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlResourceExtractor([], $this))), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory(($this->privates['api_platform.metadata.resource_extractor.xml'] ?? ($this->privates['api_platform.metadata.resource_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlResourceExtractor([], $this))), new \ApiPlatform\Metadata\Resource\Factory\LegacySubresourceMetadataResourceMetadataCollectionFactory(($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), new \ApiPlatform\Metadata\Resource\Factory\LegacyResourceMetadataResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\AttributesResourceMetadataCollectionFactory(NULL$d$this->parameters['api_platform.defaults'], false), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $b$e$this->parameters['api_platform.defaults'])), $this->parameters['api_platform.defaults'], $d), $this->parameters['api_platform.defaults'], $d))))))), $this->parameters['api_platform.formats'], $this->parameters['api_platform.patch_formats']), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))))));
  2173.     }
  2174.     /**
  2175.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  2176.      *
  2177.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  2178.      */
  2179.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  2180.     {
  2181.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2182.         return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), 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.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = 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.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = 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']));
  2183.     }
  2184.     /**
  2185.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  2186.      *
  2187.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  2188.      */
  2189.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  2190.     {
  2191.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.resource_extractor.yaml'] ?? ($this->privates['api_platform.metadata.resource_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlResourceExtractor([], $this))), new \ApiPlatform\Metadata\Resource\Factory\AttributesResourceNameCollectionFactory($this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = 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\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.resource_extractor.xml'] ?? ($this->privates['api_platform.metadata.resource_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlResourceExtractor([], $this)))))))));
  2192.     }
  2193.     /**
  2194.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  2195.      *
  2196.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  2197.      */
  2198.     protected function getApiPlatform_OperationPathResolver_CustomService()
  2199.     {
  2200.         return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\PathResolver\CustomOperationPathResolver(new \ApiPlatform\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator()))));
  2201.     }
  2202.     /**
  2203.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  2204.      *
  2205.      * @return \ApiPlatform\Api\ResourceClassResolver
  2206.      */
  2207.     protected function getApiPlatform_ResourceClassResolverService()
  2208.     {
  2209.         return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  2210.     }
  2211.     /**
  2212.      * Gets the private 'api_platform.router' shared service.
  2213.      *
  2214.      * @return \ApiPlatform\Symfony\Routing\Router
  2215.      */
  2216.     protected function getApiPlatform_RouterService()
  2217.     {
  2218.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()), 1);
  2219.     }
  2220.     /**
  2221.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  2222.      *
  2223.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  2224.      */
  2225.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  2226.     {
  2227.         $a = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  2228.         if (isset($this->privates['api_platform.security.listener.request.deny_access'])) {
  2229.             return $this->privates['api_platform.security.listener.request.deny_access'];
  2230.         }
  2231.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()), $a);
  2232.     }
  2233.     /**
  2234.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  2235.      *
  2236.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  2237.      */
  2238.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  2239.     {
  2240.         $a = ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  2241.         if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  2242.             return $this->privates['api_platform.security.resource_access_checker'];
  2243.         }
  2244.         return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), $afalse);
  2245.     }
  2246.     /**
  2247.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  2248.      *
  2249.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  2250.      */
  2251.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  2252.     {
  2253.         $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  2254.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), new \ApiPlatform\Serializer\SerializerContextBuilder($a));
  2255.     }
  2256.     /**
  2257.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  2258.      *
  2259.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  2260.      */
  2261.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  2262.     {
  2263.         return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\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()))])));
  2264.     }
  2265.     /**
  2266.      * Gets the private 'api_platform.state_provider.locator' shared service.
  2267.      *
  2268.      * @return \ApiPlatform\State\CallableProvider
  2269.      */
  2270.     protected function getApiPlatform_StateProvider_LocatorService()
  2271.     {
  2272.         return $this->privates['api_platform.state_provider.locator'] = new \ApiPlatform\State\CallableProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2273.             'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider' => ['privates''api_platform.doctrine.orm.state.collection_provider''getApiPlatform_Doctrine_Orm_State_CollectionProviderService'true],
  2274.             'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider' => ['privates''api_platform.doctrine.orm.state.item_provider''getApiPlatform_Doctrine_Orm_State_ItemProviderService'true],
  2275.             'api_platform.doctrine.orm.state.collection_provider' => ['privates''api_platform.doctrine.orm.state.collection_provider''getApiPlatform_Doctrine_Orm_State_CollectionProviderService'true],
  2276.             'api_platform.doctrine.orm.state.item_provider' => ['privates''api_platform.doctrine.orm.state.item_provider''getApiPlatform_Doctrine_Orm_State_ItemProviderService'true],
  2277.         ], [
  2278.             'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider' => 'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider',
  2279.             'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider' => 'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider',
  2280.             'api_platform.doctrine.orm.state.collection_provider' => 'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider',
  2281.             'api_platform.doctrine.orm.state.item_provider' => 'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider',
  2282.         ]));
  2283.     }
  2284.     /**
  2285.      * Gets the private 'api_platform.subresource_data_provider' shared service.
  2286.      *
  2287.      * @return \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider
  2288.      */
  2289.     protected function getApiPlatform_SubresourceDataProviderService()
  2290.     {
  2291.         return $this->privates['api_platform.subresource_data_provider'] = new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
  2292.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  2293.         }, 1));
  2294.     }
  2295.     /**
  2296.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  2297.      *
  2298.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  2299.      */
  2300.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  2301.     {
  2302.         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.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  2303.     }
  2304.     /**
  2305.      * Gets the private 'api_platform.symfony.iri_converter' shared service.
  2306.      *
  2307.      * @return \ApiPlatform\Symfony\Routing\IriConverter
  2308.      */
  2309.     protected function getApiPlatform_Symfony_IriConverterService()
  2310.     {
  2311.         $a = ($this->privates['api_platform.state_provider.locator'] ?? $this->getApiPlatform_StateProvider_LocatorService());
  2312.         if (isset($this->privates['api_platform.symfony.iri_converter'])) {
  2313.             return $this->privates['api_platform.symfony.iri_converter'];
  2314.         }
  2315.         $b = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  2316.         $c = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  2317.         return $this->privates['api_platform.symfony.iri_converter'] = new \ApiPlatform\Symfony\Routing\IriConverter($a, ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), new \ApiPlatform\Api\IdentifiersExtractor($b$c, ($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['property_accessor'] ?? $this->getPropertyAccessorService())), $c$b, ($this->privates['api_platform.uri_variables.converter'] ?? $this->getApiPlatform_UriVariables_ConverterService()), ($this->privates['api_platform.symfony.iri_converter.skolem'] ?? $this->getApiPlatform_Symfony_IriConverter_SkolemService()));
  2318.     }
  2319.     /**
  2320.      * Gets the private 'api_platform.symfony.iri_converter.skolem' shared service.
  2321.      *
  2322.      * @return \ApiPlatform\Symfony\Routing\SkolemIriConverter
  2323.      */
  2324.     protected function getApiPlatform_Symfony_IriConverter_SkolemService()
  2325.     {
  2326.         return $this->privates['api_platform.symfony.iri_converter.skolem'] = new \ApiPlatform\Symfony\Routing\SkolemIriConverter(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  2327.     }
  2328.     /**
  2329.      * Gets the private 'api_platform.uri_variables.converter' shared service.
  2330.      *
  2331.      * @return \ApiPlatform\Api\UriVariablesConverter
  2332.      */
  2333.     protected function getApiPlatform_UriVariables_ConverterService()
  2334.     {
  2335.         return $this->privates['api_platform.uri_variables.converter'] = new \ApiPlatform\Api\UriVariablesConverter(($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()), new RewindableGenerator(function () {
  2336.             yield => ($this->privates['api_platform.symfony.uri_variables.transformer.ulid'] ?? ($this->privates['api_platform.symfony.uri_variables.transformer.ulid'] = new \ApiPlatform\Symfony\UriVariableTransformer\UlidUriVariableTransformer()));
  2337.             yield => ($this->privates['api_platform.symfony.uri_variables.transformer.uuid'] ?? ($this->privates['api_platform.symfony.uri_variables.transformer.uuid'] = new \ApiPlatform\Symfony\UriVariableTransformer\UuidUriVariableTransformer()));
  2338.             yield => ($this->privates['api_platform.uri_variables.transformer.integer'] ?? ($this->privates['api_platform.uri_variables.transformer.integer'] = new \ApiPlatform\Api\UriVariableTransformer\IntegerUriVariableTransformer()));
  2339.             yield => ($this->privates['api_platform.uri_variables.transformer.date_time'] ?? ($this->privates['api_platform.uri_variables.transformer.date_time'] = new \ApiPlatform\Api\UriVariableTransformer\DateTimeUriVariableTransformer()));
  2340.             yield => ($this->privates['api_platform.ramsey_uuid.uri_variables.transformer.uuid'] ?? ($this->privates['api_platform.ramsey_uuid.uri_variables.transformer.uuid'] = new \ApiPlatform\RamseyUuid\UriVariableTransformer\UuidUriVariableTransformer()));
  2341.         }, 5));
  2342.     }
  2343.     /**
  2344.      * Gets the private 'cache.annotations' shared service.
  2345.      *
  2346.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2347.      */
  2348.     protected function getCache_AnnotationsService()
  2349.     {
  2350.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('9ULyqChzog'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2351.     }
  2352.     /**
  2353.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2354.      *
  2355.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2356.      */
  2357.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2358.     {
  2359.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2360.     }
  2361.     /**
  2362.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2363.      *
  2364.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2365.      */
  2366.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2367.     {
  2368.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2369.     }
  2370.     /**
  2371.      * Gets the private 'cache.property_info' shared service.
  2372.      *
  2373.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2374.      */
  2375.     protected function getCache_PropertyInfoService()
  2376.     {
  2377.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('71BKyA0k5Z'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2378.     }
  2379.     /**
  2380.      * Gets the private 'cache.security_expression_language' shared service.
  2381.      *
  2382.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2383.      */
  2384.     protected function getCache_SecurityExpressionLanguageService()
  2385.     {
  2386.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ydTn7jFzqy'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2387.     }
  2388.     /**
  2389.      * Gets the private 'cache.serializer' shared service.
  2390.      *
  2391.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2392.      */
  2393.     protected function getCache_SerializerService()
  2394.     {
  2395.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('04dxK6xxUW'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2396.     }
  2397.     /**
  2398.      * Gets the private 'cache.validator' shared service.
  2399.      *
  2400.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2401.      */
  2402.     protected function getCache_ValidatorService()
  2403.     {
  2404.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('itYtUVLenP'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2405.     }
  2406.     /**
  2407.      * Gets the private 'config_cache_factory' shared service.
  2408.      *
  2409.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2410.      */
  2411.     protected function getConfigCacheFactoryService()
  2412.     {
  2413.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2414.             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)));
  2415.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2416.         }, 2));
  2417.     }
  2418.     /**
  2419.      * Gets the private 'data_collector.form' shared service.
  2420.      *
  2421.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2422.      */
  2423.     protected function getDataCollector_FormService()
  2424.     {
  2425.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2426.     }
  2427.     /**
  2428.      * Gets the private 'data_collector.request' shared service.
  2429.      *
  2430.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2431.      */
  2432.     protected function getDataCollector_RequestService()
  2433.     {
  2434.         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())));
  2435.     }
  2436.     /**
  2437.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2438.      *
  2439.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2440.      */
  2441.     protected function getDebug_DebugHandlersListenerService()
  2442.     {
  2443.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2444.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2445.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2446.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2447.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2448.         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()));
  2449.     }
  2450.     /**
  2451.      * Gets the private 'debug.file_link_formatter' shared service.
  2452.      *
  2453.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2454.      */
  2455.     protected function getDebug_FileLinkFormatterService()
  2456.     {
  2457.         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 () {
  2458.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2459.         });
  2460.     }
  2461.     /**
  2462.      * Gets the private 'debug.log_processor' shared service.
  2463.      *
  2464.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2465.      */
  2466.     protected function getDebug_LogProcessorService()
  2467.     {
  2468.         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())));
  2469.     }
  2470.     /**
  2471.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2472.      *
  2473.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2474.      */
  2475.     protected function getDebug_Security_Access_DecisionManagerService()
  2476.     {
  2477.         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 () {
  2478.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2479.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2480.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2481.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2482.     }
  2483.     /**
  2484.      * Gets the private 'debug.security.firewall' shared service.
  2485.      *
  2486.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2487.      */
  2488.     protected function getDebug_Security_FirewallService()
  2489.     {
  2490.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2491.         if (isset($this->privates['debug.security.firewall'])) {
  2492.             return $this->privates['debug.security.firewall'];
  2493.         }
  2494.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2495.         if (isset($this->privates['debug.security.firewall'])) {
  2496.             return $this->privates['debug.security.firewall'];
  2497.         }
  2498.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2499.     }
  2500.     /**
  2501.      * Gets the private 'debug.validator' shared service.
  2502.      *
  2503.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  2504.      */
  2505.     protected function getDebug_ValidatorService()
  2506.     {
  2507.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  2508.         if (isset($this->privates['debug.validator'])) {
  2509.             return $this->privates['debug.validator'];
  2510.         }
  2511.         return $this->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  2512.     }
  2513.     /**
  2514.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2515.      *
  2516.      * @return \Doctrine\Migrations\DependencyFactory
  2517.      */
  2518.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2519.     {
  2520.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2521.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  2522.         $a->setAllOrNothing(false);
  2523.         $a->setCheckDatabasePlatform(true);
  2524.         $a->setTransactional(true);
  2525.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2526.         $this->privates['doctrine.migrations.dependency_factory'] = $instance \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2527.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2528.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2529.         });
  2530.         return $instance;
  2531.     }
  2532.     /**
  2533.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  2534.      *
  2535.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  2536.      */
  2537.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  2538.     {
  2539.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/src/Bundle/AbapNotifierBundle/src/Resources/config/doctrine/model') => 'Abap\\NotifierBundle\\Model', (\dirname(__DIR__4).'/vendor/abap/payment-bundle/src/Resources/config/doctrine/model') => 'Abap\\PaymentBundle\\Model', (\dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Doctrine/Resources/mapping') => 'Payum\\Core\\Model', (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity']);
  2540.         $instance->setGlobalBasename('mapping');
  2541.         return $instance;
  2542.     }
  2543.     /**
  2544.      * Gets the private 'exception_listener' shared service.
  2545.      *
  2546.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2547.      */
  2548.     protected function getExceptionListenerService()
  2549.     {
  2550.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2551.     }
  2552.     /**
  2553.      * Gets the private 'form.factory' shared service.
  2554.      *
  2555.      * @return \Symfony\Component\Form\FormFactory
  2556.      */
  2557.     protected function getForm_FactoryService()
  2558.     {
  2559.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  2560.         if (isset($this->privates['form.factory'])) {
  2561.             return $this->privates['form.factory'];
  2562.         }
  2563.         return $this->privates['form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  2564.     }
  2565.     /**
  2566.      * Gets the private 'form.registry' shared service.
  2567.      *
  2568.      * @return \Symfony\Component\Form\FormRegistry
  2569.      */
  2570.     protected function getForm_RegistryService()
  2571.     {
  2572.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2573.             'Abap\\KendoUiAdminThemeBundle\\Form\\Type\\ExtendedEntityType' => ['privates''Abap\\KendoUiAdminThemeBundle\\Form\\Type\\ExtendedEntityType''getExtendedEntityTypeService'true],
  2574.             'App\\Form\\Type\\AbapPaymentPositionForm' => ['privates''App\\Form\\Type\\AbapPaymentPositionForm''getAbapPaymentPositionFormService'true],
  2575.             'App\\Form\\Type\\Admin\\UserNotificationType' => ['privates''App\\Form\\Type\\Admin\\UserNotificationType''getUserNotificationTypeService'true],
  2576.             'App\\Form\\Type\\Admin\\UserType' => ['privates''App\\Form\\Type\\Admin\\UserType''getUserTypeService'true],
  2577.             'App\\Form\\Type\\Admin\\WkUserType' => ['privates''App\\Form\\Type\\Admin\\WkUserType''getWkUserTypeService'true],
  2578.             'App\\Form\\Type\\Admin\\WkUserTypeGroup' => ['privates''App\\Form\\Type\\Admin\\WkUserTypeGroup''getWkUserTypeGroupService'true],
  2579.             'App\\Form\\Type\\ApplicationResolveType' => ['privates''App\\Form\\Type\\ApplicationResolveType''getApplicationResolveTypeService'true],
  2580.             'App\\Form\\Type\\ChangePasswordType' => ['privates''App\\Form\\Type\\ChangePasswordType''getChangePasswordTypeService'true],
  2581.             'App\\Form\\Type\\Core\\AttachmentFileType' => ['privates''App\\Form\\Type\\Core\\AttachmentFileType''getAttachmentFileTypeService'true],
  2582.             'App\\Form\\Type\\Core\\AttachmentType' => ['privates''App\\Form\\Type\\Core\\AttachmentType''getAttachmentTypeService'true],
  2583.             'App\\Form\\Type\\Core\\IntCheckboxType' => ['privates''App\\Form\\Type\\Core\\IntCheckboxType''getIntCheckboxTypeService'true],
  2584.             'App\\Form\\Type\\Core\\IntTextArrayType' => ['privates''App\\Form\\Type\\Core\\IntTextArrayType''getIntTextArrayTypeService'true],
  2585.             'App\\Form\\Type\\Core\\LazyChoiceType' => ['privates''App\\Form\\Type\\Core\\LazyChoiceType''getLazyChoiceTypeService'true],
  2586.             'App\\Form\\Type\\Core\\LazyEntityType' => ['privates''App\\Form\\Type\\Core\\LazyEntityType''getLazyEntityTypeService'true],
  2587.             'App\\Form\\Type\\Core\\NotesType' => ['privates''App\\Form\\Type\\Core\\NotesType''getNotesTypeService'true],
  2588.             'App\\Form\\Type\\Core\\NullableIntRadioCheckboxType' => ['privates''App\\Form\\Type\\Core\\NullableIntRadioCheckboxType''getNullableIntRadioCheckboxTypeService'true],
  2589.             'App\\Form\\Type\\Core\\NullableRadioCheckboxType' => ['privates''App\\Form\\Type\\Core\\NullableRadioCheckboxType''getNullableRadioCheckboxTypeService'true],
  2590.             'App\\Form\\Type\\Core\\RadioCheckboxType' => ['privates''App\\Form\\Type\\Core\\RadioCheckboxType''getRadioCheckboxTypeService'true],
  2591.             'App\\Form\\Type\\DictionaryType' => ['privates''App\\Form\\Type\\DictionaryType''getDictionaryTypeService'true],
  2592.             'App\\Form\\Type\\DocumentTemplateType' => ['privates''App\\Form\\Type\\DocumentTemplateType''getDocumentTemplateTypeService'true],
  2593.             'App\\Form\\Type\\EventType' => ['privates''App\\Form\\Type\\EventType''getEventTypeService'true],
  2594.             'App\\Form\\Type\\GroupType' => ['privates''App\\Form\\Type\\GroupType''getGroupTypeService'true],
  2595.             'App\\Form\\Type\\NotificationTemplateType' => ['privates''App\\Form\\Type\\NotificationTemplateType''getNotificationTemplateTypeService'true],
  2596.             'App\\Form\\Type\\NotificationType' => ['privates''App\\Form\\Type\\NotificationType''getNotificationTypeService'true],
  2597.             'App\\Form\\Type\\ReportCategoryFormType' => ['privates''App\\Form\\Type\\ReportCategoryFormType''getReportCategoryFormTypeService'true],
  2598.             'App\\Form\\Type\\RequestType' => ['privates''App\\Form\\Type\\RequestType''getRequestTypeService'true],
  2599.             'App\\Form\\Type\\RoadOccupationUnitFeeForm' => ['privates''App\\Form\\Type\\RoadOccupationUnitFeeForm''getRoadOccupationUnitFeeFormService'true],
  2600.             'App\\Form\\Type\\ServiceAttachmentPositionType' => ['privates''App\\Form\\Type\\ServiceAttachmentPositionType''getServiceAttachmentPositionTypeService'true],
  2601.             'App\\Form\\Type\\ServiceType' => ['privates''App\\Form\\Type\\ServiceType''getServiceTypeService'true],
  2602.             'App\\Form\\Type\\SubpagesType' => ['privates''App\\Form\\Type\\SubpagesType''getSubpagesTypeService'true],
  2603.             'App\\Form\\Type\\SurveyAttachmentType' => ['privates''App\\Form\\Type\\SurveyAttachmentType''getSurveyAttachmentTypeService'true],
  2604.             'App\\Form\\Type\\SurveyQuestionChoiceType' => ['privates''App\\Form\\Type\\SurveyQuestionChoiceType''getSurveyQuestionChoiceTypeService'true],
  2605.             'App\\Form\\Type\\SurveyQuestionType' => ['privates''App\\Form\\Type\\SurveyQuestionType''getSurveyQuestionTypeService'true],
  2606.             'App\\Form\\Type\\SurveyType' => ['privates''App\\Form\\Type\\SurveyType''getSurveyTypeService'true],
  2607.             'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\CreditCardExpirationDateType' => ['services''payum.form.type.credit_card_expiration_date''getPayum_Form_Type_CreditCardExpirationDateService'true],
  2608.             'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\CreditCardType' => ['services''payum.form.type.credit_card''getPayum_Form_Type_CreditCardService'true],
  2609.             'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayConfigType' => ['services''payum.form.type.gateway_config''getPayum_Form_Type_GatewayConfigService'true],
  2610.             'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayFactoriesChoiceType' => ['services''payum.form.type.gateway_factories_choice''getPayum_Form_Type_GatewayFactoriesChoiceService'true],
  2611.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'true],
  2612.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  2613.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  2614.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['privates''form.type.file''getForm_Type_FileService'true],
  2615.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  2616.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services''vich_uploader.form.type.file''getVichUploader_Form_Type_FileService'true],
  2617.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services''vich_uploader.form.type.image''getVichUploader_Form_Type_ImageService'true],
  2618.         ], [
  2619.             'Abap\\KendoUiAdminThemeBundle\\Form\\Type\\ExtendedEntityType' => '?',
  2620.             'App\\Form\\Type\\AbapPaymentPositionForm' => '?',
  2621.             'App\\Form\\Type\\Admin\\UserNotificationType' => '?',
  2622.             'App\\Form\\Type\\Admin\\UserType' => '?',
  2623.             'App\\Form\\Type\\Admin\\WkUserType' => '?',
  2624.             'App\\Form\\Type\\Admin\\WkUserTypeGroup' => '?',
  2625.             'App\\Form\\Type\\ApplicationResolveType' => '?',
  2626.             'App\\Form\\Type\\ChangePasswordType' => '?',
  2627.             'App\\Form\\Type\\Core\\AttachmentFileType' => '?',
  2628.             'App\\Form\\Type\\Core\\AttachmentType' => '?',
  2629.             'App\\Form\\Type\\Core\\IntCheckboxType' => '?',
  2630.             'App\\Form\\Type\\Core\\IntTextArrayType' => '?',
  2631.             'App\\Form\\Type\\Core\\LazyChoiceType' => '?',
  2632.             'App\\Form\\Type\\Core\\LazyEntityType' => '?',
  2633.             'App\\Form\\Type\\Core\\NotesType' => '?',
  2634.             'App\\Form\\Type\\Core\\NullableIntRadioCheckboxType' => '?',
  2635.             'App\\Form\\Type\\Core\\NullableRadioCheckboxType' => '?',
  2636.             'App\\Form\\Type\\Core\\RadioCheckboxType' => '?',
  2637.             'App\\Form\\Type\\DictionaryType' => '?',
  2638.             'App\\Form\\Type\\DocumentTemplateType' => '?',
  2639.             'App\\Form\\Type\\EventType' => '?',
  2640.             'App\\Form\\Type\\GroupType' => '?',
  2641.             'App\\Form\\Type\\NotificationTemplateType' => '?',
  2642.             'App\\Form\\Type\\NotificationType' => '?',
  2643.             'App\\Form\\Type\\ReportCategoryFormType' => '?',
  2644.             'App\\Form\\Type\\RequestType' => '?',
  2645.             'App\\Form\\Type\\RoadOccupationUnitFeeForm' => '?',
  2646.             'App\\Form\\Type\\ServiceAttachmentPositionType' => '?',
  2647.             'App\\Form\\Type\\ServiceType' => '?',
  2648.             'App\\Form\\Type\\SubpagesType' => '?',
  2649.             'App\\Form\\Type\\SurveyAttachmentType' => '?',
  2650.             'App\\Form\\Type\\SurveyQuestionChoiceType' => '?',
  2651.             'App\\Form\\Type\\SurveyQuestionType' => '?',
  2652.             'App\\Form\\Type\\SurveyType' => '?',
  2653.             'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\CreditCardExpirationDateType' => '?',
  2654.             'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\CreditCardType' => '?',
  2655.             'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayConfigType' => '?',
  2656.             'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayFactoriesChoiceType' => '?',
  2657.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  2658.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  2659.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  2660.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  2661.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  2662.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
  2663.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
  2664.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  2665.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  2666.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  2667.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  2668.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  2669.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  2670.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  2671.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  2672.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  2673.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  2674.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  2675.         }, 1), 'Payum\\Core\\Bridge\\Symfony\\Form\\Type\\GatewayFactoriesChoiceType' => new RewindableGenerator(function () {
  2676.             yield => ($this->services['payum.form.extension.gateway_factories_choice'] ?? $this->load('getPayum_Form_Extension_GatewayFactoriesChoiceService'));
  2677.         }, 1)], new RewindableGenerator(function () {
  2678.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  2679.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
  2680.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  2681.     }
  2682.     /**
  2683.      * Gets the private 'locale_aware_listener' shared service.
  2684.      *
  2685.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2686.      */
  2687.     protected function getLocaleAwareListenerService()
  2688.     {
  2689.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2690.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('pl')));
  2691.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2692.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2693.     }
  2694.     /**
  2695.      * Gets the private 'locale_listener' shared service.
  2696.      *
  2697.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2698.      */
  2699.     protected function getLocaleListenerService()
  2700.     {
  2701.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'pl', ($this->services['router'] ?? $this->getRouterService()), false, []);
  2702.     }
  2703.     /**
  2704.      * Gets the private 'mime_types' shared service.
  2705.      *
  2706.      * @return \Symfony\Component\Mime\MimeTypes
  2707.      */
  2708.     protected function getMimeTypesService()
  2709.     {
  2710.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  2711.         $instance->setDefault($instance);
  2712.         return $instance;
  2713.     }
  2714.     /**
  2715.      * Gets the private 'monolog.handler.console' shared service.
  2716.      *
  2717.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2718.      */
  2719.     protected function getMonolog_Handler_ConsoleService()
  2720.     {
  2721.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2722.     }
  2723.     /**
  2724.      * Gets the private 'monolog.handler.main' shared service.
  2725.      *
  2726.      * @return \Monolog\Handler\StreamHandler
  2727.      */
  2728.     protected function getMonolog_Handler_MainService()
  2729.     {
  2730.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  2731.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2732.         return $instance;
  2733.     }
  2734.     /**
  2735.      * Gets the private 'monolog.logger' shared service.
  2736.      *
  2737.      * @return \Symfony\Bridge\Monolog\Logger
  2738.      */
  2739.     protected function getMonolog_LoggerService()
  2740.     {
  2741.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2742.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2743.         $instance->useMicrosecondTimestamps(true);
  2744.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2745.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2746.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2747.         return $instance;
  2748.     }
  2749.     /**
  2750.      * Gets the private 'monolog.logger.cache' shared service.
  2751.      *
  2752.      * @return \Symfony\Bridge\Monolog\Logger
  2753.      */
  2754.     protected function getMonolog_Logger_CacheService()
  2755.     {
  2756.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2757.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2758.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2759.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2760.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2761.         return $instance;
  2762.     }
  2763.     /**
  2764.      * Gets the private 'monolog.logger.request' shared service.
  2765.      *
  2766.      * @return \Symfony\Bridge\Monolog\Logger
  2767.      */
  2768.     protected function getMonolog_Logger_RequestService()
  2769.     {
  2770.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2771.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2772.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2773.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2774.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2775.         return $instance;
  2776.     }
  2777.     /**
  2778.      * Gets the private 'monolog.logger.security' shared service.
  2779.      *
  2780.      * @return \Symfony\Bridge\Monolog\Logger
  2781.      */
  2782.     protected function getMonolog_Logger_SecurityService()
  2783.     {
  2784.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2785.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2786.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2787.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2788.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2789.         return $instance;
  2790.     }
  2791.     /**
  2792.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  2793.      *
  2794.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2795.      */
  2796.     protected function getNelmioCors_CorsListenerService()
  2797.     {
  2798.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->getParameter('nelmio_cors.defaults'))]));
  2799.     }
  2800.     /**
  2801.      * Gets the private 'parameter_bag' shared service.
  2802.      *
  2803.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2804.      */
  2805.     protected function getParameterBagService()
  2806.     {
  2807.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2808.     }
  2809.     /**
  2810.      * Gets the private 'profiler_listener' shared service.
  2811.      *
  2812.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2813.      */
  2814.     protected function getProfilerListenerService()
  2815.     {
  2816.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2817.         if (isset($this->privates['profiler_listener'])) {
  2818.             return $this->privates['profiler_listener'];
  2819.         }
  2820.         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);
  2821.     }
  2822.     /**
  2823.      * Gets the private 'property_accessor' shared service.
  2824.      *
  2825.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2826.      */
  2827.     protected function getPropertyAccessorService()
  2828.     {
  2829.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2830.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  2831.     }
  2832.     /**
  2833.      * Gets the private 'property_info' shared service.
  2834.      *
  2835.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2836.      */
  2837.     protected function getPropertyInfoService()
  2838.     {
  2839.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2840.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2841.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2842.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2843.         }, 3), new RewindableGenerator(function () {
  2844.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2845.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2846.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2847.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2848.         }, 4), new RewindableGenerator(function () {
  2849.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2850.         }, 1), new RewindableGenerator(function () {
  2851.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2852.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2853.         }, 2), new RewindableGenerator(function () {
  2854.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2855.         }, 1));
  2856.     }
  2857.     /**
  2858.      * Gets the private 'router.expression_language_provider' shared service.
  2859.      *
  2860.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2861.      */
  2862.     protected function getRouter_ExpressionLanguageProviderService()
  2863.     {
  2864.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2865.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2866.         ], [
  2867.             'env' => 'Closure',
  2868.         ]));
  2869.     }
  2870.     /**
  2871.      * Gets the private 'router.request_context' shared service.
  2872.      *
  2873.      * @return \Symfony\Component\Routing\RequestContext
  2874.      */
  2875.     protected function getRouter_RequestContextService()
  2876.     {
  2877.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2878.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2879.         return $instance;
  2880.     }
  2881.     /**
  2882.      * Gets the private 'router_listener' shared service.
  2883.      *
  2884.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2885.      */
  2886.     protected function getRouterListenerService()
  2887.     {
  2888.         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);
  2889.     }
  2890.     /**
  2891.      * Gets the private 'security.authorization_checker' shared service.
  2892.      *
  2893.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  2894.      */
  2895.     protected function getSecurity_AuthorizationCheckerService()
  2896.     {
  2897.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  2898.         if (isset($this->privates['security.authorization_checker'])) {
  2899.             return $this->privates['security.authorization_checker'];
  2900.         }
  2901.         return $this->privates['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), $afalsefalse);
  2902.     }
  2903.     /**
  2904.      * Gets the private 'security.context_listener.0' shared service.
  2905.      *
  2906.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2907.      */
  2908.     protected function getSecurity_ContextListener_0Service()
  2909.     {
  2910.         $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  2911.         if (isset($this->privates['security.context_listener.0'])) {
  2912.             return $this->privates['security.context_listener.0'];
  2913.         }
  2914.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  2915.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  2916.             yield => ($this->privates['security.user.provider.concrete.api_simple_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_ApiSimpleUserProviderService'));
  2917.             yield => ($this->privates['security.user.provider.concrete.admin_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AdminUserProviderService'));
  2918.             yield => ($this->privates['security.user.provider.concrete.api_logingov_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_ApiLogingovUserProviderService'));
  2919.         }, 4), 'admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  2920.     }
  2921.     /**
  2922.      * Gets the private 'security.event_dispatcher.admin' shared service.
  2923.      *
  2924.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2925.      */
  2926.     protected function getSecurity_EventDispatcher_AdminService()
  2927.     {
  2928.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2929.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2930.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  2931.         }, => 'checkPassport'], 2048);
  2932.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2933.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  2934.         }, => 'onSuccessfulLogin'], 0);
  2935.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2936.             return ($this->privates['security.logout.listener.default.admin'] ?? $this->load('getSecurity_Logout_Listener_Default_AdminService'));
  2937.         }, => 'onLogout'], 64);
  2938.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2939.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2940.         }, => 'onLogout'], 0);
  2941.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2942.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  2943.         }, => 'preCheckCredentials'], 256);
  2944.         $instance->addListener('security.authentication.success', [=> function () {
  2945.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  2946.         }, => 'postCheckCredentials'], 256);
  2947.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2948.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2949.         }, => 'checkPassport'], 1024);
  2950.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2951.             return ($this->privates['App\\EventSubscriber\\LoginSubscriber'] ?? $this->load('getLoginSubscriberService'));
  2952.         }, => 'onLoginSuccessEvent'], 0);
  2953.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  2954.             return ($this->privates['App\\EventSubscriber\\LoginSubscriber'] ?? $this->load('getLoginSubscriberService'));
  2955.         }, => 'onLoginFailureEvent'], 0);
  2956.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2957.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2958.         }, => 'checkPassport'], 0);
  2959.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2960.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2961.         }, => 'onLoginSuccess'], 0);
  2962.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2963.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2964.         }, => 'checkPassport'], 512);
  2965.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2966.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2967.         }, => 'onLogout'], 0);
  2968.         return $instance;
  2969.     }
  2970.     /**
  2971.      * Gets the private 'security.expression_language' shared service.
  2972.      *
  2973.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  2974.      */
  2975.     protected function getSecurity_ExpressionLanguageService()
  2976.     {
  2977.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  2978.         $instance->registerProvider(new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider());
  2979.         return $instance;
  2980.     }
  2981.     /**
  2982.      * Gets the private 'security.firewall.map' shared service.
  2983.      *
  2984.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2985.      */
  2986.     protected function getSecurity_Firewall_MapService()
  2987.     {
  2988.         $a = ($this->privates['.service_locator.OW_JE5p'] ?? $this->get_ServiceLocator_OWJE5pService());
  2989.         if (isset($this->privates['security.firewall.map'])) {
  2990.             return $this->privates['security.firewall.map'];
  2991.         }
  2992.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2993.             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)/')));
  2994.             yield 'security.firewall.map.context.logingov_json_api_login' => ($this->privates['.security.request_matcher.VBk_XM1'] ?? ($this->privates['.security.request_matcher.VBk_XM1'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/logingov-token')));
  2995.             yield 'security.firewall.map.context.api_token' => ($this->privates['.security.request_matcher.wYGPCoo'] ?? ($this->privates['.security.request_matcher.wYGPCoo'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/token')));
  2996.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.tbdzgbx'] ?? ($this->privates['.security.request_matcher.tbdzgbx'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1')));
  2997.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  2998.         }, 5));
  2999.     }
  3000.     /**
  3001.      * Gets the private 'security.logout_url_generator' shared service.
  3002.      *
  3003.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3004.      */
  3005.     protected function getSecurity_LogoutUrlGeneratorService()
  3006.     {
  3007.         $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->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  3008.         $instance->registerListener('admin''abap_application_logout''logout''_csrf_token'NULLNULL);
  3009.         return $instance;
  3010.     }
  3011.     /**
  3012.      * Gets the private 'security.token_storage' shared service.
  3013.      *
  3014.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  3015.      */
  3016.     protected function getSecurity_TokenStorageService()
  3017.     {
  3018.         return $this->privates['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, [
  3019.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3020.         ], [
  3021.             'request_stack' => '?',
  3022.         ]));
  3023.     }
  3024.     /**
  3025.      * Gets the private 'serializer' shared service.
  3026.      *
  3027.      * @return \Symfony\Component\Serializer\Serializer
  3028.      */
  3029.     protected function getSerializerService()
  3030.     {
  3031.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  3032.         $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3033.         $c = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL);
  3034.         $d = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$a$b)], [=> $c])));
  3035.         $e = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  3036.         $f = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  3037.         $g = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  3038.         $h = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  3039.         $i = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  3040.         $j = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($e$f, ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($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()), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver($g, ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $h), NULL$iNULLfalse'oauth2''application''''', [], $this->parameters['api_platform.swagger.api_keys'], $htrue'page'true'itemsPerPage'$this->parameters['api_platform.formats'], true'pagination', [], $this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), NULLfalse));
  3041.         $k = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  3042.         $l = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
  3043.         $m = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  3044.         $n = ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService());
  3045.         if (isset($this->privates['serializer'])) {
  3046.             return $this->privates['serializer'];
  3047.         }
  3048.         $o = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  3049.         $p = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  3050.         $q = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  3051.         $r = ($this->privates['api_platform.item_data_provider'] ?? $this->getApiPlatform_ItemDataProviderService());
  3052.         if (isset($this->privates['serializer'])) {
  3053.             return $this->privates['serializer'];
  3054.         }
  3055.         $s = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($p);
  3056.         $t = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($p$k$a$b$sNULL);
  3057.         return $this->privates['serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => new \App\Serializer\AttachmentNormalizer(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService())), => new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), => $d=> $j=> new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($g, [], $k), => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $k), => $j=> $d=> new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($e$f$l$mNULL$gNULL$k), 10 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($e$n$g), 11 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($gtrue), 12 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 13 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 14 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 15 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($e$f$l$n$m$o$a$k$p, [], new RewindableGenerator(function () {
  3058.             return new \EmptyIterator();
  3059.         }, 0), $q), 16 => new \ApiPlatform\Serializer\ItemNormalizer($f$l$n$m$a$k$p$rtrueNULL, new RewindableGenerator(function () {
  3060.             return new \EmptyIterator();
  3061.         }, 0), $e$q), 17 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 18 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $k), 19 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($p$k$b$sNULL)), 20 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 21 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 22 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 23 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 24 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 25 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 26 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($o$m$n$e), 'page''pagination'$e$a), $e$m$i), 27 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 28 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($t$n$o), 29 => $t], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $c=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
  3062.     }
  3063.     /**
  3064.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  3065.      *
  3066.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  3067.      */
  3068.     protected function getSerializer_NameConverter_MetadataAwareService()
  3069.     {
  3070.         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()));
  3071.     }
  3072.     /**
  3073.      * Gets the private 'session_listener' shared service.
  3074.      *
  3075.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3076.      */
  3077.     protected function getSessionListenerService()
  3078.     {
  3079.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3080.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3081.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3082.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  3083.         ], [
  3084.             'logger' => '?',
  3085.             'session_collector' => '?',
  3086.             'session_factory' => '?',
  3087.         ]), true$this->parameters['session.storage.options']);
  3088.     }
  3089.     /**
  3090.      * Gets the private 'translator.default' shared service.
  3091.      *
  3092.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3093.      */
  3094.     protected function getTranslator_DefaultService()
  3095.     {
  3096.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3097.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3098.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3099.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3100.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3101.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3102.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3103.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3104.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3105.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3106.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3107.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3108.         ], [
  3109.             'translation.loader.csv' => '?',
  3110.             'translation.loader.dat' => '?',
  3111.             'translation.loader.ini' => '?',
  3112.             'translation.loader.json' => '?',
  3113.             'translation.loader.mo' => '?',
  3114.             'translation.loader.php' => '?',
  3115.             'translation.loader.po' => '?',
  3116.             'translation.loader.qt' => '?',
  3117.             'translation.loader.res' => '?',
  3118.             'translation.loader.xliff' => '?',
  3119.             'translation.loader.yml' => '?',
  3120.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'pl', ['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/vich/uploader-bundle/translations/messages.ar.yaml')], '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/vich/uploader-bundle/translations/messages.bg.yaml')], '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')], '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/vich/uploader-bundle/translations/messages.ca.yaml')], '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/vich/uploader-bundle/translations/messages.cs.yaml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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')], '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/vich/uploader-bundle/translations/messages.de.yaml'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/PayumBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/validators.de.yml')], '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')], '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/vich/uploader-bundle/translations/messages.en.yaml'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/PayumBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/payum/payum-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/vich/uploader-bundle/translations/messages.es.yaml')], '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')], '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')], '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/vich/uploader-bundle/translations/messages.fi.yaml')], '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/vich/uploader-bundle/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/PayumBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/validators.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/payum/payum-bundle/Resources/translations/PayumBundle.hr.yml')], '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/vich/uploader-bundle/translations/messages.hu.yaml')], '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')], '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/vich/uploader-bundle/translations/messages.it.yaml')], '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')], '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/vich/uploader-bundle/translations/messages.lt.yaml')], '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')], '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')], '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/vich/uploader-bundle/translations/messages.nl.yaml'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/PayumBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/validators.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')], '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/vich/uploader-bundle/translations/messages.pl.yaml'), => (\dirname(__DIR__4).'/translations/messages.pl.yaml')], '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/vich/uploader-bundle/translations/messages.pt.yaml')], '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')], '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')], '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/vich/uploader-bundle/translations/messages.ru.yaml')], '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')], '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/vich/uploader-bundle/translations/messages.sl.yaml')], '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')], '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')], '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/vich/uploader-bundle/translations/messages.tr.yaml')], '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/vich/uploader-bundle/translations/messages.uk.yaml')], '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')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')]], '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/vich/uploader-bundle/translations'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 14 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/abap/login-gov-bundle/src/translations'), 17 => (\dirname(__DIR__4).'/vendor/abap/theme-bundle/src/translations'), 18 => (\dirname(__DIR__4).'/vendor/abap/application-context-bundle/src/translations'), 19 => (\dirname(__DIR__4).'/vendor/abap/kendoui-admin-theme-bundle/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/abap/admin-bundle/src/translations'), 21 => (\dirname(__DIR__4).'/vendor/abap/payment-bundle/src/translations'), 22 => (\dirname(__DIR__4).'/src/Bundle/Abap/SmsSenderBundle/src/translations'), 23 => (\dirname(__DIR__4).'/src/Bundle/Abap/NotificationBundle/src/translations'), 24 => (\dirname(__DIR__4).'/src/Bundle/AbapMenuBundle/src/translations'), 25 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 28 => (\dirname(__DIR__4).'/src/Bundle/AbapNotifierBundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/vich/uploader-bundle/translations'=> 'vendor/payum/payum-bundle/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/symfony/security-bundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'10 => 'vendor/doctrine/doctrine-migrations-bundle/translations'11 => 'vendor/nelmio/cors-bundle/translations'12 => 'vendor/api-platform/core/src/Symfony/Bundle/translations'13 => 'vendor/symfony/maker-bundle/src/translations'14 => 'vendor/lexik/jwt-authentication-bundle/translations'15 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'16 => 'vendor/abap/login-gov-bundle/src/translations'17 => 'vendor/abap/theme-bundle/src/translations'18 => 'vendor/abap/application-context-bundle/src/translations'19 => 'vendor/abap/kendoui-admin-theme-bundle/src/translations'20 => 'vendor/abap/admin-bundle/src/translations'21 => 'vendor/abap/payment-bundle/src/translations'22 => 'src/Bundle/Abap/SmsSenderBundle/src/translations'23 => 'src/Bundle/Abap/NotificationBundle/src/translations'24 => 'src/Bundle/AbapMenuBundle/src/translations'25 => 'vendor/symfony/monolog-bundle/translations'26 => 'vendor/symfony/web-profiler-bundle/translations'27 => 'vendor/knplabs/knp-snappy-bundle/src/translations'28 => 'src/Bundle/AbapNotifierBundle/src/translations']]], []);
  3121.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3122.         $instance->setFallbackLocales([=> 'pl']);
  3123.         return $instance;
  3124.     }
  3125.     /**
  3126.      * Gets the private 'twig' shared service.
  3127.      *
  3128.      * @return \Twig\Environment
  3129.      */
  3130.     protected function getTwigService()
  3131.     {
  3132.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  3133.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  3134.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  3135.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  3136.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  3137.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  3138.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  3139.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  3140.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  3141.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  3142.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  3143.         $a->addPath((\dirname(__DIR__4).'/vendor/abap/kendoui-admin-theme-bundle/src/templates'), 'AbapKendoUiAdminTheme');
  3144.         $a->addPath((\dirname(__DIR__4).'/vendor/abap/kendoui-admin-theme-bundle/src/templates'), '!AbapKendoUiAdminTheme');
  3145.         $a->addPath((\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/views'), 'Payum');
  3146.         $a->addPath((\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/views'), '!Payum');
  3147.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  3148.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  3149.         $a->addPath((\dirname(__DIR__4).'/templates'));
  3150.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  3151.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  3152.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  3153.         $b = new \Abap\ThemeBundle\PathResolver\OrderedPathResolverRegistry();
  3154.         $b->add(new \Abap\ThemeBundle\PathResolver\ApplicationThemePathResolver(\dirname(__DIR__4)));
  3155.         $b->add(new \Abap\ThemeBundle\PathResolver\ThemePathResolver());
  3156.         $this->privates['twig'] = $instance = new \Twig\Environment(new \Abap\ThemeBundle\Twig\Loader\ThemedTemplateLoader($a, new \Abap\ThemeBundle\Twig\Locator\ThemeTemplateLocator(($this->privates['filesystem'] ?? ($this->privates['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), $b), ($this->privates['abap_theme.theme_context'] ?? $this->getAbapTheme_ThemeContextService())), ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  3157.         $c = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  3158.         $d = ($this->services['translator'] ?? $this->getTranslatorService());
  3159.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3160.         $f = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3161.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  3162.         $h = ($this->services['router'] ?? $this->getRouterService());
  3163.         $i = ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  3164.         $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  3165.         $j->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  3166.         $k = new \Symfony\Bridge\Twig\AppVariable();
  3167.         $k->setEnvironment('dev');
  3168.         $k->setDebug(true);
  3169.         $k->setTokenStorage($i);
  3170.         if ($this->has('request_stack')) {
  3171.             $k->setRequestStack($e);
  3172.         }
  3173.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  3174.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $c));
  3175.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($d));
  3176.         $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($e$f->getBaseUrl(), $f->isSecure())), new RewindableGenerator(function () {
  3177.             return new \EmptyIterator();
  3178.         }, 0))));
  3179.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g\dirname(__DIR__4), 'UTF-8'));
  3180.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  3181.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  3182.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($ctrue));
  3183.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  3184.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  3185.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($e$f)));
  3186.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($e));
  3187.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  3188.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($d));
  3189.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  3190.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($e, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $i)));
  3191.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  3192.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  3193.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension(new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()))));
  3194.         $instance->addExtension(new \Abap\KendoUiAdminThemeBundle\Twig\JsExtension());
  3195.         $instance->addExtension(new \Abap\KendoUiAdminThemeBundle\Twig\UrlExtension());
  3196.         $instance->addExtension(new \Abap\KendoUiAdminThemeBundle\Twig\FormExtension());
  3197.         $instance->addExtension(new \Abap\MenuBundle\Twig\AbapMenuTwigExtension(new \Abap\MenuBundle\Resolver\MenuItemsResolver(new \Abap\MenuBundle\Provider\BundleConfigurationProvider(['menus' => ['main' => ['name' => 'Główne''items' => ['Dashboard' => ['type' => 'route''label' => 'Pulpit''route' => 'abap_application.start_point.admin''route_parameters' => [], 'items' => []], 'Users' => ['type' => 'route''label' => 'Użytkownicy''route' => 'admin_user.list_view''route_parameters' => [], 'items' => []], 'PortalUsers' => ['type' => 'route''label' => 'Użytkownicy portalu''route' => 'admin_portal_user.list_view''route_parameters' => [], 'items' => []], 'Applicants' => ['type' => 'route''label' => 'Wnioskodawcy''route' => 'admin_applicant.list_view''route_parameters' => [], 'items' => []], 'Applications' => ['type' => 'route''label' => 'Wnioski''route' => 'admin_application.list_view''route_parameters' => [], 'items' => []], 'Subpages' => ['type' => 'route''label' => 'ZarzÄ…dzanie podstronami''route' => 'admin_subpages.list_view''route_parameters' => [], 'items' => []], 'Services' => ['type' => 'route''label' => 'ZarzÄ…dzanie e-usÅ‚ugami''route' => 'admin_services.list_view''route_parameters' => [], 'items' => []], 'Payments' => ['type' => 'route''label' => 'PÅ‚atnoÅ›ci''route' => 'admin_payments.list_view''route_parameters' => [], 'items' => []], 'NotificationTemplates' => ['type' => 'route''label' => 'Szablony powiadomieÅ„''route' => 'admin_notification_templates.list_view''route_parameters' => [], 'items' => []], 'ChangePassword' => ['type' => 'route''label' => 'ZmieÅ„ hasÅ‚o''route' => 'admin_user.change_password''route_parameters' => [], 'items' => []], 'DocumentTemplates' => ['type' => 'route''label' => 'Szablony dokumentów''route' => 'admin_document_templates.list_view''route_parameters' => [], 'items' => []], 'Dictionaries' => ['type' => 'route''label' => 'SÅ‚owniki''route' => 'abap_application.custom_page.admin''route_parameters' => ['pageName' => ['value' => 'dictionaries']], 'items' => []], 'Surveys' => ['type' => 'route''label' => 'Konsultacje spoÅ‚eczne''route' => 'admin_survey.list_view''route_parameters' => [], 'items' => []]]]]]), new \Abap\MenuBundle\ShowItemPreventionChecker\ShowItemPreventionCheckersChain(), $h$e)));
  3198.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  3199.         $instance->addGlobal('app'$k);
  3200.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3201.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  3202.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  3203.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  3204.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  3205.         ], [
  3206.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  3207.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  3208.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  3209.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  3210.         ])));
  3211.         $instance->addGlobal('dictionary_service', ($this->privates['App\\Service\\DictionaryService'] ?? ($this->privates['App\\Service\\DictionaryService'] = new \App\Service\DictionaryService())));
  3212.         $instance->addGlobal('notification_service', ($this->privates['App\\Service\\NotificationService'] ?? $this->getNotificationServiceService()));
  3213.         $instance->addGlobal('notification_reload_min'5);
  3214.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  3215.         return $instance;
  3216.     }
  3217.     /**
  3218.      * Gets the private 'validator.builder' shared service.
  3219.      *
  3220.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3221.      */
  3222.     protected function getValidator_BuilderService()
  3223.     {
  3224.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3225.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3226.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3227.             'App\\Validator\\TaxIdValidator' => ['privates''App\\Validator\\TaxIdValidator''getTaxIdValidatorService'true],
  3228.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3229.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3230.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3231.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3232.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3233.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3234.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3235.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3236.         ], [
  3237.             'App\\Validator\\TaxIdValidator' => '?',
  3238.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3239.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3240.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3241.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3242.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3243.             'doctrine.orm.validator.unique' => '?',
  3244.             'security.validator.user_password' => '?',
  3245.             'validator.expression' => '?',
  3246.         ])));
  3247.         if ($this->has('translator')) {
  3248.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3249.         }
  3250.         $instance->setTranslationDomain('validators');
  3251.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/config/validation.xml')]);
  3252.         $instance->enableAnnotationMapping(true);
  3253.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3254.         $instance->addMethodMapping('loadValidatorMetadata');
  3255.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3256.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3257.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3258.         return $instance;
  3259.     }
  3260.     /**
  3261.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  3262.      *
  3263.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  3264.      */
  3265.     protected function getVichUploader_MetadataReaderService()
  3266.     {
  3267.         $a = new \Metadata\Driver\FileLocator([]);
  3268.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Vich\UploaderBundle\Metadata\Driver\AttributeReader(), [=> ($this->services['doctrine'] ?? $this->getDoctrineService())]), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  3269.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  3270.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  3271.     }
  3272.     /**
  3273.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  3274.      *
  3275.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  3276.      */
  3277.     protected function getVichUploader_PropertyMappingFactoryService()
  3278.     {
  3279.         return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->parameters['vich_uploader.mappings'], '_name');
  3280.     }
  3281.     /**
  3282.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  3283.      *
  3284.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  3285.      */
  3286.     protected function getVichUploader_Storage_FileSystemService()
  3287.     {
  3288.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  3289.     }
  3290.     /**
  3291.      * Gets the private 'web_profiler.csp.handler' shared service.
  3292.      *
  3293.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3294.      */
  3295.     protected function getWebProfiler_Csp_HandlerService()
  3296.     {
  3297.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3298.     }
  3299.     /**
  3300.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3301.      *
  3302.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3303.      */
  3304.     protected function getWebProfiler_DebugToolbarService()
  3305.     {
  3306.         $a = ($this->privates['twig'] ?? $this->getTwigService());
  3307.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3308.             return $this->privates['web_profiler.debug_toolbar'];
  3309.         }
  3310.         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()), NULL);
  3311.     }
  3312.     /**
  3313.      * Gets the public 'profiler' alias.
  3314.      *
  3315.      * @return object The ".container.private.profiler" service.
  3316.      */
  3317.     protected function getProfilerService()
  3318.     {
  3319.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3320.         return $this->get('.container.private.profiler');
  3321.     }
  3322.     public function getParameter(string $name): array|bool|string|int|float|\UnitEnum|null
  3323.     {
  3324.         if (isset($this->buildParameters[$name])) {
  3325.             return $this->buildParameters[$name];
  3326.         }
  3327.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3328.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3329.         }
  3330.         if (isset($this->loadedDynamicParameters[$name])) {
  3331.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3332.         }
  3333.         return $this->parameters[$name];
  3334.     }
  3335.     public function hasParameter(string $name): bool
  3336.     {
  3337.         if (isset($this->buildParameters[$name])) {
  3338.             return true;
  3339.         }
  3340.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3341.     }
  3342.     public function setParameter(string $name$value): void
  3343.     {
  3344.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3345.     }
  3346.     public function getParameterBag(): ParameterBagInterface
  3347.     {
  3348.         if (null === $this->parameterBag) {
  3349.             $parameters $this->parameters;
  3350.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3351.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3352.             }
  3353.             foreach ($this->buildParameters as $name => $value) {
  3354.                 $parameters[$name] = $value;
  3355.             }
  3356.             $this->parameterBag = new FrozenParameterBag($parameters);
  3357.         }
  3358.         return $this->parameterBag;
  3359.     }
  3360.     private $loadedDynamicParameters = [
  3361.         'kernel.runtime_environment' => false,
  3362.         'kernel.build_dir' => false,
  3363.         'kernel.cache_dir' => false,
  3364.         'app.external_api_url' => false,
  3365.         'app.secret_key' => false,
  3366.         'app.secret_key_user' => false,
  3367.         'onlyoffcie_server_url' => false,
  3368.         'app_url' => false,
  3369.         'logingov_documenttosigning_xmltemplate' => false,
  3370.         'logingov_applicationdocumentsigned_frontend_callback_url' => false,
  3371.         'logingov_callback_url' => false,
  3372.         'app_payment.return_url' => false,
  3373.         'payum.capture_path' => false,
  3374.         'app.pseudonymization_phrase' => false,
  3375.         'kernel.secret' => false,
  3376.         'debug.container.dump' => false,
  3377.         'serializer.mapping.cache.file' => false,
  3378.         'session.save_path' => false,
  3379.         'validator.mapping.cache.file' => false,
  3380.         'profiler.storage.dsn' => false,
  3381.         'doctrine.orm.proxy_dir' => false,
  3382.         'nelmio_cors.defaults' => false,
  3383.         'lexik_jwt_authentication.pass_phrase' => false,
  3384.         'abap_login_gov.client_config' => false,
  3385.         'abap_login_gov.api_frontend_callback_url' => false,
  3386.         'abap_login_gov.api_acs_path' => false,
  3387.         'knp_snappy.pdf.binary' => false,
  3388.         'knp_snappy.image.binary' => false,
  3389.     ];
  3390.     private $dynamicParameters = [];
  3391.     private function getDynamicParameter(string $name)
  3392.     {
  3393.         switch ($name) {
  3394.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3395.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3396.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3397.             case 'app.external_api_url'$value $this->getEnv('EXTERNAL_API_URL'); break;
  3398.             case 'app.secret_key'$value $this->getEnv('SECRET_KEY'); break;
  3399.             case 'app.secret_key_user'$value $this->getEnv('SECRET_KEY_USER'); break;
  3400.             case 'onlyoffcie_server_url'$value $this->getEnv('ONLYOFFICE_SERVER_URL'); break;
  3401.             case 'app_url'$value $this->getEnv('APP_URL'); break;
  3402.             case 'logingov_documenttosigning_xmltemplate'$value = (\dirname(__DIR__4).'/'.$this->getEnv('string:LOGIN_GOV_DOCUMENTTOSIGNING_XMLTEMPLATE')); break;
  3403.             case 'logingov_applicationdocumentsigned_frontend_callback_url'$value $this->getEnv('LOGIN_GOV_APPLICATIONDOCUMENTSIGNED_FRONTEND_CALLBACK_URL'); break;
  3404.             case 'logingov_callback_url'$value $this->getEnv('LOGIN_GOV_API_CALLBACK_URL'); break;
  3405.             case 'app_payment.return_url'$value $this->getEnv('PAYBYNET_BACKPAGE'); break;
  3406.             case 'payum.capture_path'$value $this->getEnv('PAYBYNET_CAPTURE_PATH'); break;
  3407.             case 'app.pseudonymization_phrase'$value $this->getEnv('PSEUDONYMIZATION_PHRASE'); break;
  3408.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  3409.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  3410.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3411.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  3412.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3413.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3414.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3415.             case 'nelmio_cors.defaults'$value = [
  3416.                 'allow_origin' => [
  3417.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  3418.                 ],
  3419.                 'allow_credentials' => false,
  3420.                 'allow_headers' => [
  3421.                     => 'content-type',
  3422.                     => 'authorization',
  3423.                 ],
  3424.                 'expose_headers' => [
  3425.                     => 'Link',
  3426.                 ],
  3427.                 'allow_methods' => [
  3428.                     => 'GET',
  3429.                     => 'OPTIONS',
  3430.                     => 'POST',
  3431.                     => 'PUT',
  3432.                     => 'PATCH',
  3433.                     => 'DELETE',
  3434.                 ],
  3435.                 'max_age' => 3600,
  3436.                 'hosts' => [
  3437.                 ],
  3438.                 'origin_regex' => true,
  3439.                 'forced_allow_origin_value' => NULL,
  3440.             ]; break;
  3441.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  3442.             case 'abap_login_gov.client_config'$value = [
  3443.                 'sso_login_url' => $this->getEnv('ABAP_LOGIN_GOV_SSO_LOGIN_URL'),
  3444.                 'sig_keystore_path' => $this->getEnv('ABAP_LOGIN_GOV_SIG_KEYSTORE_PATH'),
  3445.                 'enc_keystore_path' => $this->getEnv('ABAP_LOGIN_GOV_ENC_KEYSTORE_PATH'),
  3446.                 'epuap_keystore_path' => $this->getEnv('ABAP_LOGIN_GOV_EPUAP_KEYSTORE_PATH'),
  3447.                 'epuap_keystore_password' => $this->getEnv('ABAP_LOGIN_GOV_EPUAP_KEYSTORE_PASSWORD'),
  3448.                 'sksp' => $this->getEnv('ABAP_LOGIN_GOV_SKSP'),
  3449.                 'eksp' => $this->getEnv('ABAP_LOGIN_GOV_EKSP'),
  3450.                 'acs' => $this->getEnv('ABAP_LOGIN_GOV_ACS'),
  3451.                 'authn_request_ds' => $this->getEnv('ABAP_LOGIN_GOV_AUTHN_REQUEST_DS'),
  3452.                 'artifact_resolve_ds' => $this->getEnv('ABAP_LOGIN_GOV_ARTIFACT_RESOLVE_DS'),
  3453.                 'logout_request_ds' => $this->getEnv('ABAP_LOGIN_GOV_LOGOUT_REQUEST_DS'),
  3454.                 'adddocumenttosigning_request_ds' => $this->getEnv('ABAP_LOGIN_GOV_ADDDOCUMENTTOSIGNING_REQUEST_DS'),
  3455.                 'getsigneddocument_request_ds' => $this->getEnv('ABAP_LOGIN_GOV_GETSIGNEDDOCUMENT_REQUEST_DS'),
  3456.                 'is' => $this->getEnv('ABAP_LOGIN_GOV_IS'),
  3457.                 'provider_name' => NULL,
  3458.                 'connector_app_dir' => (\dirname(__DIR__4).'/vendor/abap/login-gov-bundle/src/DependencyInjection/../../bin/LoginGovConnector'),
  3459.                 'connector_app_jar' => 'LoginGovConnector.jar',
  3460.             ]; break;
  3461.             case 'abap_login_gov.api_frontend_callback_url'$value $this->getEnv('ABAP_LOGIN_GOV_API_FRONTEND_CALLBACK_URL'); break;
  3462.             case 'abap_login_gov.api_acs_path'$value $this->getEnv('ABAP_LOGIN_GOV_API_ACS_PATH'); break;
  3463.             case 'knp_snappy.pdf.binary'$value $this->getEnv('WKHTMLTOPDF_PATH'); break;
  3464.             case 'knp_snappy.image.binary'$value $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
  3465.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3466.         }
  3467.         $this->loadedDynamicParameters[$name] = true;
  3468.         return $this->dynamicParameters[$name] = $value;
  3469.     }
  3470.     protected function getDefaultParameters(): array
  3471.     {
  3472.         return [
  3473.             'kernel.project_dir' => \dirname(__DIR__4),
  3474.             'kernel.environment' => 'dev',
  3475.             'kernel.debug' => true,
  3476.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3477.             'kernel.bundles' => [
  3478.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3479.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3480.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3481.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3482.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3483.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  3484.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  3485.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3486.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  3487.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3488.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  3489.                 'AbapLoginGovBundle' => 'Abap\\LoginGovBundle\\AbapLoginGovBundle',
  3490.                 'AbapThemeBundle' => 'Abap\\ThemeBundle\\AbapThemeBundle',
  3491.                 'AbapApplicationContextBundle' => 'Abap\\ApplicationContextBundle\\AbapApplicationContextBundle',
  3492.                 'AbapKendoUiAdminThemeBundle' => 'Abap\\KendoUiAdminThemeBundle\\AbapKendoUiAdminThemeBundle',
  3493.                 'AbapAdminBundle' => 'Abap\\AdminBundle\\AbapAdminBundle',
  3494.                 'PayumBundle' => 'Payum\\Bundle\\PayumBundle\\PayumBundle',
  3495.                 'AbapPaymentBundle' => 'Abap\\PaymentBundle\\AbapPaymentBundle',
  3496.                 'AbapSmsSenderBundle' => 'Abap\\SmsSenderBundle\\AbapSmsSenderBundle',
  3497.                 'AbapNotificationBundle' => 'Abap\\NotificationBundle\\AbapNotificationBundle',
  3498.                 'AbapMenuBundle' => 'Abap\\MenuBundle\\AbapMenuBundle',
  3499.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3500.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3501.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  3502.                 'AbapNotifierBundle' => 'Abap\\NotifierBundle\\AbapNotifierBundle',
  3503.             ],
  3504.             'kernel.bundles_metadata' => [
  3505.                 'FrameworkBundle' => [
  3506.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3507.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3508.                 ],
  3509.                 'TwigBundle' => [
  3510.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3511.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3512.                 ],
  3513.                 'SecurityBundle' => [
  3514.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3515.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3516.                 ],
  3517.                 'DoctrineBundle' => [
  3518.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3519.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3520.                 ],
  3521.                 'DoctrineMigrationsBundle' => [
  3522.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3523.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3524.                 ],
  3525.                 'NelmioCorsBundle' => [
  3526.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  3527.                     'namespace' => 'Nelmio\\CorsBundle',
  3528.                 ],
  3529.                 'ApiPlatformBundle' => [
  3530.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  3531.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  3532.                 ],
  3533.                 'MakerBundle' => [
  3534.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3535.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3536.                 ],
  3537.                 'LexikJWTAuthenticationBundle' => [
  3538.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  3539.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  3540.                 ],
  3541.                 'DoctrineFixturesBundle' => [
  3542.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3543.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3544.                 ],
  3545.                 'VichUploaderBundle' => [
  3546.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  3547.                     'namespace' => 'Vich\\UploaderBundle',
  3548.                 ],
  3549.                 'AbapLoginGovBundle' => [
  3550.                     'path' => (\dirname(__DIR__4).'/vendor/abap/login-gov-bundle/src'),
  3551.                     'namespace' => 'Abap\\LoginGovBundle',
  3552.                 ],
  3553.                 'AbapThemeBundle' => [
  3554.                     'path' => (\dirname(__DIR__4).'/vendor/abap/theme-bundle/src'),
  3555.                     'namespace' => 'Abap\\ThemeBundle',
  3556.                 ],
  3557.                 'AbapApplicationContextBundle' => [
  3558.                     'path' => (\dirname(__DIR__4).'/vendor/abap/application-context-bundle/src'),
  3559.                     'namespace' => 'Abap\\ApplicationContextBundle',
  3560.                 ],
  3561.                 'AbapKendoUiAdminThemeBundle' => [
  3562.                     'path' => (\dirname(__DIR__4).'/vendor/abap/kendoui-admin-theme-bundle/src'),
  3563.                     'namespace' => 'Abap\\KendoUiAdminThemeBundle',
  3564.                 ],
  3565.                 'AbapAdminBundle' => [
  3566.                     'path' => (\dirname(__DIR__4).'/vendor/abap/admin-bundle/src'),
  3567.                     'namespace' => 'Abap\\AdminBundle',
  3568.                 ],
  3569.                 'PayumBundle' => [
  3570.                     'path' => (\dirname(__DIR__4).'/vendor/payum/payum-bundle'),
  3571.                     'namespace' => 'Payum\\Bundle\\PayumBundle',
  3572.                 ],
  3573.                 'AbapPaymentBundle' => [
  3574.                     'path' => (\dirname(__DIR__4).'/vendor/abap/payment-bundle/src'),
  3575.                     'namespace' => 'Abap\\PaymentBundle',
  3576.                 ],
  3577.                 'AbapSmsSenderBundle' => [
  3578.                     'path' => (\dirname(__DIR__4).'/src/Bundle/Abap/SmsSenderBundle/src'),
  3579.                     'namespace' => 'Abap\\SmsSenderBundle',
  3580.                 ],
  3581.                 'AbapNotificationBundle' => [
  3582.                     'path' => (\dirname(__DIR__4).'/src/Bundle/Abap/NotificationBundle/src'),
  3583.                     'namespace' => 'Abap\\NotificationBundle',
  3584.                 ],
  3585.                 'AbapMenuBundle' => [
  3586.                     'path' => (\dirname(__DIR__4).'/src/Bundle/AbapMenuBundle/src'),
  3587.                     'namespace' => 'Abap\\MenuBundle',
  3588.                 ],
  3589.                 'MonologBundle' => [
  3590.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3591.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3592.                 ],
  3593.                 'WebProfilerBundle' => [
  3594.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3595.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3596.                 ],
  3597.                 'KnpSnappyBundle' => [
  3598.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  3599.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  3600.                 ],
  3601.                 'AbapNotifierBundle' => [
  3602.                     'path' => (\dirname(__DIR__4).'/src/Bundle/AbapNotifierBundle/src'),
  3603.                     'namespace' => 'Abap\\NotifierBundle',
  3604.                 ],
  3605.             ],
  3606.             'kernel.charset' => 'UTF-8',
  3607.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  3608.             'api_prefix' => '/api/v1',
  3609.             'notifiction_reload_min' => 5,
  3610.             'app.external_api_token' => '',
  3611.             'app_payment.gateway.default' => 'paybynet',
  3612.             'event_dispatcher.event_aliases' => [
  3613.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3614.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3615.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3616.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3617.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3618.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3619.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3620.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3621.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3622.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3623.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3624.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3625.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3626.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3627.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3628.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3629.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3630.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3631.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3632.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3633.             ],
  3634.             'fragment.renderer.hinclude.global_template' => NULL,
  3635.             'fragment.path' => '/_fragment',
  3636.             'kernel.http_method_override' => false,
  3637.             'kernel.trusted_hosts' => [
  3638.             ],
  3639.             'kernel.default_locale' => 'pl',
  3640.             'kernel.enabled_locales' => [
  3641.             ],
  3642.             'kernel.error_controller' => 'error_controller',
  3643.             'debug.file_link_format' => NULL,
  3644.             'asset.request_context.base_path' => NULL,
  3645.             'asset.request_context.secure' => NULL,
  3646.             'translator.logging' => false,
  3647.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3648.             'debug.error_handler.throw_at' => -1,
  3649.             'router.request_context.host' => 'localhost',
  3650.             'router.request_context.scheme' => 'http',
  3651.             'router.request_context.base_url' => '',
  3652.             'router.resource' => 'kernel::loadRoutes',
  3653.             'request_listener.http_port' => 80,
  3654.             'request_listener.https_port' => 443,
  3655.             'session.metadata.storage_key' => '_sf2_meta',
  3656.             'session.storage.options' => [
  3657.                 'cache_limiter' => '0',
  3658.                 'cookie_secure' => 'auto',
  3659.                 'cookie_httponly' => true,
  3660.                 'cookie_samesite' => 'lax',
  3661.                 'gc_probability' => 1,
  3662.             ],
  3663.             'session.metadata.update_threshold' => 0,
  3664.             'form.type_extension.csrf.enabled' => true,
  3665.             'form.type_extension.csrf.field_name' => '_token',
  3666.             'validator.translation_domain' => 'validators',
  3667.             'profiler_listener.only_exceptions' => false,
  3668.             'profiler_listener.only_main_requests' => false,
  3669.             'twig.form.resources' => [
  3670.                 => '@VichUploader/Form/fields.html.twig',
  3671.                 => 'form_div_layout.html.twig',
  3672.             ],
  3673.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3674.             'security.role_hierarchy.roles' => [
  3675.             ],
  3676.             'security.access.denied_url' => NULL,
  3677.             'security.authentication.manager.erase_credentials' => true,
  3678.             'security.authentication.session_strategy.strategy' => 'migrate',
  3679.             'security.authentication.hide_user_not_found' => true,
  3680.             'security.firewalls' => [
  3681.                 => 'dev',
  3682.                 => 'logingov_json_api_login',
  3683.                 => 'api_token',
  3684.                 => 'api',
  3685.                 => 'admin',
  3686.             ],
  3687.             'lexik_jwt_authentication.authenticator_manager_enabled' => true,
  3688.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3689.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3690.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3691.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3692.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3693.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3694.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3695.             'doctrine.entity_managers' => [
  3696.                 'default' => 'doctrine.orm.default_entity_manager',
  3697.             ],
  3698.             'doctrine.default_entity_manager' => 'default',
  3699.             'doctrine.dbal.connection_factory.types' => [
  3700.                 'uuid' => [
  3701.                     'class' => 'Ramsey\\Uuid\\Doctrine\\UuidType',
  3702.                 ],
  3703.                 'ulid' => [
  3704.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  3705.                 ],
  3706.             ],
  3707.             'doctrine.connections' => [
  3708.                 'default' => 'doctrine.dbal.default_connection',
  3709.             ],
  3710.             'doctrine.default_connection' => 'default',
  3711.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3712.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3713.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3714.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3715.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3716.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3717.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3718.             'doctrine.orm.cache.memcache_port' => 11211,
  3719.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3720.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3721.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3722.             'doctrine.orm.cache.memcached_port' => 11211,
  3723.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3724.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3725.             'doctrine.orm.cache.redis_host' => 'localhost',
  3726.             'doctrine.orm.cache.redis_port' => 6379,
  3727.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3728.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3729.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3730.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3731.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3732.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3733.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3734.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3735.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3736.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3737.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3738.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3739.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3740.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3741.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3742.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3743.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3744.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3745.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3746.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3747.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3748.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3749.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3750.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3751.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3752.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3753.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3754.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3755.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3756.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3757.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3758.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  3759.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3760.             'doctrine.migrations.preferred_em' => NULL,
  3761.             'doctrine.migrations.preferred_connection' => NULL,
  3762.             'nelmio_cors.map' => [
  3763.                 '^/' => [
  3764.                     'allow_origin' => true,
  3765.                     'allow_headers' => true,
  3766.                     'allow_methods' => [
  3767.                         => 'GET',
  3768.                         => 'OPTIONS',
  3769.                         => 'POST',
  3770.                         => 'PUT',
  3771.                         => 'PATCH',
  3772.                         => 'DELETE',
  3773.                     ],
  3774.                     'max_age' => 3600,
  3775.                 ],
  3776.             ],
  3777.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  3778.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  3779.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  3780.             'api_platform.metadata_backward_compatibility_layer' => false,
  3781.             'api_platform.enable_entrypoint' => true,
  3782.             'api_platform.enable_docs' => true,
  3783.             'api_platform.title' => '',
  3784.             'api_platform.description' => '',
  3785.             'api_platform.version' => '0.0.0',
  3786.             'api_platform.show_webby' => true,
  3787.             'api_platform.url_generation_strategy' => 1,
  3788.             'api_platform.exception_to_status' => [
  3789.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  3790.                 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  3791.                 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  3792.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  3793.             ],
  3794.             'api_platform.formats' => [
  3795.                 'json' => [
  3796.                     => 'application/json',
  3797.                 ],
  3798.                 'jsonld' => [
  3799.                     => 'application/ld+json',
  3800.                 ],
  3801.                 'html' => [
  3802.                     => 'text/html',
  3803.                 ],
  3804.                 'binary' => [
  3805.                     => 'application/octet-stream',
  3806.                 ],
  3807.             ],
  3808.             'api_platform.patch_formats' => [
  3809.                 'json' => [
  3810.                     => 'application/merge-patch+json',
  3811.                 ],
  3812.             ],
  3813.             'api_platform.error_formats' => [
  3814.                 'jsonproblem' => [
  3815.                     => 'application/problem+json',
  3816.                 ],
  3817.                 'jsonld' => [
  3818.                     => 'application/ld+json',
  3819.                 ],
  3820.             ],
  3821.             'api_platform.allow_plain_identifiers' => true,
  3822.             'api_platform.eager_loading.enabled' => true,
  3823.             'api_platform.eager_loading.max_joins' => 100,
  3824.             'api_platform.eager_loading.fetch_partial' => false,
  3825.             'api_platform.eager_loading.force_eager' => true,
  3826.             'api_platform.collection.exists_parameter_name' => 'exists',
  3827.             'api_platform.collection.order' => 'ASC',
  3828.             'api_platform.collection.order_parameter_name' => 'order',
  3829.             'api_platform.collection.order_nulls_comparison' => NULL,
  3830.             'api_platform.collection.pagination.enabled' => true,
  3831.             'api_platform.collection.pagination.partial' => false,
  3832.             'api_platform.collection.pagination.client_enabled' => true,
  3833.             'api_platform.collection.pagination.client_items_per_page' => true,
  3834.             'api_platform.collection.pagination.client_partial' => false,
  3835.             'api_platform.collection.pagination.items_per_page' => 10,
  3836.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  3837.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  3838.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  3839.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  3840.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  3841.             'api_platform.collection.pagination' => [
  3842.                 'items_per_page' => 10,
  3843.                 'client_enabled' => true,
  3844.                 'enabled_parameter_name' => 'pagination',
  3845.                 'client_items_per_page' => true,
  3846.                 'enabled' => true,
  3847.                 'partial' => false,
  3848.                 'client_partial' => false,
  3849.                 'maximum_items_per_page' => NULL,
  3850.                 'page_parameter_name' => 'page',
  3851.                 'items_per_page_parameter_name' => 'itemsPerPage',
  3852.                 'partial_parameter_name' => 'partial',
  3853.             ],
  3854.             'api_platform.http_cache.etag' => true,
  3855.             'api_platform.http_cache.max_age' => NULL,
  3856.             'api_platform.http_cache.shared_max_age' => NULL,
  3857.             'api_platform.http_cache.vary' => [
  3858.                 => 'Accept',
  3859.             ],
  3860.             'api_platform.http_cache.public' => NULL,
  3861.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  3862.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  3863.             'api_platform.asset_package' => NULL,
  3864.             'api_platform.defaults' => [
  3865.                 'extra_properties' => [
  3866.                 ],
  3867.             ],
  3868.             'api_platform.resource_class_directories' => [
  3869.                 => (\dirname(__DIR__4).'/src/Entity'),
  3870.                 => (\dirname(__DIR__4).'/src/Dto'),
  3871.             ],
  3872.             'api_platform.oauth.enabled' => false,
  3873.             'api_platform.oauth.clientId' => '',
  3874.             'api_platform.oauth.clientSecret' => '',
  3875.             'api_platform.oauth.type' => 'oauth2',
  3876.             'api_platform.oauth.flow' => 'application',
  3877.             'api_platform.oauth.tokenUrl' => '',
  3878.             'api_platform.oauth.authorizationUrl' => '',
  3879.             'api_platform.oauth.refreshUrl' => '',
  3880.             'api_platform.oauth.scopes' => [
  3881.             ],
  3882.             'api_platform.oauth.pkce' => false,
  3883.             'api_platform.openapi.termsOfService' => NULL,
  3884.             'api_platform.openapi.contact.name' => NULL,
  3885.             'api_platform.openapi.contact.url' => NULL,
  3886.             'api_platform.openapi.contact.email' => NULL,
  3887.             'api_platform.openapi.license.name' => NULL,
  3888.             'api_platform.openapi.license.url' => NULL,
  3889.             'api_platform.swagger.versions' => [
  3890.                 => 3,
  3891.             ],
  3892.             'api_platform.enable_swagger_ui' => true,
  3893.             'api_platform.enable_re_doc' => true,
  3894.             'api_platform.swagger.api_keys' => [
  3895.                 'apiKey' => [
  3896.                     'name' => 'Authorization',
  3897.                     'type' => 'header',
  3898.                 ],
  3899.             ],
  3900.             'api_platform.swagger_ui.extra_configuration' => [
  3901.             ],
  3902.             'api_platform.graphql.enabled' => false,
  3903.             'api_platform.graphql.graphiql.enabled' => false,
  3904.             'api_platform.graphql.graphql_playground.enabled' => false,
  3905.             'api_platform.graphql.collection.pagination' => [
  3906.                 'enabled' => true,
  3907.             ],
  3908.             'api_platform.validator.serialize_payload_fields' => [
  3909.             ],
  3910.             'api_platform.validator.query_parameter_validation' => true,
  3911.             'api_platform.elasticsearch.enabled' => false,
  3912.             'lexik_jwt_authentication.token_ttl' => 43200,
  3913.             'lexik_jwt_authentication.clock_skew' => 0,
  3914.             'lexik_jwt_authentication.user_identity_field' => 'username',
  3915.             'lexik_jwt_authentication.allow_no_expiration' => false,
  3916.             'lexik_jwt_authentication.user_id_claim' => 'username',
  3917.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  3918.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  3919.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  3920.             'vich_uploader.mappings' => [
  3921.                 'attachment' => [
  3922.                     'uri_prefix' => '/attachments',
  3923.                     'upload_destination' => (\dirname(__DIR__3).'/attachments'),
  3924.                     'namer' => [
  3925.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.attachment',
  3926.                         'options' => [
  3927.                         ],
  3928.                     ],
  3929.                     'directory_namer' => [
  3930.                         'service' => NULL,
  3931.                         'options' => NULL,
  3932.                     ],
  3933.                     'delete_on_remove' => true,
  3934.                     'delete_on_update' => true,
  3935.                     'inject_on_load' => false,
  3936.                     'db_driver' => 'orm',
  3937.                 ],
  3938.                 'template_attachment' => [
  3939.                     'uri_prefix' => '/document-templates',
  3940.                     'upload_destination' => (\dirname(__DIR__3).'/templates'),
  3941.                     'namer' => [
  3942.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.template_attachment',
  3943.                         'options' => [
  3944.                         ],
  3945.                     ],
  3946.                     'directory_namer' => [
  3947.                         'service' => NULL,
  3948.                         'options' => NULL,
  3949.                     ],
  3950.                     'delete_on_remove' => true,
  3951.                     'delete_on_update' => true,
  3952.                     'inject_on_load' => false,
  3953.                     'db_driver' => 'orm',
  3954.                 ],
  3955.             ],
  3956.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  3957.             'abap_kendo_ui_admin_theme.dictionary.filters' => [
  3958.                 'applicationStatus' => [
  3959.                     'class' => 'App\\Entity\\Dictionary\\ApplicationStatus',
  3960.                     'label_field' => 'name',
  3961.                     'path' => NULL,
  3962.                     'label_as_value' => false,
  3963.                     'dependent_filters' => [
  3964.                     ],
  3965.                     'depends_on' => [
  3966.                     ],
  3967.                 ],
  3968.                 'documentReceiptMethod' => [
  3969.                     'class' => 'App\\Entity\\Dictionary\\DocumentReceiptMethod',
  3970.                     'label_field' => 'name',
  3971.                     'path' => NULL,
  3972.                     'label_as_value' => false,
  3973.                     'dependent_filters' => [
  3974.                     ],
  3975.                     'depends_on' => [
  3976.                     ],
  3977.                 ],
  3978.                 'userStatus' => [
  3979.                     'class' => 'App\\Entity\\Dictionary\\ApplicationStatus',
  3980.                     'path' => 'dictionary.user_status',
  3981.                     'label_field' => 'name',
  3982.                     'label_as_value' => false,
  3983.                     'dependent_filters' => [
  3984.                     ],
  3985.                     'depends_on' => [
  3986.                     ],
  3987.                 ],
  3988.                 'paymentStatus' => [
  3989.                     'class' => 'App\\Entity\\Dictionary\\ApplicationStatus',
  3990.                     'path' => 'dictionary.payment_status',
  3991.                     'label_field' => 'name',
  3992.                     'label_as_value' => false,
  3993.                     'dependent_filters' => [
  3994.                     ],
  3995.                     'depends_on' => [
  3996.                     ],
  3997.                 ],
  3998.             ],
  3999.             'payum.notify_path' => 'payum_notify_do',
  4000.             'payum.authorize_path' => 'payum_authorize_do',
  4001.             'payum.refund_path' => 'payum_refund_do',
  4002.             'payum.cancel_path' => 'payum_cancel_do',
  4003.             'payum.payout_path' => 'payum_payout_do',
  4004.             'payum.available_gateway_factories' => [
  4005.             ],
  4006.             'payum.storage.doctrine.orm.class' => 'Payum\\Core\\Bridge\\Doctrine\\Storage\\DoctrineStorage',
  4007.             'abap_payment.gateways' => [
  4008.                 'paybynet' => [
  4009.                     'storage' => 'App\\Entity\\Payment',
  4010.                     'notify_request_handler' => 'Abap\\PaymentBundle\\Handler\\NotifyRequest\\PayByNetNotifyRequestHandler',
  4011.                 ],
  4012.             ],
  4013.             'abap_payment.payum_payment_classes' => [
  4014.                 'App\\Entity\\Payment' => 'App\\Entity\\Payment',
  4015.             ],
  4016.             'abap_payment.payum_doctrine_orm_storage_classes' => [
  4017.                 'App\\Entity\\Payment' => 'App\\Entity\\Payment',
  4018.                 'Abap\\PaymentBundle\\Model\\PaymentSecurityToken' => 'Abap\\PaymentBundle\\Model\\PaymentSecurityToken',
  4019.             ],
  4020.             'monolog.use_microseconds' => true,
  4021.             'monolog.swift_mailer.handlers' => [
  4022.             ],
  4023.             'monolog.handlers_to_channels' => [
  4024.                 'monolog.handler.console' => [
  4025.                     'type' => 'exclusive',
  4026.                     'elements' => [
  4027.                         => 'event',
  4028.                         => 'doctrine',
  4029.                         => 'console',
  4030.                     ],
  4031.                 ],
  4032.                 'monolog.handler.main' => [
  4033.                     'type' => 'exclusive',
  4034.                     'elements' => [
  4035.                         => 'event',
  4036.                     ],
  4037.                 ],
  4038.             ],
  4039.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  4040.             'web_profiler.debug_toolbar.mode' => 2,
  4041.             'knp_snappy.pdf.options' => [
  4042.             ],
  4043.             'knp_snappy.pdf.env' => [
  4044.             ],
  4045.             'knp_snappy.image.options' => [
  4046.             ],
  4047.             'knp_snappy.image.env' => [
  4048.             ],
  4049.             'data_collector.templates' => [
  4050.                 'data_collector.request' => [
  4051.                     => 'request',
  4052.                     => '@WebProfiler/Collector/request.html.twig',
  4053.                 ],
  4054.                 'api_platform.data_collector.request' => [
  4055.                     => 'api_platform.data_collector.request',
  4056.                     => '@ApiPlatform/DataCollector/request.html.twig',
  4057.                 ],
  4058.                 'data_collector.time' => [
  4059.                     => 'time',
  4060.                     => '@WebProfiler/Collector/time.html.twig',
  4061.                 ],
  4062.                 'data_collector.memory' => [
  4063.                     => 'memory',
  4064.                     => '@WebProfiler/Collector/memory.html.twig',
  4065.                 ],
  4066.                 'data_collector.validator' => [
  4067.                     => 'validator',
  4068.                     => '@WebProfiler/Collector/validator.html.twig',
  4069.                 ],
  4070.                 'data_collector.ajax' => [
  4071.                     => 'ajax',
  4072.                     => '@WebProfiler/Collector/ajax.html.twig',
  4073.                 ],
  4074.                 'data_collector.form' => [
  4075.                     => 'form',
  4076.                     => '@WebProfiler/Collector/form.html.twig',
  4077.                 ],
  4078.                 'data_collector.exception' => [
  4079.                     => 'exception',
  4080.                     => '@WebProfiler/Collector/exception.html.twig',
  4081.                 ],
  4082.                 'data_collector.logger' => [
  4083.                     => 'logger',
  4084.                     => '@WebProfiler/Collector/logger.html.twig',
  4085.                 ],
  4086.                 'data_collector.events' => [
  4087.                     => 'events',
  4088.                     => '@WebProfiler/Collector/events.html.twig',
  4089.                 ],
  4090.                 'data_collector.router' => [
  4091.                     => 'router',
  4092.                     => '@WebProfiler/Collector/router.html.twig',
  4093.                 ],
  4094.                 'data_collector.cache' => [
  4095.                     => 'cache',
  4096.                     => '@WebProfiler/Collector/cache.html.twig',
  4097.                 ],
  4098.                 'data_collector.translation' => [
  4099.                     => 'translation',
  4100.                     => '@WebProfiler/Collector/translation.html.twig',
  4101.                 ],
  4102.                 'data_collector.security' => [
  4103.                     => 'security',
  4104.                     => '@Security/Collector/security.html.twig',
  4105.                 ],
  4106.                 'data_collector.twig' => [
  4107.                     => 'twig',
  4108.                     => '@WebProfiler/Collector/twig.html.twig',
  4109.                 ],
  4110.                 'data_collector.http_client' => [
  4111.                     => 'http_client',
  4112.                     => '@WebProfiler/Collector/http_client.html.twig',
  4113.                 ],
  4114.                 'data_collector.doctrine' => [
  4115.                     => 'db',
  4116.                     => '@Doctrine/Collector/db.html.twig',
  4117.                 ],
  4118.                 'doctrine_migrations.migrations_collector' => [
  4119.                     => 'doctrine_migrations',
  4120.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  4121.                 ],
  4122.                 'mailer.data_collector' => [
  4123.                     => 'mailer',
  4124.                     => '@WebProfiler/Collector/mailer.html.twig',
  4125.                 ],
  4126.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  4127.                     => 'vich_uploader.mapping_collector',
  4128.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  4129.                 ],
  4130.                 'payum.profiler.payum_collector' => [
  4131.                     => 'payum',
  4132.                     => '@Payum/Profiler/payum.html.twig',
  4133.                 ],
  4134.                 'data_collector.config' => [
  4135.                     => 'config',
  4136.                     => '@WebProfiler/Collector/config.html.twig',
  4137.                 ],
  4138.             ],
  4139.             'console.command.ids' => [
  4140.                 => 'Abap\\PaymentBundle\\Console\\PaymentSyncCommand',
  4141.             ],
  4142.         ];
  4143.     }
  4144. }